Creating a Data Display Form
Use
In this step of the tutorial, you create a Data Display Form to show the user details. For example, the Data Display Form can contain fields for first name, last name, telephone, and fax. You expose it as a callable object, and then attach it to an action.
Procedure
1. Create the Callable Object
- Launch Guided Procedures (GP) design time and choose Create Callable Object from the contextual panel.
- Enter the following data:
- Type - select Form → Data Display Form
- Name - enter User Details Display Form
- Description - enter a brief description of the callable object; for example, User Details Display Form
- Original Language - choose English
- Location - choose the Exception Handling folder
- Choose Next.
Choose Insert New for each new input parameters. Add the following parameters of type String:
- First Name
- Last Name
- Telephone
- Fax
- Choose Next and then Finish and Open.
The design time for the callable object opens.
- Choose
(Activate).
2. Create the Action
- Open the gallery and choose Create Action from the contextual panel.
- From the Original Language dropdown box, select English and choose Create.
- Enter the following data:
- Name - enter User Details Display Form
- Description - enter a brief description of the action; for example, User Details Display Form
- Folder - select the Exception Handling folder
- Make sure that Callable Object for Execution is selected from the Item dropdown list, and choose
(Insert). - Browse to select User Details Display Form.
To confirm, choose Select.
- Choose
(Activate).
Result
Your next step is to create an Exception Block with the new actions.
More information: Creating an Exception Block