SOAdmin Methods |
The SOAdmin type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddAnonymousUser | Returns new user/associate object for anonymous user. Requires admin-anonymous-user license to use. (Inherited from IAdmin.) |
![]() | AddSystemUser | Returns new user/associate object for system user. Requires admin-system-user license to use. (Inherited from IAdmin.) |
![]() ![]() | AddUser | Returns new user/associate object for the given person. Users are the editable version of an associate object. (Inherited from IAdmin.) |
![]() ![]() | CreateRole | Create a new role based on an existing role. (Null creates a blank role with no rights). Returns the new role. (Inherited from IAdmin.) |
![]() ![]() | CreateStatusMonitor | Create a new status monitor for a given table. (Only Contact and Project are supported).
Read more about status monitors on Techdoc (Inherited from IAdmin.) |
![]() ![]() | GetAllFunctionRights | 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 (Inherited from IAdmin.) |
![]() ![]() | GetAllStatusMonitors | Return a collection of the status monitors for a given table, indexed by the monitor id.
Read more about status monitors on Techdoc (Inherited from IAdmin.) |
![]() ![]() | GetFunctionRight | Return the function right for a given id or a keyname. (Inherited from IAdmin.) |
![]() ![]() | GetRoles | Get a list of roles in the system for a given role type (Inherited from IAdmin.) |
![]() ![]() | GetStatusMonitor | Get a status monitor by its primary key.
Read more about status monitors on Techdoc (Inherited from IAdmin.) |
![]() ![]() | GetUser | Returns the user object for a given associate. Users are the editable version of an associate object.
Returns a user / associate object (Inherited from IAdmin.) |
![]() ![]() | GetUserForPerson | 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 (Inherited from IAdmin.) |