Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Notice_Period__c && ISBLANK(Resignation_Date__C)
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