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
VishZVishZ 

Approval Lock issue - Detail record gets locked when master record is locked

Hi All,

We are facing one wierd issue.
When the master record is locked by an approval process, it's detail records are also getting locked.
Below is the screenshot of button area of child record. As you can see lock icon appeared just before edit button.  
Child record don't even have any active approval process.
Lock

When the user tries to edit it, he is getting the below error.
"The record you are trying to edit has been locked. Please contact your administrator if access is necessary. "

Here comes the wierd part, 
Two objects are using the same object as master, but only records of one object are getting locked when master record is locke
d.

I found the below link. But even as per it, when master record is locked, child records of all the objects which are having the same master should be locked ? Isn't it ?
https://help.salesforce.com/apex/HTViewSolution?id=000005483&language=en_US

May be I am missing something. Any idea what the issue is ?
Ramon PereiraRamon Pereira
Hi,

Check that one of the sons records is owned by a adminsitrador user.

Thanks,

If the answer helped, mark it as resolved.