You need to sign in to do that
Don't have an account?
varun_Is_There
validation error checklist
- If notice period checked to true, resignation date cannot be null.
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Find the correct API names of the "notice period" and "resignation date" fields, and use a Validation Rule like this:
Let me know if this helps. If not, please give me more information.
Thanks,
Parker Edelmann
All Answers
Find the correct API names of the "notice period" and "resignation date" fields, and use a Validation Rule like this:
Let me know if this helps. If not, please give me more information.
Thanks,
Parker Edelmann
Is_on_Notice_Period__c = TRUE &&
ISBLANK (Resignation_Date__c )
THANX
VARUN
Regards,
Parker