Change Request Approval Rejection removal from Related List, List View

Dead Blade
Kilo Guru

Rejections for Change Request require a comment to be made, this is an OOTB feature if you are in the approval record.  But when you are rejecting the record from the related list in the Change request from the List View you are able to reject without comments.

find_real_file.png

So, we would like to eliminate the option to Reject from the List View, only for Change Requests, or force comments when selecting "Rejected" for Change Requests.

I have tried creating an ACL for list_edit but coming up short.

Ideas?

1 ACCEPTED SOLUTION

Hi Michael, there were no ACL's conflicting.  It ended up being the "Reject" UI Actions on the approval table.  I am denying the rejecting and redirecting the user to the Approval/Rejection form if they select "rejection" from the UI Action on the Change Request Related list.

View solution in original post

10 REPLIES 10

Michael Fry1
Kilo Patron

I think ACL is the right way to go. I see there is already an ACL on sysapproval_approver state, so inactive that ACL and add a new one like the following:

find_real_file.png

Thanks Michael, that is not working. 

find_real_file.png

 

find_real_file.png

Remove your condition and see if that's causing an issue. Also, don't test as admin since Admin override is checked.

It looks like you are allowing users with itil_admin to approve via list view still, correct?

Hi Michael, removing the condition did not help.  Still able to reject/approve via the list as ITIL.

You are correct, allowing ITIL_ADMIN to approve via the list.  I changed to "admin", still no change.