Skip to main content

Creating a view for the agent database

Add the following view to the agent database.

  1. Select Views from the agent database’s bookmarks.

  2. Click the (untitled view) bookmark icon to bring up the View dialog. Name the view. Close the dialog to save the changes.

  3. Create the UserId column.

    1. In the tab for the view, right-click the # column, and select Column Properties to bring up the Column dialog.

    2. Change the title from # to UserId. Close the dialog to save the changes.

    3. In the UserId (Column): Column Value pane, select the Field radio button then select UserId from the list of fields.

  4. Use the following procedure to create the remaining columns.

    1. Double-click to the right of previously-defined column header to create a new column and bring up the Column dialog.

    2. Type the name in the Title field. Close the dialog to save the changes.

    3. In the <name> (Column): Column Value pane, select the Field radio button then select the corresponding <name> from the list of fields.

    Create the following columns. Ensure that you associate each column with the field of the same name.

    • FullName

    • AccountID

    • ShortID

    • NewPassword

    • OldPassword

    • ModelID

    • GroupId

    • GroupName

    • CreationAttributes

    • UserAttributes

    • ReturnCode

    • ErrorMsg

    • ReturnValue

    • ReturnAccountId

    • ReturnShortId

    • ReturnAttributes

    • ReturnGroups

  5. Select File > Save.