SetHierarchyElementGroupsSecurity

SetHierarchyElementGroupsSecurity sets the security level for a specified element from a hierarchy in a dimension.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

SetHierarchyElementGroupsSecurity(securityLevel, dimension, hierarchy, element)

Argument

Description

securityLevel

The security level you are assigning. There are six possible values:
  • None
  • Read
  • Write
  • Reserve
  • Lock
  • Admin
dimension

Name of the dimension.

hierarchy

Name of the dimension hierarchy.

element

The element for which you are assigning a security level.

Example

SetHierarchyElementGroupsSecurity('Reserve', 'Region', 'Europe', 'Germany');          

This example assigns Reserve security to the Germany element of the Europe hierarchy in the Region dimension.