Use UID for SDIM feature

Hello,

I want to add the “uid” field in the description when generating a ticket using the SDIM feature. I ran a small script and retrieved the data that I can use in plan.argument, but “uid” is not available. Does anyone know how I can retrieve this attribute?

You need to add this attribute in your source (for which you need ticket creation) create account provisioning policy form, then you will have that attribute in Plan.

Hello @KRM7 ,
Do i have to use $!plan.arguments.uid ?
It seems that it is empty even after putting this attribute in the CREATE PP.

#foreach($request in $plan.requests)#if($request.items)#foreach($item in $request.items)$item.name = $item.value $newline#end#end#end#

If it is set as AccountID (Native Identity) then you can get is using
$request.id

1 Like

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