Creating a New Custom Page - Modifying Client Details

Create a new page with the Client repository attributes and relationship.

Procedure

  1. Right click the UIBuilder folder in the Project Explorer and select New > MDM UI Page.
  2. The UIbuilder Model wizard is displayed.
  3. Enter the file name as ModifyClient.mub and click Finish.
  4. The Modify Client page is displayed in the canvas.

After creating the canvas, add the Client Repository to the canvas. Drag the Client Repository attributes and drop it on the panel.

  1. Expand the PAC repository model, select the Client repository and drag and drop it on the panel_0(panel).
  2. The Select Attribute Groups and Attributes wizard is displayed.
  3. Select the Tabbed pane check box. Select the Unassigned check box, all the attributes in the Unassigned Group are displayed.
  4. Select the check box corresponding to the repository attributes and click Finish.
  5. A form is created with selected attributes and displayed on the canvas.

Add a header to the form, the header widget is available in the Form container.

  1. Expand the Form container and select the Header widget.
  2. The header is displayed on the canvas.
  3. Modify the header text to Modify Client Details. To reorder the header text to the top of the canvas, select the header_o(header) and click

  4. on the Tree Outline toolbar and move it before tabpanel_0(tabpanel) and after panel_0(panel).

After adding the repository attributes, add the ClientToAddress relationship to the form by dragging it on the panel.

  1. Select the ClientToAddress relationship and drag and drop on the panel_0(panel). The ClientToAddress wizard is displayed.
  2. Select the Datagrid pane and select the check box corresponding to the attributes and click Finish.
  3. The selected attributes are displayed in the canvas.

Add the Save and Process and Cancel buttons to the form. The buttons are available in the MDM widget container.

  1. Expand the MDM widget, select the Save and Process button, and click the panel_0(panel). Similarly, select the Cancel button and click the panel_0(panel).

The Modify Client page is ready, save the page and view it in the system default browser.

  1. Click the External Browser on the top of the canvas. The Modify Client Page is displayed in the browser.

Result