Skip to main content

The VertiGIS Community has been moved to the VertiGIS Support Center >>

Auto Complete Empty Event

Not planned

Comments

1 comment

  • Official comment
    Ken Lyon

    Hi Andrew Adamson,

    We try to limit the firing of events to user-initiated actions, such as finishing an edit as you mentioned. If you are clearing the value via the Set Form Element Property activity, you could do the corresponding action after that. You may also be interested to know there is a new Run Subworkflow activity which allows you to manually execute a different part of the workflow. If there was logic in an event handler that you wanted to manually run from elsewhere, you could move the shared steps into a container of some kind and use Run Subworkflow to call them from both places.