Configuring the Type Property of a Field
The Type property of a field corresponds to the physical type of the table column that resides in the Siebel database:
The value in the Type property includes a DTYPE_ prefix.
You must use the data types that come predefined with Siebel CRM.
If you configure Siebel CRM to map a column to a data type, then you must make sure you configure it to use a similar type. For example, Siebel CRM can map an integer column to the DTYPE_INTEGER data type. It cannot map an incompatible type. For example, it cannot map a Long column to the DTYPE_BOOL data type.
The following table describes the data types that Siebel CRM supports for a field.
Data Type | Description |
---|---|
DTYPE_BOOL |
This data type includes the following qualities:
|
DTYPE_CURRENCY |
This data type includes the following qualities:
|
DTYPE_DATE |
This data type includes the following qualities:
|
DTYPE_DATETIME |
This data type includes the following qualities:
|
DTYPE_ID |
This data type includes the following qualities:
|
DTYPE_INTEGER |
This data type includes the following qualities:
|
DTYPE_NOTE |
This data type includes the following qualities:
|
DTYPE_NUMBER |
This data type includes the following qualities:
|
DTYPE_PHONE |
This data type includes the following qualities:
|
DTYPE_TEXT |
This data type includes the following qualities:
|
DTYPE_TIME |
This data type includes the following qualities:
|
DTYPE_UTCDATETIME |
Specifies the time as Greenwich mean time (GMT). For more information, see Siebel Global Deployment Guide. |