Glb.ClientManager

The Glb.ClientManager is a built-in segment class member that is used to send a list instance to the client. It is used to handle dynamic and static list processing.

You can use the following methods with Glb.ClientManager:

A “dynamic” list includes contents that change frequently and are relevant to only the current user or transaction, which means the contents of a list are “dynamic”. The SendDynamic method sends a list to a client that requests the currently executing transaction.

A “static” list includes contents that change infrequently and are relevant to all users of the system, which means the contents are “static”. The SendStatic method is used to send a list to the centralized static list stored on the runtime host. The static list is then available for all users of the system.