Defining Tab Library Properties
The cfg_tab_property
table defines all configurable tab properties. If the tab property is not defined in this table, then it is not configurable and not displayed on the Oracle Retail Xstore Office Tab Library Configuration page.
Note:
To set the default URL, use the URL_NAVIGATOR property set in the Oracle Retail Xstore Point of Service TabConfig.xml
. The default title on the tab is Oracle and the default URL is http://www.oracle.com
.
Table C-1 cfg_tab_property
Column | Valid Values | Description |
---|---|---|
tab_id |
VARCHAR |
Tab ID. |
property_id |
VARCHAR |
Property ID (tab or tabTitle). |
display_component |
VARCHAR |
Widget used to display configurable tab property (TextBox,CompoBox and so on). |
value_type |
VARCHAR |
Determines whether the configurable value is defined in Value or ComplexValue XML tag. |
label |
VARCHAR |
Translation key for label that describes what configurable value is. The label is placed on the left of each display component. |
create_date |
DATE |
Created Date. |
create_user_id |
VARCHAR |
Created User ID. |
update_date |
DATE |
Updated Date. |
update_user_id |
VARCHAR |
Updated User ID. |