Setting the Server Parameter to Enable Pre-Pick Compatibility on the Siebel Developer Web Client

Use the following procedure to set the server parameter to enable pre-pick compatibility on the Siebel Developer Web Client.

To enable pre-pick compatibility

  1. Use any text editor to open the .cfg file of the Siebel Developer Web Client.

  2. If the InfraObjMgr section already exists, add the following line to that section:

    PrePickCompatibilityEnabled = TRUE
    
  3. If the InfraObjMgr section does not already exist, add both the section header and the line to the .cfg file, as follows:

    [InfraObjMgr]
    
    PrePickCompatibilityEnabled = TRUE