solution.js icon indicating copy to clipboard operation
solution.js copied to clipboard

Implement new ArcGIS field types

Open MikeTschudi opened this issue 2 years ago • 1 comments

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)

MikeTschudi avatar Apr 11 '23 20:04 MikeTschudi

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.

chris-fox avatar Dec 21 '23 18:12 chris-fox