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

Making "Lead Status" Non-Editable
HI
Am new to the Validation Rules. Am trying to Make the Lead Status Non Editable using a Validation Rule "ISCHANGED( Status )".. its working fine.. But the problem is, when i try to convert the lead to Opp the status will change to "Warm/Samples Sent" and there throws the Error. I could't able to convert the lead to Opp.
ThankU
Thanks
Utsav
You can use the combination of PRIORVALUE, ISCHANGED and ISBLANK in your validation rule. AND( ISCHANGED(Field__c), NOT ISBLANK(PRIORVALUE(Field__c)) )