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
kavya M 28kavya M 28 

2. If we are on the detail page of the child record if we want to modify the parent record data how to achieve it?

Best Answer chosen by kavya M 28
Murali MattaMurali Matta
Hi Kavya,

If you want to modify parent record, you can achieve it by using:

1. Workflow rule.
2. Process builder
3. Trigger.
4. Apex class.

Let me know if you have any confusion.

Kindly mark this as solved if the reply was helpful.

Thanks,
Murali