Skip to main content

A choice to not run form's load event when returning to a pre visited form

Not planned

Comments

2 comments

  • Zack Robison

    I use a variable in the workflow to achieve this.  Create Value =false before loading the form, change it to true in your load logic with something like Set Property, and place an If to check the variable before running the load logic.

    0
  • Ken Lyon

    I think Zack's solution is the best way to address this. The "load" event might be used for things other than resetting. Using your own value to track the special case allows you to check for it in the load event and adapt accordingly.

    0

Please sign in to leave a comment.