ElementSecurityPut

ElementSecurityPut assigns a security level to a specified group for a dimension element.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

ElementSecurityPut(Level, DimName, ElName, Group);

Argument

Description

Level

The security level you are assigning. There are six possible Level values:

  • None
  • Read
  • Write
  • Reserve
  • Lock
  • Admin

DimName

The parent dimension of the element for which you are assigning a security level.

ElName

The element for which you are assigning a security level.

Group

The user group for which you are assigning a security level.

Example

ElementSecurityPut('Reserve', 'Region', 'Germany', 'Budgeting');

This example assigns Reserve security to the Budgeting group for the Germany element of the Region dimension.