TM1 Function for TI, ​HierarchyElementSecurityPut

Sets security access for a group to an element.

What is the HierarchyElementSecurityPut function?

HierarchyElementSecurityPut sets security access for a group to an element.

Where can the HierarchyElementSecurityPut function be used?

TurboIntegrator

What is the syntax for HierarchyElementSecurityPut?

HierarchyElementSecurityPut(Level, DimensionName, HierarchyName, ElementName, Group);​

​Level = Level of privilege to be assign to a security group for the dimension element. The levels can be:​
– Admin
– Lock
– None
– Read
– Reserve
– Write​
​DimensionName = Name of the dimension the element is part of.​
HierarchyName = Name of the Hierarchy the element is part of.​
ElementName = Name of the element to the group will be assigned access.​
Group = Name of the security group to receive the privilege for a dimension element.

A demonstration on how to use HierarchyElementSecurityPut

Use HierarchyElementSecurityPut to assign READ access to the element, Finance, in the Employee dimension against the Test security group.