By default, message broadcasting is enabled. As an administrator, you can enable or disable message broadcasting. You can set message broadcasting to operate in any of the following modes:
The message bar is also supported for standard interactivity application clients, and you can display the message bar in standard interactivity client applications.
- Navigate to the Administration - Server Configuration screen, then the Enterprises view.
- From the Enterprise Servers list, select the enterpriseserver that runs the application with message broadcasting settings you want to modify.
- Click the Component Definitions tab, then select a c
omponent that has Component Type with a value of Application Object Manager. - Select the Application Message Bar Flag parameter in the Component Parameters subview, and type the value you require in the Value field. For information about the values you can specify, see Table 15.
- Use a text editor to open the CFG file for your Siebel application.
- Find the ShowMessageBar parameter in the CFG file.
- Set the parameter value to TRUE, FALSE, or User Enabled. See Table 15 for more descriptions of each parameter value.
- If you set the ShowMessageBar parameter to true, specify the update interval for the message bar by adding the following line to the CFG file:
MessageBarUpdateInterval = seconds
where seconds is the interval in seconds between message bar updates (refreshes). The default value is 120 seconds. - Save and close the CFG file.
- Identify the .swt file that specifies the Web template on which the container page for the application is based.
- Before each of the </swe:frameset> tags in the .swt file, add the following lines:
- Locate each line that contains a htmlAttr attribute in the .swt file.
- In each htmlAttr attribute, enter 15 as the height of the message bar after the asterisk (*).
- Save the changes to the .swt file.
- Restart your standard interactivity client application.
0 comments:
Post a Comment