Tuesday, October 23, 2018

Displaying the Save Button in Siebel IP 16 and above Versions

A Siebel application uses an implicit save, by default, so Siebel CRM does not display the Save buttons in the predefined application. You can configure these buttons so Siebel CRM displays them. But only configuration will not display the Save button. This is applicable for Siebel Innovation Pack IP 16 and above.

 To display the Save button in the Siebel Web Client 

 For the Application Object Manager component, set the ShowWriteRecord parameter to True. 

To display the Save button in the Siebel Mobile Web Client
  Use a text editor to open the configuration file for the Siebel application.
  Set the ShowWriteRecord parameter to the following value:
    ShowWriteRecord=TRUE

Specifying the Default Applet Focus for Pop Up Applet

I recently came across an interesting scenario wherein I had to create a Pop up applet for which I created a clone of Normal Form applet and Changed the Class of Applet to ‘CSSSWEFramePopup ‘ When we do a New Record on the Normal Form Applet (Activity Form Applet) the focus automatically came to the first field Status since the HTML Sequence was given as “1” in the Form Applet This HTML sequence does not work for a Pop Up Form Applet. To get the Initial Focus to Status Field we need to explicitly set the focus using DefaultFocus_Edit Applet User Property. The DefaultFocus_Edit applet user property sets the focus for a field or control in an applet.