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

Worflow For Based on Entitlment and Entiltment Owner

Raghu
All-Star
All-Star

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.

 

 

 

 

 

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.
17 REPLIES 17

NM
Honored Contributor II
Honored Contributor II

Hi @Raghu , can you share workflow ss

Are you using dynamic attribute to route the approval?

Raghu
All-Star
All-Star

@NMPlease find ss

 

 

Raghu_0-1722934843690.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

@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..

Raghu
All-Star
All-Star

Yes, please provide the supported value please


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

Try this

entitlement.entitlement_value

Raghu
All-Star
All-Star

not working,

(dynamicAttributes.get('Role') eq 'CAST Standard Access') and (entitlement!=null and (entitlement.entitlement_value eq 'XXX'))


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

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.

Already applied those 3 things .

any other approach ?


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Honored Contributor II
Honored Contributor II

@Raghu redirect using customproperty of entitlement 

entitlement.customproperty2.contains('value') eq true

Do share logs if it doesn't work.

Raghu
All-Star
All-Star

yes applied this also no luck @NM 

entitlement.customproperty1.contains('XXX') eq true


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Use 

endpoints.customproperty36 ne null and ( endpoints.customproperty36.toUpperCase().startsWith('NOSOD'))


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

@rushikeshvartak  can i add this in first if else condition ? or separately need to add?


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

You can add in start and you can add combined 


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

NM
Honored Contributor II
Honored Contributor II

share logs with only entitlement condition

Raghu
All-Star
All-Star

@rushikeshvartak  @NM  still not working ,it is going 1 level approval even already owner is available ent level also

PFL,

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Raghu
All-Star
All-Star

Team,

We done different way this requirement.thank you all support


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Please explain what is different way to help others


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