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

edit validation rule to make it applicable for changed records only
I'll be the first to admit that you experts out there will probably scoff as this is probably quite easy;
But- I created the following Validation rule for a specific set of opportunities and it works. But , all new opportunities are created with this stage "Prospect" and I want this validation rule to be applicable not to new opps but only to those opps where the stage has been changed back to prospect. I've tried prior value and is changed but it's not quite working.
Any ideas?
AND($RecordType.Name = "Master",
$UserRole.Name <> "Marketing",
AND(ISPICKVAL (StageName ,"Prospect")),CASE( Setback__c ,"",1,0 )<>0)
Take a look at the ISNEW function: https://na6.salesforce.com/help/doc/en/customize_functions.htm#ISNEW
I think that'll help!
Good luck!
Amber
All Answers
Take a look at the ISNEW function: https://na6.salesforce.com/help/doc/en/customize_functions.htm#ISNEW
I think that'll help!
Good luck!
Amber