Customizing How Siebel CRM Desktop Connects to the Internet
You can customize how Siebel CRM Desktop connects to the Internet.
To customize how Siebel CRM Desktop connects to the Internet
Use an XML editor to open the platform_configuration.xml file.
For more information, see Files That the Customization Package Contains.
Locate the initialization section of the initialization_script platform section.
Add the following code to the section that you located in the previous step:
application.settings.set("ProxyUsage", value); where:
value is an integer. Use values from the following table.
Value Description 0
Use the proxy server setting that is set in Internet Explorer.
1
Use a direct connection to the Internet. This option does not use a proxy server.
2
Use a manual proxy server configuration.
Save and then close the platform_configuration.xml file.
Test your work.