Siebel CRM Desktop for IBM Notes Administration Guide > XML Files Reference >

XML Code That Customizes Platform Configuration


This topic describes the XML code that you can use to customize the platform configuration. The following code is an example of the platform_configuration.xml file. For more information, see Files in the Customization Package:

<platform>
  <initialization_script>
    <![CDATA[
      application.settings.set("ProgressFormAutoshow", 0);
    ]]>
  </initialization_script>
</platform>

Siebel CRM Desktop for IBM Notes Administration Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.