Siebel Advisor API Reference > User Interface Layout and Control Functions for Siebel Advisor >

RegisterMVar


Usage

Use the RegisterMVar function to identify the name of a Multi-Variable Trigger Table. Required for any pageset that has a multi-variable trigger construct. RegisterMVar is called from the UI Information file for the pageset. Multiple calls can be made to register multiple multi-variable trigger constructs.

Syntax

ISS.RegisterMVar(mVarName);

Argument
Description

mVarName

The name of the multi-variable trigger table.

Siebel Advisor API Reference