Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Check Account Name Value in Workflow

fullmoon_rout
New Contributor III
New Contributor III

Hi Team,

We have a requirement where we are requesting for an account from ARS, and we enterthe accountName like below:

fullmoon_rout_0-1717546143774.png

After that, there are some more dynamic attributes we populate, and when the request is submitted, we want to check the accountName matching with the below dynamic attribute in the workflow. If it does not, then request will auto reject.

fullmoon_rout_1-1717546318178.png

Please let us know if this is feasible, and please provide how to fetch the account name in the workflow, so that we can put if else to check. We tried below but it does not work :

accountsMap.get(requestaccesskey).name == 'savtest4jun6@abc.com'

accountsMap.get(requestaccesskey).name.contains('savtest4jun4@abc.com')

Regards,

Fullmoon

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Account Name variable is not exposed in workflow 

https://forums.saviynt.com/t5/identity-governance/workflow-variable-for-account-name/m-p/39732#M2285... 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi Rushikesh,

Please suggest a way to achieve this ? We need to validate the accountName with one of the dynamic attribute before provisioning. Can we do this ?

Regards,

Fullmoon

 

Refer https://forums.saviynt.com/t5/identity-governance/how-to-validate-value-provided-for-account-name-is... 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.