Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 12:56 PM
Hi!
I would like to create sAMaccountName in CreateAccountJSON in format of
e.g. 'xxxxx'+user.firstname+ '.' +user.lastname+'@org.com'
Is it possible, I get invalid Argument error, if I use syntax above?
Can I define part of this logic into Account NameRule?
Best Regards, Päivi
Solved! Go to Solution.
04/12/2022 01:55 PM
Hi Paivi,
Can you try below format :
'xxxxx'+${user.firstname}+ '.' +${user.lastname}+'@org.com'
Thanks & Regards,
Nimesh Bhanushali