solution.js
solution.js copied to clipboard
Implement new ArcGIS field types
Test and update repository for new types
New types
- Big Integer (64 Bit Integers) – esriFieldTypeBigInteger
- Time Only - esriFieldTypeDateOnly
- Date Only - esriFieldTypeTimeOnly
- Datetime with UTC Offset - esriFieldTypeTimestampOffset
- 64-bit OBJECTID
Release schedule
4.28 (Oct 2023)
- Pro 3.2
- ArcGIS Enterprise 11.2
- ArcGIS Online (2023 R3)
I tested and verified that the following fields all package and deploy in AGOL:
- Big Integer (64 Bit Integers) – esriFieldTypeBigInteger
- Time Only - esriFieldTypeDateOnly
- Date Only - esriFieldTypeTimeOnly
- Datetime with UTC Offset - esriFieldTypeTimestampOffset
I also verified that the following fields package and deploy in Enterprise 11.3 (Wasn't available in hosted services at 11.2):
- Big Integer (64 Bit Integers) – esriFieldTypeBigInteger
- Time Only - esriFieldTypeDateOnly
- Date Only - esriFieldTypeTimeOnly
Currently Timestamp Offset is not working in Enterprise, this also fails in the UI. Will need to check back again later in the dev cycle.