
Stop value 'Exisiting Business' in picklist value Type from being able to be saved if the Stage field has a value
10 件の回答
Like this =
AND(
NOT(ISBLANK(TEXT(Stage))),
TEXT(TYPE) = "Exisiting Business"
)
Note: - Use correct API name for the fields and use insert field options to select the field.