SetHierarchyGroupsSecurity

SetHierarchyGroupsSecurity sets the security level for all existing groups for the specified dimension hierarchy.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

SetHierarchyGroupsSecurity(securityLevel, dimension, hierarchy)

Argument

Description

securityLevel

The security level that 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.

Example

SetHierarchyGroupsSecurity('Reserve', 'Region', 'Europe');          

This example assigns Reserve security to all existing groups in the Europe hierarchy of the Region dimension.