|
Hi,
I have written a HostedControl application (App1) where I set the context and then fire context change notification, following is the code:
setContext("<testItem>TestData</testItem>") ;
FireChangeContext(new ContextEventArgs(Context));
There is one more HostedControl application (App2) where I have overridden NotifyContextChange method so that this application gets notified for each context change.
Further, I have hosted both these applications in Agent Desktop. When I select a customer, then App2 gets notified for context change as the customer data gets uploaded in context. However when I fire contextchange command through App1, no context change notification is received in App2.
Can someone point out the correct way of raising and receiving context change notifications? Also and pre-requisites for doing such process?
Thanks,
Ashish Malhotra
|