Form Templates

Workflow provides samples of basic, predefined forms that are commonly used. You can use these forms in their basic format, or you can modify them to meet your needs.

Tip: The forms in the Forms Library are available by adding the Forms Library .NET assembly (Proficy.Platform.FormsLibrary.dll) into the form and then selecting the class for the specific form. For more information, see Basic Forms and Displays.
Each form in the library has standard features. You can configure the parameters, as well as create expressions or binds.
Note: The input parameters for the form are configured when the form is selected for a Form activity.
The following table describes the common, optional input parameters of the forms in the Forms Library:
ParametersData TypeDescription
Comment PromptStringPrompt text displays above the comment text box.
Comment RequiredBooleanIf set to True, the Comment Prompt text box displays. If set to False, the text box is hidden and no comment can be entered.
ESignature RequiredBooleanIf set to True, the User ID and Password text boxes display. If set to False, these text boxes are hidden.
Form HeaderStringEnter a title for the form to display at the top of the form.
Form Header VisibleBooleanIf set to True, the header text displays. If set to False, the header text is hidden.
The following table describes the common output parameters of the forms in the Forms Library:
Note: If the fields below are required (that is, set to True in the Inputs sections) and not filled in, an error message appears in the Feedback Zone.
ParametersData TypeDescription
CommentStringDisplays the text entered in the Comment Prompt text box.
PasswordStringDisplays the text entered in the Password text box.
UserIDStringDisplays the text entered in the User ID text box.