Skip to main content

Form Information Section

First, let's add form header information to the form. The Header object is used for this. The Header object is added to the form by drag/drop from the toolbox. Double-clicking the object added to the form will open the Property Viewer panel, which will list the properties of the Header object. In the Text field of the Header object, the text that is intended to be displayed as the form title is entered.

Form Information Section

Because the form will consist of different sections (such as Form Information, Requester Information, Permission information, etc.), the section information can be specified using the Label object to avoid looking cluttered. Thus, whichever object belongs to which section is found under the relevant section heading.

Form Information Section

The form information section will contain the fields Document Number and Document Date. The DocumentMetadata object is used to automatically populate both of these information of the form by the system when the form is created.

For the Document Number field, the DocumentMetadata object is added to the form, and the Id option is selected from the Select Metadata Type field in its properties.

Form Information Section

For the Document Date field, the DocumentMetadata object is added to the form, and the Created Date CreateDate option is selected from the Select Metadata Type field in its properties.

Form Information Section