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
you need a validation rule?
then try this validation rule on opportunity.
AND(stagename='Pilot',ISBLANK(FirstMeetingDate__c))
Thanks
Anil.B
I just missed it ,here is the modified rule:-
AND(ISPICKVAL(stagename,"Pilot"),ISBLANK(FirstMeetingDate__c))
Thanks
Anil.B