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
AbAb 

Tick check box recursively down the hierarchy for Account heirarchy

Hello,

Exsisting functionality:
> I have a checkbox (check__c) field on the account.
> Accounts are grouped as per hierarchy

Required Functionality
> When the Parent account is checked, i want that the accounts below them (child accounts) should get checked automatically and recursiverly also.

Thanks for suggesting some ideas
Best Answer chosen by Ab
Tejpal KumawatTejpal Kumawat
Hello Sandrine,

You need to write Trigger on Account. Query All child Account & update those removing duplicate update.

Regards
Tej Pal Kumawat
Skype : tejpalkumawat1991

If this answers your question mark Best Answer it as solution and then hit Like!