Supported and Non-supported Data Types

The following is the complete list of data types, some that are supported and some that are not supported by TIBCO ActiveMatrix BusinessWorks Plug-in for Siebel.

Data Type Description Supported?
DTYPE_BOOL Data is stored as Y or N. It is displayed as TRUE or FALSE and checked or unchecked. Supported
DTYPE_CURRENCY Data is stored as currency. Supported
DTYPE_DATE Data is stored as date. Supported
DTYPE_DATETIME Data is stored as date and time. Supported
DTYPE_UTCDATETIME Data that includes both the date and the time component is stored in the database in UTC time (UTC is GMT excluding adjustments for daylight savings time) Supported
DTYPE_ID Contains primary key data, which is automatically generated by the application. Supported
DTYPE_INTEGER Data is stored as whole numbers. The range spans -2147483647 to 2147483647. Supported
DTYPE_NOTE Data is stored as a long string. The string size cannot exceed a size of 16 KB. If the length is not explicitly defined the default length is 16 KB. Not Supported
DTYPE_NUMBER Data is stored as a number. Supported
DTYPE_PHONE Data is stored as a phone number. Supported
DTYPE_TEXT Data is stored as a string. The string size cannot exceed a size of 2000 bytes. The default size is 255. Supported
DTYPE_TIME Data is stored as time. Not Supported