Help Configuring Dynamic Data Set Behavior Based on Unselected Value in Master Data Element
I'm working with a Dynamic Data Set where the master data element "Add to Description" can have one of the following values: "Add on"
, "Insert"
, or "N/A"
.
I would like to define a behavior on the field "Description" such that:
- When "Add to Description" is
"Add on"
or"Insert"
, the "Description" field should be enabled. - When it's
"N/A"
or not selected at all, the "Description" field should be disabled and cleared.
Everything works fine except for the case when "Add to Description" has no value selected. I can't seem to configure the behavior for that scenario.
Does anyone know how to workaround this master data element has “no selection” in Dynamic Data Set?