You need to sign in to do that
Don't have an account?

Validation Rule Scenerio
I have Account(parent) and Application(child) obj.
i want validation on account such that
if Application__c.status__c = 'inprogress'.
parent account record gets locked.
if we try to make changes in parent account record it will show error popup message
i want validation on account such that
if Application__c.status__c = 'inprogress'.
parent account record gets locked.
if we try to make changes in parent account record it will show error popup message


See example here