Skip to main content

Users are attaching documents to Purchase Order headers and we have figure out how to control who can see the attachment and who can view an attachment. 

Our problem is, anyone who can see the attachment can ‘detach’ it from the purchase order.   How can we disable the detach option from the right mouse button menu?

 

thanks

Hello

Try revoking DOC_REFERENCE_OBJECT_API.Remove__ method via IFS permission sets.


Thanks Paul.   You re correct, that was the one that needed to be revoked.

Shelley

 


Hello

Try revoking DOC_REFERENCE_OBJECT_API.Remove__ method via IFS permission sets.

This is the best and simplest option if you have simple needs. If you want to have this to be “conditional” you could have used a custom event that checks whatever you want to be checked and which would allow the removal to happen in some cases and not others.

 


Reply