PeopleSoft data type code | PeopleSoft API data type | Service Data Type |
0 - Character | String | String |
1 - Long Character | String | String |
2 - Number | BigDecimal/Float/String | String |
3 - Signed Number | BigDecimal/Float/String | String |
4 - Date | String | String |
5 - Time | String | String |
6 - DateTime | String | String |
7 - SubRecord (not supported with component interfaces) | Object | N/A |
8 - Image (limited support with component interfaces) | N/A | N/A |
9 - ImageReference (not supported with component interfaces) | N/A | N/A |
10 - Collection Object | Object | Record List |