To select a user in the userparms table so we can edit their security account, create a Component with a List control to display the rows in that table.

  1. Create a new, blank UX Component.
  2. Add a List control.
    1. Enter the Name userList.
    2. Do not enter a Label.
    3. For Position for Label, choose None.
  3. Under Properties, click List Properties and use the List Builder to enter Data Source Properties as shown here:


  1. Then, select the List Layout columns as shown here:
  2. Preview the list in the List Builder.
  3. Click OK to close the List Builder.
  4. Place a Panel Card control around the List control. Accept the default name and all other default settings for the Panel Card.
  5. Place a second Panel Card control after the first one. Accept the default name and all other default settings for the second Panel Card.
  6. Place a Panel Navigator control around the two Panel Card controls. Accept the default name and all other default settings for the Panel Navigator.
  7. Save the Component with the name UserList, and then display it in Working Preview.