You need to sign in to do that
Don't have an account?
Kristiana Granger
Validation Rule - Child object
Can anyone guide me how to write Validation rule, When Field status is Complete / cancelled at that time child object should not allowed be created
AND( ISNEW(),
OR(
ISPICKVAL(Parent__r.field1__c, 'Completed'),
ISPICKVAL(Parent__r.field1__c, 'Canceled')
)
)