Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Find the Client Search Page
  2. Add a new Data Source, a Page Action, called clientDetailPage
    1. Open its Configuration screen
    2. Set Data Source to Client Details
    3. From the Select store adapter dropdown select storeClients[List]
    4. Add a Parameter, call it Id and select Id from the Columns dropdown
    5. In the General Settings tab, check the Open Window in popup checkbox and set Width to 700 and Height to 400
    6. Click Apply and click Save
  3. In the Sections tab, click on grdClients and then click on Settings
    1. Click on Add Grid Column and click on Command Column
    2. Set this column to the top of the list
    3. Select this column to be able to edit its settings
      1. Leave Header blank and set width to 90
      2. Click on the Command Columns tab
        1. Click Add Command Column and click ActionCommand
          1. Set Command Name to Detail and set the Icon to Magnifier
          2. Set Action to clientDetailPage
        2. Again click Add Command Columns and click ActionCommand
          1. Set Command Name to Delete and set Icon to Decline
          2. Set Action to storeClients_Delete; click Save
        3. Click Save in the Configuration window
  4. Make sure grdClients it still selected and click on Listeners
    1. Select Command
    2. Set Fn to PageManager.grid_command_grdClients
    3. Click Save
  5. Click on Save Page at the top left of the screen, and click Ok to the Page Was Saved notification Image RemovedImage Added
  6. Deploy your solution and log out and log in. See click on your solution to see the page:
  7. Image RemovedImage Added