Quantcast
Channel: Discussion Forum > Agent Desktop and Configuration
Viewing all articles
Browse latest Browse all 2270

WorkspaceType is empty for currentWorkspace

$
0
0

Topic by Aarnav P

Content

Hi All,

We have an global ribbon addin which has a event handler for tab changed event.

_automationContext.CurrentEditorTabChanged += new EventHandler<EditorTabChangedEventArgs>(_automationContext_CurrentEditorTabChanged);

The definition of event handler is in the code section.

The worksapcetypename of _rc is empty if the code to display messagebox is commented/removed. if the messagebox is displayed, the workspacetypename is populated.

If we remove the message box then the opened incident window needs to be focused again by clicking to get _rc correctly.

Anyone has an idea how to get the correct workspace detail when an incident is opened without the message box or users having to re focus on the open incident?

thanks,

 

 

Code Block


Viewing all articles
Browse latest Browse all 2270