You need to sign in to do that
Don't have an account?
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.
Think you should go for triggers , as since you want to restrict the child creations and all . you need to restrict the action on each of the object's trigger. I dont thing we can achieve this even with validation rules.
--yvk
Use Workflow Field update.
Upon checking the field, update the record type to "Read only" (you need to create this record type.
Associate this record type to "Read only page layout" - In this layout remove all button like edit and new buttons.
It may help some extend. quick and easy solution.it is just one possible tweak - that's all.