ServerActiveSandboxGet

ServerActiveSandboxGet returns the name of the user's active sandbox. If the user has no active sandbox, an empty string is returned. Because chores run in the context of a special admin user, and can have no active sandbox, this function always returns an empty string when executed using a chore.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

ServerActiveSandboxGet();

Arguments

None.

Example

return_value = ServerActiveSandboxGet();

This example will return the active sandbox of the user executing the TI process in which the function call is made.