You need to sign in to do that
Don't have an account?

Locking attachment changes on Approved and Locked Records
I was wondering if anyone had a way to prevent changes to attachments - deleting or adding - when a record is Locked during an Approval Process?
I would think to add before triggers to attachment. In trigger get the ID of the associated Approval and it's status.
If the status is Locked .. addError to the object and stop the operation with a appropriate message....