cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute value in IDM

Former Member
0 Kudos

Hello Experts,

I have a query regarding attribute value for new entries in IDM. In my setup, I have sap and idm connected. With initial load for abap, I fetched all sap logonid in a newly created attribute in IDM like below:

in initial load (to identity store)

SAP_ID = logonid 

Now when I need to create a new identity in IDM which needs to be provisioned to sap system as well, I am running a script for a specific sap user id (comparing with all entries in attribute SAP_ID) like below:

in createabapuser:

logonid  = $Function.script(%firstname%)$$

The problem here is, for the next new identity I just have entries for SAP_ID which were fetched during initial load to compare and not the one which got created above.

My motto is to get the output of the script to be added to the value list of attribute SAP_ID.

Is it possible ? Please suggest.

Thank you,

Naveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naveen,

I don't get why you have to do all of that, but if you want you just can add on user creat in SAP(when you do logonid  = $Function.script(%firstname%)$$), just add SAP_ID = $Function.script(%firstname%)$$.

Kind Regards,

Simona