Add workflow to your approval server forms
The three-way join forms in the sample applications each have a button labeled Manage More Information. This button opens a dialog box that allows the user to review and respond to the More Information requests associated with the current approval request. The AP-Sample:Lunch Scheduler form contains the buttons Show Approval Summary and Show Signatures, which allow approvers to see signature details about the current request.
This section describes how to create a Manage More Information button on the three-way join form for your application. You can use a similar procedure to add the Show Approval Summary and Show Signatures buttons.
The Manage More Information button in the sample applications links to the AP:Dtl-Sig-MoreInfoDialog form, which enables you to create More Information records and lists the existing ones. However, you should use the appropriate fields on AP:Show-Detail to create such records. See Form-to-view-More-Information-requests-related-to-current-approval-request and Form-to-view-history-of-activities-on-a-request-for-an-approval-process.
To see how the Manage More Information button works in the sample applications, use BMC Remedy Developer Studio to review the button on the AP-Sample:Lunch-Detail-Signatu form. Also review the active links AP-Sample-Dtl-Sig:MoreInfo01 through AP-Sample-Dtl-Sig:MoreInfo06.
For information about adding fields to forms, including buttons, see Creating and managing fields.
For information about creating active links, see the Creating-active-links.
To add a Manage More Information button
- Create a button on the three-way join form for your application. The name of the button is not critical to its function.
- Assign the field ID 13198 and grant the Public permission to the button.
- Make a copy of each active link named AP-Sample-Dtl-Sig:MoreInfo01 through AP-Sample-Dtl-Sig:MoreInfo06:
- Open the active link to be copied.
- Select File > Save Active Link As.
- Give the new copy a name that is appropriate for your application.
- In the Form Name field, select the three-way join form and deselect the sample application forms.
- Save the changes.
Copying AP-Sample-Dtl-Sig: MoreInfo01 through MoreInfo06