ID | Description |
---|---|
ENG-70 ENG-96 |
Updated the functionality of the <IsRequired> tag so that employees who are completing your custom form need to select a checkbox before they can submit the form. For example, you could add an "Accept and Acknowledge" checkbox to a form that includes a policy the employee must read before they can continue. You can add this requirement for checkboxes in the following tags:
If an employee fails to select a required checkbox in a form, an error displays and the form can't be submitted. The following is an example of an <IsRequired> tag used in an <EmployeeProperty> tag: Copy
See Appendix: Supported Tags in the XML Forms Guide. |
ENG-89 |
Updated Workflow Administration > Form Builder so that a warning message displays when you attempt to delete a custom form that you selected as an associated form in a workflow decision node. The message asks you to confirm the deletion, and informs you that the Associated Form field is cleared from the workflow when you delete the form. |
ENG-91 |
Added the ability to perform regular expression validation on a string field in an <EPGridColumn> tag before a form is submitted. The incorrect value is flagged directly on the field, with an error pop-up that you can customize. To support this functionality, two new tags are available:
The following sample restricts a field to five lowercase letters, and outputs a custom message: Copy
See Appendix: Supported Tags in the XML Forms Guide. |