PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners Click HERE | EMEA/APJ Click HERE

Disable "Auto Approve" when requestor is in approval group

Naveen_Talanos
Regular Contributor II
Regular Contributor II

Hi Experts,

Please help

We have a scenario where if 5 people are part of an approval group and 1 of the 5 creates request, which should come to the group for approval, requestor should be excluded as approver of that request and other 4 members of the approval group should be able to approve the request.

Please can you guide as how we can achieve this?

Regards

Naveen

9 REPLIES 9

Saathvik
All-Star
All-Star

If you are using custom assignment block to assign group approval then by default it will assign the approval to remaining owners if no other owners exist then it will send it to admin.

Are you seeing different behaviour? What is block you used to send approvals to a group?


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

Naveen_Talanos
Regular Contributor II
Regular Contributor II

Thanks for you reply @Saathvik 

We are using Custom Assignment with User Group option. But even if the group member is requestor, requestor is assigned to the requestors as well with rest of group members.

Regards

Naveen

Sorry I didn't quite understand below statement. Are you saying approval is still being sent to requestor along with other owners or it is getting auto approved without sending approval to other owers?

But even if the group member is requestor, requestor is assigned to the requestors as well with rest of group members.


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

Naveen_Talanos
Regular Contributor II
Regular Contributor II

Apologies for the confusion, yes request is getting auto approved 

Can you please share the query used in custom block?


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

Instead of Usergroup use customquery in select field of custom assignment block


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

snehaadumalli
New Contributor
New Contributor

Hello all,

I'm also facing the same issue, I replaced usergroup with customquery but still request is getting auto approved if the requestor and approver are same.

 

snehaadumalli_1-1681385750439.png

snehaadumalli_2-1681385785268.png

Thanks,

Chirag Gupta

 

 

snehaadumalli
New Contributor
New Contributor

Try to use query in usergroup section example like below

select userkey from entitlement_owners where entitlement_valuekey=${REQUESTACCESSOBJ.id} and rank = 1


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.