AX2368
GetSecurityInfo function
Returns information on a user's security settings. The function has different syntax depending on the keyword used in the first parameter, which determines the type of security information to be returned.
NOTE: You can use a data lookup to return the same information as a GetSecurityInfo function. Whenever possible, it is recommended to use data lookup queries over Axiom functions for faster performance.
The user's inherited role permissions and the user's administrator status are applied to the GetSecurityInfo results. For example, if the user has a defined table type filter, but the user is also an administrator, then the GetSecurityInfo("TableType") function will return full access, because filters are not applied to administrators. Subsystem restrictions are also applied, if applicable.