FFS_WMT_THEME
Contains Where is my Technician themes.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FFS_WMT_THEME_PK |
LABEL |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LABEL | VARCHAR2 | 280 | Yes | Unique string identifier of the WMT theme. Used for referencing WMT theme from a message scenario's body. | |
DESCRIPTION | VARCHAR2 | 256 | Contains meaningful description of WMT theme, is available only at the configuration screen. | ||
VERSION | NUMBER | 10 | Yes | Indicates version number of the WMT theme. Increments with every update. Used for caches invalidaiton. | |
UPDATE_DATE | TIMESTAMP | Indicates date and time of most recent WMT theme update. | |||
IS_DEFAULT | NUMBER | 1 | Indicates if this WMT theme is a default WMT theme. Only 1 default WMT theme can be selected. | ||
TEMPLATE_LABEL | VARCHAR2 | 32 | Yes | Selected WMT visual template option. Available values: 'theme-bright', 'theme-hero', 'theme-minimal'. | |
PROPERTY_MAPPING | CLOB | Contains mapping of WMT fields scoreProp (feedback rating), commentProp (feedback comment), resourceNameProp (a resource proeprty used to display as a resource's name) to Field Service properties by lable in JSON format. | |||
CONTENT | CLOB | WMT theme configuration is JSON format. | |||
CUSTOM_DOMAIN_NAME | VARCHAR2 | 256 | Contains custom domain name to be used by this WMT theme. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. | |
DELETED_FLAG | VARCHAR2 | 1 | Indicates whether the record is logically deleted (Y - soft deleted, N or NULL - active). | ||
WMT_THEME_ID | NUMBER | 10 | Numeric unique ID for a WMT theme. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_WMT_THEME_PK | Unique | DATA | LABEL, ORA_SEED_SET1 |
FFS_WMT_THEME_PK1 | Unique | DATA | LABEL, ORA_SEED_SET2 |
FFS_WMT_THEME_U1 | Unique | DATA | VERSION, ORA_SEED_SET1 |
FFS_WMT_THEME_U11 | Unique | DATA | VERSION, ORA_SEED_SET2 |