cancel
Showing results for 
Search instead for 
Did you mean: 

Update link reason after the user to role assignment is completed

Former Member
0 Kudos

Hi,

I am running through an issue in SAP IDM. I raised a user to business role assignmnet which goes through approval workflow.

As soon as approver approves the request, the workflow ends and role is assigned to user.

I am able to update the text for link reason at the time of requesting the assignment and when approver approves the request.

But I want to pull the data from pending value which is stored in a pending value attribute and update those values also as part of link reason, when role gets assigned to user.

Consider : User 1 is requested for role1.

One of the pending value attribute (TEST attribute) is updated with  some  text values.

Role 1 went for approval and approver approved the role.

User1 got assigned with role1.

Requirement : Update the (TEST attribute) as part of  linkreason when role1 is assigned to user1.

Please guide further on how this can be done.

I tried to configure a task after approver approves the request and use set value function in script to update the reason with parent, although the task got executed but the link reason was not updated.

Accepted Solutions (0)

Answers (1)

Answers (1)

normann
Advisor
Advisor
0 Kudos

Hi Ali,

use a toIdentityStore pass and try

MXREF_MX_PRIVILEGE={LINKID=<mcUniqueId>!!LinkReason=<yourReasonText>}<mskey>

while mcUniqueId is the unique ID of the link and mskey is the mskey of the privilege or the mskeyvalue in <>

Find more information here: Specifying properties when writing attribute values (To identity store pass)

And other examples here:

Regards

Norman