Has anyone successfully configured the two On Leave Workday Business Process events (‘Request Leave of Absence’ and ‘Request Return from Leave of Absence’) as future actions and future dates in the ISC OOTB Workday connector? If so, could you share the configuration and steps you took?
I am looking to incorporate these LOA future dates into our LCS rule to more precisely set an identity’s lifecycle state during these scenarios, rather than only relying on the ‘On Leave’ Workday attribute.
Hi @liamkokeeffe , I haven’t done that but you can use the XPATH Mapping to retrieve the attribute into ISC and add it to schema. Once added you can use it in the transform. Give it a try and lmk if it works.
In the schema, Add the leaver-related attributes (e.g., Leave_Start_Date, Leave_End_Date) to the schema. Ensure you append __c for custom attributes. Specify the correct data types (e.g., String, Date) for these attributes.
Define XPath
Use the appropriate XPath expression to target the leaver attributes in your Workday XML response. For example: