Configuring Siebel Open UI > Customizing Siebel Open UI for Siebel Mobile Disconnected > Overview of Customizing Siebel Open UI for Siebel Mobile Disconnected >

Process of Customizing Siebel Open UI for Siebel Mobile Disconnected


It is recommended that you use the sequence of steps that this topic describes to customize Siebel Open UI to use a Siebel application in a Disconnected client. Siebel Pharma and Siebel Service are each an example of a Siebel application. To view examples that use these steps, see Customizing Siebel Pharma for Siebel Mobile Disconnected Clients and Customizing Siebel Service for Siebel Mobile Disconnected Clients.

To customize Siebel Open UI for Siebel Mobile Disconnected

  1. Configure the manifest, if necessary.

    For more information, see Modifying Manifest Files for Siebel Mobile Disconnected.

  2. Create a new JavaScript file or copy an existing one.

    You must place all custom presentation models and physical renderers in a custom folder. For more information about this folder, see Organizing Files That You Customize.

  3. Register your custom JavaScript method or Siebel business service.

    For more information, see Using Siebel Business Services or JavaScript Services to Customize Siebel CRM Objects.

  4. Add your custom code:
    1. Declare your variables.
    2. Use the CanInvokeMethod method to make sure Siebel Open UI can call your custom method or business service.
    3. Specify the logic for your custom JavaScript method or Siebel business service.
    4. Use InvokeMethod to call your custom JavaScript method or Siebel business service.

      For more information, see Using Custom JavaScript Methods.

  5. Test your modifications.
Configuring Siebel Open UI Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.