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

Validation Rule :When field: 'Candidate Final Status" is not blank, then field: "Interviewer" and field: "Comments" is mandatory
Hello guys,
Need help in these for writing a validation rule
When field: 'Candidate Final Status" is not blank, then field: "Interviewer" and field: "Comments" is mandatory Validation Rule
Please help me from thiss...
Regards,
Azar Khasim
Need help in these for writing a validation rule
When field: 'Candidate Final Status" is not blank, then field: "Interviewer" and field: "Comments" is mandatory Validation Rule
Please help me from thiss...
Regards,
Azar Khasim
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards
All Answers
Try this one.Please Modify according to your field types
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards
Thanks for your response but i forget to say actually
Candidate Final Status field is a Picklist.
This is how i have modified.
Please help me from thisss..
AND (NOT( ISBLANK( ISPICKVAL( 'Candidate_Final_Status__c',Null ) ) ) ,
OR( ISBLANK(F2F_Interviewer__c), ISBLANK(F2F_Comments__c) ) )
Give me a solution from thiss..
Regards,
Azar Khasim.
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards
Thank you so much its working for mine..
Regards,
Azar Khasim.