Workday Employee Status Attribute

Hi,

Can some shed some light on how can we get employee status using workday connector? Default schema has hire date, termination date etc but nothing related to worker status (Active, inactive, Leave, Termination etc)

Thanks
Vijay

It’s likely possible with custom defined attribute on Workday and you need to have capability on the connector with additional permission to read those custom attributes, this is of my experience with IIQ and I hope it’s same with IDN.

Thank you, Suresh. We did not have any custom attributes for worker status on our worday implementation. So i thinking to use other attributes like Hire date etc to calculate the employee status.

If your logic is simple then you can use transform , if it is complex then identity attribute rule is your answer.

Got it, thank you both for your help on this topic.