Esri / ago-assistant

A swiss army knife for your ArcGIS Online and Portal for ArcGIS accounts
https://ago-assistant.esri.com/
Apache License 2.0
152 stars 89 forks source link

Migration Web Map with DBMS source (Oracle) to DBMS source (Postgres) breaks popup definition #144

Open pshowalter opened 8 years ago

pshowalter commented 8 years ago

Enhancement Request:

Migration Web Map with DBMS source (Oracle) to another DBMS source (Postgres) breaks popup definition due to the former supporting Mixed case "field names" in the "fieldName". Request enhancement to convert "fieldName" value to lowercase, or notify user if this condition is detected.

ecaldwell commented 8 years ago

Do you know if there are other differences between databases that would lead to these issues? Where would it make sense to put a feature like this? It seems like it might fit best as a contextual item in the JSON view or in some new "web map popup editor." Thoughts?

pshowalter commented 8 years ago

Looks like it might work under "I want to..." as it is similar global operation as changing URLs. image