Remedy Data Types | Data Type ID | Adapter Data Types |
ATTACHMENT | 11 | com.wm.data.IData (in Create, Update, Get, and Batch Get services) Document with a name that corresponds to the attachment field name in the Remedy form on the Remedy ARS Server. The document (IData) has two fields: bytes Byte Maps to attachment data in byte array format. title String Maps to attachment filename. |
BITMASK | 8 | java.util.Integer |
BYTES | 9 | java.lang.Byte[] |
CHAR | 4 | java.lang.String |
CURRENCY | 12 | java.lang.String |
DATE | 13 | java.util.Date |
DATE/TIME | 7 | java.util.Date |
DECIMAL | 10 | java.math.BigDecimal |
DIARY | 5 | java.lang.String[] (in Get service) java.lang.String (in Create and Update services) |
ENUM (Selection) | 6 | java.lang.String |
INTEGER | 2 | java.lang.Integer |
KEYWORD | 1 | java.lang.String |
REAL | 3 | java.lang.Double |
TIMESTAMP | 7 | java.util.Date |