ElementSecurityGet
ElementSecurityGet retrieves the security level assigned to a specified group for a dimension element.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
ElementSecurityGet(DimName, ElName, Group);
Argument |
Description |
---|---|
DimName |
The parent dimension of the element for which you are retrieving a security level. |
ElName |
The element for which you are retrieving a security level. |
Group |
The user group for which you are retrieving a security level. |
Example
ElementSecurityGet('Region', 'Germany', 'Budgeting');
This example returns the security level assigned to the Budgeting user group for the Germany element of the Region dimension.