AddClient

AddClient creates a new client on the server. 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.

This function is valid in TM1® TurboIntegrator processes only.

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.