Select to view content in your preferred language

Reording Domain Values in ArcGIS Online

160
3
Monday
JaredMitchell_RIDOT
Emerging Contributor

The process of manually reording coded domain values for a field in ArcGIS Online has always been cumbersome, but now it appears the latest change to the platform makes this impossible.

The new Domain List edit functionality makes use of pagination when presenting the list of coded domain values for a field;  how does one move a coded value to a spot in the list that is featured on a different numbered page?

I added a new domain value to a pick list in a Survey123 question and when I went into the survey form feature class to move this newly added domain value to the proper place in the coded value list I cannot find a way to move the entry that is featured on page 7 of the pagination to something like page 3.  The only ordering options is up/down or top or bottom of the current page and I don't see a way to drag/drop the entry between pages.

Any feedback regarding this would be helpful! Thanks,

0 Kudos
3 Replies
ChrisUnderwood
Esri Regular Contributor

Hello @JaredMitchell_RIDOT , 

Not impossible, but cumbersome indeed.

You can add a new dummy domain value to Page 1, eg using Add Above on the second to last entry. Then on Page 2 use Move To Top on the domain you want to move up a page. Then back on Page 1, delete your dummy domain and the Page 2 entry will now be on Page 1.

https://doc.arcgis.com/en/arcgis-online/manage-data/define-attribute-lists-and-ranges.htm#

 

0 Kudos
ChrisUnderwood
Esri Regular Contributor

Defect ref BUG-000180754 should address this issue.

0 Kudos
RhettZufelt
MVP Notable Contributor

If you have access to the python API, I have used this method to add, delete or re-order the list.

The domain list will honor the order of the dictionary used to update it.

R_

0 Kudos