RemoveClientFromGroup
RemoveClientFromGroup removes a specified client from a user group.
This function is valid in TM1® TurboIntegrator processes only.
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.