Creating a view for the agent database
Add the following view to the agent database.
Select Views from the agent database’s bookmarks.
Click the (untitled view) bookmark icon to bring up the View dialog. Name the view. Close the dialog to save the changes.
Create the UserId column.
In the tab for the view, right-click the # column, and select Column Properties to bring up the Column dialog.
Change the title from
#
toUserId
. Close the dialog to save the changes.In the UserId (Column): Column Value pane, select the Field radio button then select UserId from the list of fields.
Use the following procedure to create the remaining columns.
Double-click to the right of previously-defined column header to create a new column and bring up the Column dialog.
Type the name in the Title field. Close the dialog to save the changes.
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
Select File > Save.