invoke a function
Is it possible to call a function (like a dropdownlist change event) from something else like maybe a checkbox change.
I have a pick list of Imagery years and a top level on/off toggle (since there is no un-load event), but when the user toggles to 'on' I would need to check the pick-list to see where they were at
0
-
No, it's not possible to call a separate function at this time. The best you could do is either duplicate the functionality in both event handlers or move the shared behaviour into a separate workflow that both could execute via the Run Workflow activity.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar