Configuration Guide for Siebel Offline Client for Life Sciences > Getting Started with Oracle JDeveloper > About Inspecting the Sales Application User Interface Definitions >

Inspecting How Applets Are Defined in the Sales Application


Complete the following procedure to inspect how applets are defined in the Sales application.

To inspect how applets are defined in the Sales application

  1. Start Oracle JDeveloper.
  2. In the Application Navigator window, expand the Projects option, and then click appletsdefn.xml.
  3. In the appletsdefn.xml Structure window, expand AppletData, then the applets node.
  4. Find and expand the APPLET - Contact Form Applet node.

    The FILTER attribute indicates that the applet is associated with the ACCOUNT_FILTER_OP filter definition file.

  5. Expand the TEMPLATE - A_T_Lightweight_Form node.

    The WEB_TEMPLATE name is A_T_Lightweight_Form. This applet definition uses this template. The items listed under this node are the TEMPLATE_ITEMS used to define the applet.

  6. Click any item under the TEMPLATE - A_T_Lightweight_Form node.

    An ITEM_IDENTIFIER attribute is associated with each item. This attribute determines to which layout group the item is mapped in the template.

    The COLINDEX, COLSPAN, ROWINDEX and ROWSPAN attributes define where the item is displayed. The COLINDEX and ROWINDEX values start at zero (0). The COLSPAN and ROWSPAN values start at 1.

Configuration Guide for Siebel Offline Client for Life Sciences Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.