You need to sign in to do that
Don't have an account?
Validating Opportunities
I am wanting to ensure a user fills out a Win/Loss section when the Opporunity Stage is Closed Won or Closed Lost with the following Validation Rule. It isn't working and since this is my first try at a validation rule, I'm not sure why. Any help would be appreciated.
( ISPICKVAL( Workflow_Stage__c , "Closed Won") || ISPICKVAL( Workflow_Stage__c , "Closed Lost") ) && ( ISPICKVAL( Reason__c , "") || ISPICKVAL( Result__c , "") || ISBLANK( W_L_Competitors__c ) || ISBLANK(W_L_Notes__c) )
( ISPICKVAL( Workflow_Stage__c , "Closed Won") || ISPICKVAL( Workflow_Stage__c , "Closed Lost") ) && ( ISPICKVAL( Reason__c , "") || ISPICKVAL( Result__c , "") || ISBLANK( W_L_Competitors__c ) || ISBLANK(W_L_Notes__c) )
All Answers