RemoveClientFromGroup

This function removes a specified client from a user group.

This is a TM1® TurboIntegrator function, valid only in TurboIntegrator processes.

Syntax

RemoveClientFromGroup(ClientName, GroupName);

Argument

Description

ClientName

The client you want to remove.

GroupName

The user group from which you want to remove the client.

Example

RemoveClientFromGroup('Brian', 'Finance');

This example removes the client Brian from the Finance user group.