Options BOOLEAN = True$, False$
Options ACCESSLEVELS = "Enabled", "Disabled", "Hidden"
| A | |
|---|---|
Returns a True or False depending on whether the Windows login credentials (SSO) is accepted. | |
| C | |
| CalculateCommandCategoryDefault | Determines the command's access level. This is based on the given category. |
| CalculateCommandDefault | Determines the command's access level. This is based on the given command group and/or user name. |
Determines the command's access level. This is based on the given policy. | |
| CalculateCommandGroupDefault | Determines the command's access level. This is based on the given user group and/or user name. |
| F | |
| FilterCommandsByAccess | Takes the given CommandList and removes any commands that do not match the given AccessLevel. |
| G | |
Gets the command's access level. | |
Returns the access level of the window or control for the current user. | |
Gets the current user logged into Frameworks. | |
Creates a list of security groups suitable for display in a combobox. | |
Returns the list of all security groups. | |
Returns the database row from the GROUPS database table. | |
| GetGroupReports | Returns the reports available to the current Group security profile. |
Returns the database row from the SECURITY_POLICIES database table. | |
Returns the report names related to the current report group. | |
Returns the entire report group record. | |
Returns the entire REPORT_MANAGER_SETTINGS for the current application. | |
Returns the entire SECURITY_MANAGER_SETTINGS for the current application. | |
Gets the @FM delimited list of all security policy keys. | |
Gets the default security access for all items in the system. | |
Returns the list of all security users. | |
Returns the database record from the USERS database table. | |
| [depreciated] Returns the USER_SETTINGS database record from the APP_INFO table. | |
| S | |
Uses the Memory Services to store the login credential information for future retrieval. | |
Updates the USERS database record. | |
| U | |
Determines the commands' access levels. The result is cached for later use. | |
| V | |
Attempts to validate a Window's or Domain user name and password. Returns a 1 if successful or a 0 if unsuccessful. |