UPN write back with condition

Is it possible UPN write back with condition of adding 2 days back will it address users who changes the UPN name later, users whose UPN changes after joining date will be written back to Workday.

The short answer is “Yes - this is possible”, but the longer answer is that it requires some additional logic and processing. Generally anytime dates are used to generate a 'state machine" this is related to the LCS calculation which can then be used to trigger various things based on time. With Workflows you may also be able to trigger these timed events via the “wait/delay” functionality but it’s not the best (in my opinion).

The key to sending it back to Workday is ensuring the attribute is included in the account schema and then using attribute sync to send it back. We do this regularly with account name, phone number, and other values.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.