Dynamic action fails using set value null on select list change event
909286Jan 10 2012 — edited Jan 10 2012I have a select list that I have created a dynamic action for which I have added a set value to to clear the values of the other controls on the form by setting the value to NULL.
This doesn't seem to work, and I can't figure out why it does not work.
Event = Change
Selection Type = Items
Items = P4_MYSELECTLIST
(no other conditions for this action, I want it to reset for every change to the select list).
Fire On Page Load = False (I only want it to reset the values when I use this selection list, not on page load).
Set Type = Static Assignment
Value = NULL
Items = P4_ITEM1, P4_ITEM2, P4_ITEM3 (includes 2 other select lists and text control)
Suppress Change Event = No