Current version using IIQ 8.3P3
We have a requirement to write back the identity attribute (email address) that is created in SailPoint as a source, which needs to be updated as USER NAME in Workday. Is there any way?
Current version using IIQ 8.3P3
We have a requirement to write back the identity attribute (email address) that is created in SailPoint as a source, which needs to be updated as USER NAME in Workday. Is there any way?
Hi @mprakash,
for writing in workday you can use the target mapping directly on USERID attribute, like this:
<AttributeTargets>
<AttributeTarget name="USERID" provisionAllAccounts="true">
<ApplicationRef>
<Reference class="sailpoint.object.Application" name="Application-Workday"/>
</ApplicationRef>
</AttributeTarget>
</AttributeTargets>
usually the account service which you read the accounts can update this attribute, but its better if you have a confirmation from your workday referent
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.