cancel
Showing results for 
Search instead for 
Did you mean: 

Catch first employee loaded from Teamviewer in a Bsp Iview EP7 SP12

darren_bambrick2
Active Participant
0 Kudos

Hi All

We are implementing MSS on our portal. We are using bsp iviews for custom iview development. I have a number of bsp iviews that are on the same page as the teamviewer iview.

When the page loads, my bsp iviews have no data, but the standard iviews have data for the first employee.

I can get the employee when the user selects one, using the epcmproxy.

My problem is how to get the first employee in the list when the teamviewer loads.

Here is the code I have been trying to get to work.

EPCMPROXY.subscribeEvent( "urn:com.sap.pct.hcm.orgmanagement:CurrentObject", "sendCurrentObject", window, "handleEvent");

This works when a user clicks on an employee

EPCMPROXY.subscribeEvent( "urn:com.sap.pct.hcm.orgmanagement:CurrentObject", "objectChanged", window, "handleEvent");

Any help would be great

Thanks

Darren

Accepted Solutions (0)

Answers (2)

Answers (2)

darren_bambrick2
Active Participant
0 Kudos

Closing thread, no resolution

darren_bambrick2
Active Participant
0 Kudos

Anyone got any ideas on this one ?

Thanks