Siebel Chat Guide > Methods for Customizing Siebel Chat Process Flow and Interface Functionality > Methods for Customizing Siebel Chat Process Flow and Interface Functionality >

PushToToolbarCallFunction


This method is used to call a chat screen pop-up method, such as OpenView or RestoreMainViewFromBookmark. This method is used, for example, if there are several asynchronous updates that must be made to the UI. By using PushToToolbarCallFunction to call chat screen pop-up methods, you ensure that all the methods are called one-by-one. Table 37 shows the input PropertySet arguments for PushToToolbarCallFunction.

Table 37. PushToToolbarCallFunction Method: Input Arguments
Input Argument
Description

MethodName

The name of the chat screen pop-up method to be called, such as OpenView.

InteractionId (Optional)

The interaction ID for the chat. If IsQueued is set to True, then you must provide the InteractionID.

IsQueued (Optional)

Indicates whether or not to queue the method. The method name is MethodName.

Except for this parameter, you must also enter all the necessary parameters for the chat screen pop-up method to be called later.

Siebel Chat Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.