You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

We will be adding detail viewer functionality to the Client Search page.

Step 1 - Create a Simple Client Detail Page

  1. Click on Presentation and then Pages.
  2. Click New Page
  3. From Categories, select General and from Templates select Blank; name the page Client Details; click Save.
  4. On save you will be redirected to the detail page of the New Client page, from here click on the Parameters tab
    1. Add a new parameter, name Id, type Integer, and set Required to Yes
  5. Go to the General tab and launch the Page Builder by clicking on Page Builder
  6. Add a Unified Store called storeClients and open its Configuration window
    1. Data Source Type will be Business Object and Data Source will be Client
    2. Check the Details checkbox
    3. Click on the Details tab
      1. Find the Id parameter and double click on its Value column
      2. Select Id as the page parameter
      3. Click on Properties and check the Auto Load checkbox
      4. Click Save, and Save again in the Configuration window
  7. In the Sections tab in the Page Builder, make sure pnMain is selected
    1. Find Layout in Properties and change it from fit to form
    2. Add panels as in previous examples, but stop before adding text areas
    3. Instead of adding textareas from the Toolbox panel, click on storeClients in the Data Sources tab
      1. In Toolbox find FirstName and drag it into pnLeft1
      2. Change its Control Type from TextField to Label
      3. Delete FirstName from the Text row
      4. Click Create
      5. Add the remaining Client attributes in this manner: Last Name, Email, Mobile Phone, Mailing Address, Department, Office Phone, Title, Reports To, and Description
  8. In Preview, your page should look like this
  9. Click on Save Page at the top left of the screen, and click Ok to the Page Was Saved notification 
  • No labels