You need to sign in to do that
Don't have an account?
Yashh
Help on validation rule
Hello Guys
i have some requirment that there is one user ABC so if he login when he go to Quote object if that Status (picklist)is draft so he can only edit only CollectioNumber_c(picklist) if other field he ediit its show should show error.
i want to do though validation rule
i have some requirment that there is one user ABC so if he login when he go to Quote object if that Status (picklist)is draft so he can only edit only CollectioNumber_c(picklist) if other field he ediit its show should show error.
i want to do though validation rule
Try Below Validation Rule
However You Have Add Each Field That You Don't Want That User To Edit Please Mark It As Best Answer If It Helps Thank You!
All Answers
Try below snippet.
Please mark as Best Answer if above information was helpful.
Thanks,
Quick and Dirty way. You have to put each field in the formula, except CollectioNumber_c
Try Below Validation Rule
However You Have Add Each Field That You Don't Want That User To Edit Please Mark It As Best Answer If It Helps Thank You!
try following rule. you can update owner LastName with your owner name and then try. let me know if it helps you by marking it as best answer.
Thank you