Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/05/2024 11:36 PM
Hi Team,
We have requirement:
We are populating based on dynamic attribute- to ARS request page Entitlements -A,B
when select CAST Standard Access and add group it A it should be auto approved , if we select CAST Highlight Portfolio Manage and add Group B it will go manager level and owner approval
Dynamic attriubte: Role= CAST Highlight Portfolio Manage- Group will show 'B'
Dynamic attriubte: Role= CAST Standard Access- Group will show 'A'
it should support combination when add A,B - one can auto approve and other can go approval.
Please some help on this.
Solved! Go to Solution.
08/06/2024 01:16 AM
Hi @Raghu , can you share workflow ss
Are you using dynamic attribute to route the approval?
08/06/2024 02:00 AM
@NMPlease find ss
08/06/2024 02:08 AM - edited 08/06/2024 02:09 AM
@Raghu , are you using this workflow for a single application??
If yes in the first if else block apply a check for entitlement value as well..
08/06/2024 02:17 AM - edited 08/06/2024 02:18 AM
Yes, please provide the supported value please
08/06/2024 02:25 AM
Try this
entitlement.entitlement_value
08/06/2024 02:35 AM
not working,
(dynamicAttributes.get('Role') eq 'CAST Standard Access') and (entitlement!=null and (entitlement.entitlement_value eq 'XXX'))
08/06/2024 02:43 AM
Hope you are using parallel workflow
2) try entitlement.name contains('value') eq true
3) if it doesn't work, just add a single condition of entitlement name check and see the result.
08/06/2024 02:45 AM
Already applied those 3 things .
any other approach ?
08/06/2024 02:47 AM - edited 08/06/2024 02:48 AM
@Raghu redirect using customproperty of entitlement
entitlement.customproperty2.contains('value') eq true
Do share logs if it doesn't work.
08/06/2024 03:04 AM
yes applied this also no luck @NM
entitlement.customproperty1.contains('XXX') eq true
08/06/2024 05:57 AM
Use
endpoints.customproperty36 ne null and ( endpoints.customproperty36.toUpperCase().startsWith('NOSOD'))
08/06/2024 05:59 AM
@rushikeshvartak can i add this in first if else condition ? or separately need to add?
08/06/2024 06:01 AM
You can add in start and you can add combined
08/06/2024 03:07 AM - edited 08/06/2024 03:07 AM
share logs with only entitlement condition
08/07/2024 12:17 AM
@rushikeshvartak @NM still not working ,it is going 1 level approval even already owner is available ent level also
PFL,
08/13/2024 06:31 AM
Team,
We done different way this requirement.thank you all support
08/13/2024 06:32 AM
Please explain what is different way to help others