Skip Headers
Siebel CRM Configuring Siebel Open UI
Siebel Innovation Pack 2015
E52417-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Property Sets That Siebel Open UI Supports

Table B-4 describes the property sets that Siebel Open UI supports. Siebel Open UI uses the Handle Response

property set for navigation controls, such as the predefined query, drop down menus, screen tabs, and view tabs. Siebel Open UI handles the toolbar during setup because it does not dynamically update the property set.

Table B-4 Property Set Types That Siebel Open UI Supports

Property Set Description

SWE_PROP_NC_PDQ_INFO

Child property set for the Predefined Query (PDQ). It includes the list of PDQ items that Siebel Open UI displays. It uses the following properties:

  • SHOW_EMPTY_STRING. Display an empty PDQ entry.

  • SWE_PROP_NC_CAPTION. Identifies the caption that Siebel Open UI displays for the PDQ.

SWE_PROP_NC_VISIBILITY_INFO

Defines the beginning of the visibility property set.

It uses the following properties:

  • SWE_PROP_NC_ITEM_INFO. Identifies the item start property.

  • SWE_PROP_NC_SCREEN_NAME. Identifies the screen name.

  • SWE_PROP_NC_VIEW_NAME. Identifies the view name.

  • SWE_PROP_NC_CAPTION. Identifies the display value for the caption.

  • SWE_PROP_NC_SCREEN_TAB_ICON. Identifies the icon name to use for the screen tab.

You can use the VisDropDownItem property as the predefined bubbled handler to do user interface binding.

SWE_PROP_NC_SCREENCTRL_INFO

Defines information for the first level in a screen.

It uses the all the same properties that the SWE_PROP_NC_VISIBILITY_INFO property set uses except it does not use the SWE_PROP_NC_ITEM_INFO property.

You can use the GetTabInfo property as the predefined bubbled handler.

SWE_PROP_NC_FLOATING_TAB_INFO

If Siebel Open UI already displays a screen, and if the user clicks an empty tab, then SWE_PROP_NC_FLOATING_TAB_INFO adds a new tab. It uses the GetTabInfo property.

SWE_PROP_NC_AGGREGATE_INFO

Describes Amazon link information.

It uses the GetTabLinkInfo property.

It uses the following properties:

  • SWE_PROP_NC_VIEW_NAME. Specifies the view name that Siebel Open UI displays.

  • SWE_PROP_NC_CAPTION. Specifies the caption that Siebel Open UI displays.

SWE_PROP_NC_SUBDETAIL_INFO

Specifies information for the fourth level link.

It uses the same properties that the SWE_PROP_NC_AGGREGATE_INFO property set uses.

SWE_PROP_NC_DETAIL_INFO

Specifies the view tab information that Siebel Open UI displays to start.

It uses the GetTabInfo property. It uses the following properties:

  • SWE_PROP_NC_VIEW_NAME. View name that Siebel Open UI displays.

  • SWE_PROP_NC_CAPTION. Caption that Siebel Open UI displays.

You can use the following properties as predefined bubbled handlers:

  • GetDataReloadDirty. Specifies the flag property.

  • GetSelectedTabKey. Selection of tabs.

  • GetSelectedTabLinkKey. Selection of links underneath tabs.

  • GetTabInfo. All tabs.

  • GetTabLinkInfo. All links.