SysUserSRSHelper Class [AX 2012]
The SysUserSRSHelper class supports the SysUserSRSHelper which is used to get the permissions that are on users and objects.
| Method | Description | |
|---|---|---|
| appendObjResult | Appends the resultant string with user group, domain, and access type. |
| appendUsrResult | Appends the resultant string of users, domains, and access type. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getMenuItemObjects | Gets menu items for given menu item type. |
| getSecurityObjects | Gets security key objects. |
| getTableFieldObjects | Gets a list of table fields. |
| getTableObjects | Gets a list of tables. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUsers | Gets a list of users in a user group. |
| getWebUrlItemObjects | Gets Web URL items. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the SysUserSRSHelper class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| objPermissions_GoSubSecurity | Gets permissions for the given sub security key and user group. |
| objPermissions_MenuItem_Access | Gets permissions for the given object and group. |
| objPermissions_MenuItems | Gets permissions of objects for the given menu item type for user group and domain combinations. |
| objPermissions_SecurityKey_Access | Gets permissions for the given object and group. |
| objPermissions_SecurityKeys | Gets permissions for objects of type security key for user group and domain combinations. |
| objPermissions_Table_Access | Gets permissions for the given table object and group. |
| objPermissions_TableField_Access | Gets permissions for the given Tablefield object and user group. |
| objPermissions_TableFields | Gets permissions for objects of type TableField for user group and domain combinations. |
| objPermissions_Tables | Gets permissions for objects of type table for user group and domain combinations. |
| objPermissions_WebUrl_Access | Gets permissions for the given object and user group. |
| objPermissions_WebUrlItems | Gets permissions for objects of type Web URL item for user group and domain combinations. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| usrPermissions_GoSubSecurity | Gets permissions for the given sub security key and group. |
| usrPermissions_MenuItem_Access | Gets permissions for an object from a specified user group. |
| usrPermissions_MenuItems | Gets user permissions for the given menu item type for user group and domain combinations. |
| usrPermissions_SecurityKey_Access | Gets permissions for a given object and group. |
| usrPermissions_SecurityKeys | Gets permissions for objects of type SecurityKey from the user group and domain combinations. |
| usrPermissions_Table_Access | Gets permissions for an object from a specified group. |
| usrPermissions_TableField_Access | Gets the permissions for the given object from given group. |
| usrPermissions_TableFields | Gets permissions for objects of type TableField for user group and domain combinations. |
| usrPermissions_Tables | Gets user permissions for the given menu item type for user group and domain combinations. |
| usrPermissions_WebUrl_Access | Gets permissions for an object from a specified group. |
| usrPermissions_WebUrlItems | Gets permissions for objects of type Web URL item for user group and domain combinations. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SysUserSRSHelper class. |
| ::getSecurityKeyName | Returns a formatted version of the label of the security key that includes parents. |
Community Additions
ADD
Show: