Form object
A Form object provides fields for user entries. RRTs access field values in a workflow.
Properties
| Property | Access Type | Description |
|---|---|---|
| Name | Read | The name of the form. |
| GUID | Read | The globally unique identifier (GUID) attribute of the form object. The GUID property is read-only. |
| UserName | Read | The account name of the user. |
| ComputerName | Read | The computer name of the user's computer. |
| Fields | Read | The object that contains the fields defined on the form. |
Methods
| Method | Description |
|---|---|
| GetFieldValue | Returns the value of a form field. |
| SetFieldValue | Sets the value of a form field. |
| StatusMsg | Displays a status message in the status monitor. |
| ErrorMsg | Displays an error message in the status monitor. |
| WarningMsg | Displays a warning message in the status monitor. |
| TraceMsg | Displays a debug message in status monitor if the debug option has been turned on for the task. |