Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Auto approval for single role in AD logical based application

yogarajk
New Contributor III
New Contributor III
Hi Team,
 
We need a clarification on application integration.
 
Use case: User, Admin, Support among these groups User and Admin should flow as two-level workflow and Support role should auto approve under the same endpoint.
 
Please suggest us the feasible solution that we can achieve. Let us know if you want any additional details.
 
Thanks & Regards,
Yogaraj K
3 REPLIES 3

rushikeshvartak
All-Star
All-Star

This is feasible . You can use if else block to write logic if entitlement.entitlement_value.equalsIgnoreCase(‘Support’) eq true

if true send to grant else further approval


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

yogarajk
New Contributor III
New Contributor III

can I know this can be achieved through workflow under entitlement type or?

It should work.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.