Activities
The table below shows the activities available in the Form.Activities package version 23.4.3 or higher.
| Activity | Description |
|---|---|
| Show Form | Displays a form. |
| Close form | Closes a form. |
| Get Form Values | Retrieves the values of form components at runtime. |
| Set Form Values | Changes the values of a form at runtime. |
| Change Form Properties | Changes form properties at runtime, such as form state, position and size. |
| Run Form Script | Executes custom JavaScript inside a specific form. |
| Bring Form to Foreground | Brings a certain form, or even form instance to front. |
| Form Event Trigger | Triggers a workflow based on events inside the form, such as minimize form, click button, among others. |
Best practice
If you have multiple forms running simultaneously, we recommend you to give each form a unique Instance Name. This prevents accidentally using the same form for different workflows.