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

validation rule to validate child object field is a perticular value or not
Hi All,
Can you please tell me how can i write a condtion on this rule.
Condition: If Work order object's field which is product object's field Operation company is having perticular value or not. if it is having perticualr value then only validation needs to run otherwise no.
Rule :AND(ISNEW(), ISBLANK( TEXT( Patient_Involvement1_MDSR__c) ),ISBLANK( TEXT(System_Malfunction_Deficiency1_MDSR__c ) ) )
needs to add the condition in this rule itself.
This is urgent pls.
Thnaks in advance.
Can you please tell me how can i write a condtion on this rule.
Condition: If Work order object's field which is product object's field Operation company is having perticular value or not. if it is having perticualr value then only validation needs to run otherwise no.
Rule :AND(ISNEW(), ISBLANK( TEXT( Patient_Involvement1_MDSR__c) ),ISBLANK( TEXT(System_Malfunction_Deficiency1_MDSR__c ) ) )
needs to add the condition in this rule itself.
This is urgent pls.
Thnaks in advance.
Can you explain clearly when is the validation rule should fire?
Thanks!!
Hey Priya,
Just need little clarification to understand the requirement.
Work Order is the child object and Product is the parent object ??
You wanna write validation rule on work order ?
can you provide the API name of the fields (relationship field).
give me this detail i will help you with the rule.
Thanks!
Am I correct?
Thanks!!
thankyou