SuccessFactors Spoke- action 'Employee Compensation Details'

Nbruk
Tera Contributor

We are using SuccessFactors Spoke to pull employees data from SuccessFactors to ServiceNow.

Action ''Employee Compensation Details'' has "Person External ID" as input parameter.

Which means that we have a call to SuccessFactors for each and every active user.

That makes a large numbers of transactions, and affects licensing cost.

 

Does somebody know how to call SuccessFactors API '/EmpCompensation' for all users at once?

1 REPLY 1

Wessel van Enk
Tera Guru
Tera Guru

Hi,

 

You can create a custom script to retrieve all the data with a single transaction. 
With all the spoke actions you need to define a unique ID to be able to map the incoming data towards the HR tables. So, I believe you can retrieve all data at once and store it in the import table, but then you still need to have a unique ID to map the data via the transform map.