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
termfrequencytermfrequency 

Global Rules?

Hi, 

 

I'm new to salesforce, I have question,

 

Instead of keeping rules specific to an Object, It it possible to create a global rules and apply to different objects?

 

Thanks

Ram

Steve :-/Steve :-/
As far as I know, Sharing Settings are done on an Object by Object basis, there is no "Global" Read/Write, Read-Only, or Private Option.
EnthEnth

You could develop your own solution to do this, but would need to remember to write an Apex trigger for every new custom object you create (or install) and make it call your own apex logic.