Topic by Darsen Prasad
Content
Requirement: From RightNow Status bar Add-Ins we need to open a contact workspace and fire a Named Event trigger.
Issue: We are able to open the contact workspace using the code
GlobalContext.AutomationContext.EditWorkspaceRecord("Contact", cid);
But unable to trigger the event since the current workspace is not accessible from Status bar Add-In
GlobalContext.AutomationContext.CurrentWorkspace.TriggerNamedEvent("NamedEvent");
Please let me know whether there is any work around for this scenario.?
Thank You,
Darz