Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new ArcGIS field types #1078

Open
MikeTschudi opened this issue Apr 11, 2023 · 1 comment
Open

Implement new ArcGIS field types #1078

MikeTschudi opened this issue Apr 11, 2023 · 1 comment

Comments

@MikeTschudi
Copy link
Member

MikeTschudi commented Apr 11, 2023

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)
@chris-fox
Copy link
Collaborator

chris-fox commented Dec 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants