SuccessFactors Spoke- action 'Employee Compensation Details'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2024 01:26 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2024 05:42 AM
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.