function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tomasddtomasdd 

Message info before update about user

Dear all, 

I've a question regarding communicates before update saving the account. We have a persons (Managers) which they have a possibilty to edit a few fields on account object. 

Also we have a trigger which blocking edit of account when user is not an owner of this account.

We would like to achieve when some manager will edit checkbox (ABC) and user would like to edit account he should see a communicate like below:

"Information: Edd Koc has updated an ABC field. If You would like to edit this field please contact to him"

But this should be only information - when user click save  button account should be save.

How should I achieve this ? How to get the information of users which they clicked this checkbox and transfer this information to communicate ?