• Neptune
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 1
    Replies
I'm currently locking a record via a validation rule in salesforce once the status has been changed to complete using this validation rule:
AND ( ISPICKVAL(PRIORVALUE(Status__c), "Completed"), NOT ($Profile.Id = "XXXXXX"))

However this validation rule does not lock the child object associated with that record.  How do I lock the associated child object?