Form category
-
- UpdatedFeb 1, 2024
- 18 minutes to read
- Washington DC
- Automated Test Framework
Validate the functionality of fields and UI actions on a form.
It is to be noted that Agent Workspace has been removed from the Platform. If you have any Agent Workspace tests or test suites, they won't work anymore.
Open a New Form
Open a form to a new record in the specified table and Form UI.
Open an Existing Record
Open a form to an existing record in the specified table and Form UI.
Set Field Values
Set the fields on the current form to the specified values.
The Field Values Validation, Set Field Values, Field State Validation, and UI Action Visibility steps can appear in any order.

Field Values Validation
Validate field values on the current form.
The Field Values Validation, Set Field Values, Field State Validation, and UI Action Visibility steps can appear in any order.
Field State Validation
Validate the state of specified fields. States validated can include mandatory, non-mandatory, read-only, non-read-only, visible, and non-visible.
UI Action Visibility
Verify if a UI action is visible on the current form. To run this step, your test must have already opened a form using either the Open a New Form or Open an Existing Record step.
Declarative Action Visibility
Verify if a declarative action is visible on the current form.
Add Attachments to Form
Add one or more mandatory attachments to the current form. Select the attachments that the test step adds to the form from the Upload Attachments list.
Click Modal Button
Click a button within a modal in the specified Form UI.
- UI page was opened in a modal.
- Button is visible and enabled.
If you select an available workspace UI, this test step selects either the Confirm or Cancel action and optionally sets the field values within the modal. This step succeeds only if a modal dialog is open on the form, and if the specified button exists on that modal dialog.
- alert
- confirm
- confirmDestroy
- showFields
Click a UI Action
Click a UI action on the current form.
Field | Description |
---|---|
table | The table for the form that contains this UI action. |
record | The sys_id of the record on which the action was clicked. |
Click a Declarative Action
Click a declarative action on the current form.
Submit a Form
Submit the current form.

Field | Description |
---|---|
table | The table for the submitted record. |
record | The sys_id of the submitted record. |