Adding multiple coded values to a domain

1370
1
11-12-2010 02:47 AM
Status: Open
CarstenSchuermann
Occasional Contributor

Currently the 'Add coded value to domain' tool allows the user to add just one value to a domain at a time. Often the user just wants to add more than one value.Thus it would be nice to extend the tool in a way that the user can add multiple coded values to a domain at one call. This saves a lot of time and makes workflows much easier.

1 Comment
ChrisFox
Thank you for posting your idea. One way to accomplish this now is to run the tool in batch mode by right-clicking the Tool and selecting "Batch...". You could also accomplish this through python by creating a script tool that excepts multiple values inputs and runs the Coded Value to Domain tool in a loop through each input.