Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/04/2024 05:14 PM
Hi Team,
We have a requirement where we are requesting for an account from ARS, and we enterthe accountName like below:
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.
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
06/04/2024 06:59 PM
Account Name variable is not exposed in workflow
06/04/2024 07:31 PM
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
06/04/2024 07:33 PM