04/12/2022 01:13 PM
Hi Team,
I have created Emergency Roles in my system.
Can you please assist with the below information :
1. What is the usage of Dynamic Attributes in Emergency Roles ?
2. How this attribute can be configured in Access Request Form and the variables can be passed for provisioning?
3. Which workflow is used when the user requests for Emergency Roles ? Can this be separate for Enterprise Roles Request and Emergency Roles Request?
Please share the configuration.
Thanks and Regards,
Manish Kumar
Solved! Go to Solution.
04/12/2022 02:35 PM
Hi Manish,
Here's is a short write up on the dynamic attribute and uses in this link : https://saviynt.freshdesk.com/a/forums/topics/43000525973
Currently, the workflows for the roles are shared which means your regular enterprise roles and the firefighter roles use the same workflow under Global Confgurations > Roles.
You could probably try using the if else block to validate the condition for such roles by using entitlement.roletype== '3' and then pan out your approval logic ?
Regards,
Avinash Chhetri
04/12/2022 02:36 PM
Thanks Avinash for the answer.
1 more quick questions :
Can you please share me entitlement.roletype possible values and there corresponding mapping?
Thanks
Manish
04/12/2022 02:36 PM
Hi Manish,
Here's the different RoleTypes that I was able to get out from the documentation link shared below.
ENABLER = 1
TRANSACTIONAL = 2
FIREFIGHTER = 3
ENTERPRISE = 4
APPLICATION = 5
ENTITLEMENTBASEDROLE = 6
Document link : https://saviynt.freshdesk.com/a/solutions/articles/43000618940
Regards,
Avinash Chhetri