Hi All, In my workflow, I have two custom fields: ...
# suiteflow
h
Hi All, In my workflow, I have two custom fields: a dropdown list (Custom Field 1) and another field (Custom Field 2). How can I set Custom Field 2 to become editable (enabled) only when a specific option is selected from the dropdown list in Custom Field 1? If I select any other value except that then custom field 2 should be disabled. For these I am using one state workflow with two set field display type actions and one condition. Please let me know your suggestions and correct me if I am wrong anywhere.
m
on before load use Set Field Display Type action on custom field 2 to = Disabled Then use Set Field Display Type using After Field Edit trigger, where the client triggering field is Custom Field 1 with a condition of Custom Field 1 is [your selected value]
h
Thank you. It is working now.