Form object

A Form object provides fields for user entries. RRTs access field values in a workflow.

Properties

PropertyAccess TypeDescription
NameReadThe name of the form.
GUIDReadThe globally unique identifier (GUID) attribute of the form object. The GUID property is read-only.
UserNameReadThe account name of the user.
ComputerNameReadThe computer name of the user's computer.
FieldsReadThe 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.