Reset multivalue parameters in a form

Reset multivalue parameters in a form

jeremiah_boe
Contributor Contributor
405 Views
1 Reply
Message 1 of 2

Reset multivalue parameters in a form

jeremiah_boe
Contributor
Contributor

I currently have code that adjusts the multi-value parameter, for form use, based upon other parameters being selected. By default when I open the form I would like all of the multi-value lists to read "Product Specific" as the value. I am looking for a way to have the form forget the previous selected values when opened and go back to the "Product Specific" value.

0 Likes
406 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor

There's likely two options to do this.

  1. What ever is firing your Form to open, have it also run an external rule, hopefully right before it launches the form that resets all of those MultiValue Parameters back where you want them.
  2. You will have to use (or create, then use) a local rule with an Event watcher, that will reset those parameters.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes