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

Auto Reject if user selects more that one entitlement

VisveswaraReddy
New Contributor II
New Contributor II

Hi,

how we can reject request that user selects more than one entitlement because we have more entitlements that we cannot makes functions and risk for SOD

3 REPLIES 3

NM
Honored Contributor III
Honored Contributor III

Hi @VisveswaraReddy ,

You can give user an option to select only one entitlement by single dropdown


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

SumathiSomala
All-Star
All-Star

@VisveswaraReddy 

1.You can try with if else block in workflow

requestcounts.ADD_ACCESS_REQUESTS_COUNT > 0

https://forums.saviynt.com/t5/identity-governance/access-request-restrict-count-of-entitlements-user...

2.Entitlement type - request options: Dropdown (Single)

 

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

rushikeshvartak
All-Star
All-Star
  • What is type of application request module ?
  • if its Entitlement based then  

    requestcounts.ADD_ACCESS_REQUESTS_COUNT > 0

  • For role based there is no variable.

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