UpdateAppletMessage Method
The UpdateAppletMessage method updates an applet message according to modifications that exist on the Siebel Server. It uses the following syntax:
UpdateAppletMessage()
For example, the applet.js file includes the following code:
this.UpdateAppletMessage();
You add the following code to the physical renderer:
this.GetPM().AttachPMBinding ("UpdateAppletMessage", function(){custom_code},
{scope:this});
//e.g. UpdateAppletMessageUI in phyrenderer.
where:
custom_code is code that you write that displays a message.
For information about where you add this code, see Adding Code to the Physical Renderer.
For more information about using this method, see Life Cycle Flows of User Interface Elements.