Click or drag to resize

IAdmin Methods

The IAdmin type exposes the following members.

Methods
  NameDescription
Public methodAddAnonymousUser
Returns new user/associate object for anonymous user. Requires admin-anonymous-user license to use.
Public methodAddSystemUser
Returns new user/associate object for system user. Requires admin-system-user license to use.
Public methodCode exampleAddUser
Returns new user/associate object for the given person. Users are the editable version of an associate object.
Public methodCode exampleCreateRole
Create a new role based on an existing role. (Null creates a blank role with no rights). Returns the new role.
Public methodCode exampleCreateStatusMonitor
Create a new status monitor for a given table. (Only Contact and Project are supported). Read more about status monitors on Techdoc
Public methodCode exampleGetAllFunctionRights
Collection of all function rights. Each function right is a list item with an id and a name + description. The value('keyname') returns the unique string name of a function right
Public methodCode exampleGetAllStatusMonitors
Return a collection of the status monitors for a given table, indexed by the monitor id. Read more about status monitors on Techdoc
Public methodCode exampleGetFunctionRight
Return the function right for a given id or a keyname.
Public methodCode exampleGetRoles
Get a list of roles in the system for a given role type
Public methodCode exampleGetStatusMonitor
Get a status monitor by its primary key. Read more about status monitors on Techdoc
Public methodCode exampleGetUser
Returns the user object for a given associate. Users are the editable version of an associate object. Returns a user / associate object
Public methodCode exampleGetUserForPerson
Returns a user object for a given person. Users are the editable version of an associate object. Returns a user / associate object Indicates the end of the ActivityList iteration
Top
See Also