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
Vinod TomarVinod Tomar 

Restrict Account Update and Creation of records of related List.

I have one requirement where if on Account one checkbox is checked then nothing should be changed on Account. Also no record should be added to its all related list like Contact Opportunity, Activity etc. Do we have any standard functionality to achieve this requirement.

Appreciate your help.

venkat-Dvenkat-D

Vinod, There is no out of box functionality but you can achieve this with below procedure

1) Create a Readonly recordtype and page layout (On page layout remove all the related lists and make all the fields as Read only)

2) Create a workflow to update the Record type of account to read only the moment your check box is true