cancel
Showing results for 
Search instead for 
Did you mean: 

MSS Team Viewer

Former Member
0 Kudos

I am interested in creating a custom application that events off of the MSS Team Viewer iView. Does anyone have experience with integrating a custom iView to the eventing iViews in the My Staff workset? How do I accept the personnel number as a parameter into my application - how does the event trigger work with the Team Viewer iView? Can my custom iView be a .NET iView and still accept the personnel number from the Team Viewer? (does this happen in the client side java script?)

I appreciate any information you may have!

Andrea Broerman

ABroerman@MarathonOil.com

Marathon Oil Company

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andrea,

This is possible using the client eventing framework (yes it does happen in client side java script). There is a great deal of information about this in the PDK, including full examples of how to get this to work.

Regards,

Paul

Former Member
0 Kudos

Thanks Paul. I found some documentation from the sap help portal. I am working on downloading the PDK, but I haven't yet since I primarily do asp programming.

Do you know off hand what the nameSpace should be and the Event name?

EPCM.subscribeEvent( nameSpace, eventName, eventHandler )

Would the eventName be TeamViewer, or will I have to find the specific click event within TeamViewer? Namespace: com.sap.pct..... etc?

Thanks,

Andrea