AddClient

This function creates a new client on the server.

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

Changes applied through the AddClient functions do not take effect until the Metadata procedure in a process is completed.

This function, like all functions that update metadata, should not be used in the Data or Epilog tabs of a process

Syntax

AddClient(ClientName);

Argument

Description

ClientName

The name of the client you want to add to the server.

The client name is limited to 255 characters/bytes.

Example

AddClient('Brian'); 

This example adds the client Brian to the server.