Summary
In ArcGIS QuickCapture, when capturing a record, the order of user inputs is displayed based on the order of capture fields arranged in the ArcGIS QuickCapture designer. The order of the capture fields displayed can be modified to prioritize the severity of the questions. This article provides the workflow to dictate the order of the capture fields by reordering the user inputs using the JSON editor in the ArcGIS QuickCapture designer.
Procedure
- Log in to the ArcGIS QuickCapture designer and open the project.
- On the top panel, click Additional settings
and click JSON editor. - In the Edit project source JSON dialog box, click Edit.
- Rearrange the code blocks for the user input according to the preferred order.
- In the Project source JSON panel, search for userInputs using Ctrl + F on the keyboard to find the array.
- Scroll down to, highlight, and cut the code block.
- Paste the code block according to the preferred order.
- Click Preview to review the updated JSON code and click Done to save the configurations.
Note:
The last code block for the user input does not have a comma.
- Click Save to save the configurations of the project.
- Open the project in ArcGIS QuickCapture. When theĀ Update project? dialog box is displayed, click UPDATE.