(Example) Set the Title for the Sequential Approval eForm

To set the title for the Approvers section in the Approvers eForm for sequential approval, do the procedure in this topic.

Good to Know

  • For a list of limitations for AgilePoint NX example documentation, refer to (Example) Create a Process-Based Application.
  • If you reuse the form control in the same form, the best approach is Copy/Paste. The Copy/Paste creates a copy of the form control with the same configuration. It helps you to reduce the steps to configure the form control.

How to Start

  1. (Example) Create a Process-Based Application for an Absence Request.
  2. (Example) Start an Absence Request Process with an eForm.
  3. (Example) Create an eForm to Set Available Leave Hours.
  4. (Example) Configure a Condition Activity to Check the Leave Hours Available in the Absence Request Process.
  5. (Example) Create a Sequential Approval Task.
  6. (Example) Set Sections for the Sequential Approval eForm.

Procedure

  1. On the Approvers eForm, click the Absence Request section.

    Absence Request
  2. Click the Absence Request title.

    Absence Request title
  3. On the eForm Builder screen, click Copy Copy icon.

    Copy
  4. Click the Approvers section.
  5. On the eForm Builder screen, click Paste Paste icon.

    Paste
  6. On your title form control onto your eForm, click Edit Properties Edit Properties icon.
  7. On the General tab, in the Html field, replace the old HTML code with this HTML code:
    <hr class="lineClass"/><br/>
                  <div class="headerClass">
                  Approvers
                  </div>
                  <hr class="lineClass"/>

    HTML code
  8. To save the changes, click Close Screen Close Screen icon.
  9. On the eForm screen, drag the right edge of the form control to the right until the width of the form control is 2 columns.
  10. The eForm Builder shows the title for the Approvers eForm with 2 columns.

    Approvers eForm