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

validation rule for acc
Hi All
Could you please suggest me how to make a validation rule (want to do using validation rule only)in a custom field in account object
if the field(text field) is empty, the user can change. Once entered or if provided by the data file, user needs to go to administrator to change
Could you please suggest me how to make a validation rule (want to do using validation rule only)in a custom field in account object
if the field(text field) is empty, the user can change. Once entered or if provided by the data file, user needs to go to administrator to change
NOT(ISBLANK(PRIORVALUE( field__c)))
Thanks,
Ashwani
this will check if the field has value but it wont solve my requirement