How do I prevent users approving or rejecting in a related list?

ewilks
Giga Expert

I set up the approval form so that only approvers are able to mark their own approval requests as approved or rejected.  For those who aren't the approver, I have given them the ability to mark an approval as no longer needed.  It works great.  But how to I prevent a user who isn't the approver from marking the approval as approved or rejected in the related list?

While logged in a user who isn't the approver, I am still able to update the approval in the list to anything, but I don't want them to have this ability in the related list, whether it's in a release, change or requested item.

Thanks

find_real_file.png

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

Even if they try to do that, it wont allow to submit it.

 

But if you still want to restrict, you can open the List control of this related list by right clicking on the header and Disable list Editing 

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

5 REPLIES 5

SanjivMeher
Kilo Patron
Kilo Patron

Even if they try to do that, it wont allow to submit it.

 

But if you still want to restrict, you can open the List control of this related list by right clicking on the header and Disable list Editing 

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

The non-approvers were able to update via the list, but editing the list type was exactly what I needed.  Thank you, Sanjiv.

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

 

We have to write a list edit ACL on this table. Please create one List_edit ACL on this Approval Table.

 

Give condition as Approver is Dynamic me.


Thanks,
Ashutosh Munot

Hi,
can you please share the code snippet