salesforce - Make checkbox read only if opportunity probability is 95% or more -


is there way make checkbox read if opportunity probability 95% or more?

one option use before update trigger see if checkbox value has changed , probability >= 95%. add field error , reject change.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -