Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/05/2024 10:57 AM
I have a requirement where if someone submits a request for an application account and adds in an entitlement 'Supervisor_Group' via REQUEST an attribute 'SecurityGroupID' need to be populated with a value 'CG_TEAM'
Note: Entitlement ValueKey of 'Supervisor_Group' is 236126
I tried the below code under 'CreateAccountJSON' but it is giving me the below error
\"SecurityGroupID\":\"${if((arsTasks.source.equals('REQUEST')) && (arsTasks.ENTITLEMENT_VALUEKEY.equals('236126'))) {'CC_TEAM'} else {''}}\"
05/05/2024 01:17 PM
Hi @Thriller , entitlement won't be exposed in create account task .. try creating a dynamic attribute with entitlement and pass the same in create json..
05/05/2024 06:49 PM
You need to use dynamic attributes for Create Account JSON as Entitlement Object is only exposed in Add & Remove Access JSON