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

How to stop update picklist value for different record type
Hi All,
Suppose we have record type1 : values :a,b,c,d,e,f,g,h,i
record type2 : values:a,b,c,d,e,Z
from backend we are able to update Z value in record type1.
How can we stop that.
Can we use valdaition rule?
Thanks,
Suppose we have record type1 : values :a,b,c,d,e,f,g,h,i
record type2 : values:a,b,c,d,e,Z
from backend we are able to update Z value in record type1.
How can we stop that.
Can we use valdaition rule?
Thanks,
How are you updating from backend using triggers or apex?Usually it wont allow you to update with values which are not added to your record type and throws an error like bad value for restricted picklist field.
Hope this helps you
Let me know if this helps you. Kindly mark it as solved so that it may help others in future.
Thanks and Regards