Exposing Save button in Siebel HI user interface

Requirement:

  Expose Save Button in Siebel UI in high interactivity.

Solution: 
            Siebel Application running in High Interactivity mode doesn't need a explicit save button as they have the implicit save functionality. Though there is option to save from the menu, we had requirement to make it easy for user to do this.
So add the button to the UI and then compile to see if the button appears. If it doesnt go the application cfg file to add an additional parameter



ShowWriteRecord=TRUE


This parameter is located in the InfraUIFramework section of the configuration file. 
Note that the Save buttons use the WriteRecord method.

This is also a parameter in the component parameter if you configure in thin client.

Comments

Popular posts from this blog

Refresh Siebel Applet not Buscomp - "RefreshBusComp" Alternative

BCHasRows - Validation with no scripts

Deploying Integration Object at Runtime (Siebel)