Hi,
We are trying to connect Workday HRMS system using Workday Accounts connector, the test connection is successful, the entitlement aggregation is also successful but in case of account aggregation, we do not get any data, the account schema contains following attributes:
FILENUMBER
USERID
WORKER_TYPE
USER_BASED_SECURITY_GROUPS
Is there anything we are missing? Aggregation process takes like 6-7minutes but end up bringing success message with 0 accounts.
Apolgies for the very late reply on your post but I wanted to know if were you able to fix this. If not, can you tell us the whether you had verified the xpath which you are using.
In most cases like this, the connector is not able to bring in any value because the xpath which is configured doesnt return any value, so it might be useful to verify whether the xpath is correct and is actually returning in the required value.
HI @rajeshs It was actually the X-Path issue, the normal X-Paths (the ones used for Workday direct connector with same tenant) didn’t work, I had to use the X-Path mentioned in the connector documentation to get it fixed, I still don’t understand how it works but worked for me.