Hosted Feature layer - Enforces lower case field names????

294
2
Jump to solution
a month ago
Labels (1)
AndrewBowne
Occasional Contributor III

Are lower case field names enforced in a hosted feature layer?  I am trying to use all UPPER CASE field names (as I learned was the standard many many years ago) and the field keep defaulting to all lower. 

This is causing some issues in a custom app that we have which is looking for uppercase field names.

 

0 Kudos
1 Solution

Accepted Solutions
ChristopherCounsell
MVP Regular Contributor

The ArcGIS Data Store leverages PostgreSQL as an internal database. This only supports lower case field names.

All field names must be lowercase when publishing Hosted Feature Layers to ArcGIS Enterprise.

I don't have an enterprise documentation link but it's listed as a limitation in the Survey123/Enterprise documentation:

https://doc.arcgis.com/en/survey123/get-started/survey123withenterprise.htm#ESRI_SECTION1_F5A1901B74...

 

View solution in original post

0 Kudos
2 Replies
ChristopherCounsell
MVP Regular Contributor

The ArcGIS Data Store leverages PostgreSQL as an internal database. This only supports lower case field names.

All field names must be lowercase when publishing Hosted Feature Layers to ArcGIS Enterprise.

I don't have an enterprise documentation link but it's listed as a limitation in the Survey123/Enterprise documentation:

https://doc.arcgis.com/en/survey123/get-started/survey123withenterprise.htm#ESRI_SECTION1_F5A1901B74...

 

0 Kudos
AndrewBowne
Occasional Contributor III

Thanks, Chris.  I had a a feeling that this might be the case.  I am just not very familiar with PostgreSQL.  It's an unfortunate limitation.

I looked everywhere and could not find any sort of documentation about the limitation.  Thanks for finding something (in a rather obscure place).

0 Kudos