Quick Capture - Delete a feature right after collection - timeout

488
1
Jump to solution
01-10-2020 01:33 PM
DarrylKlassen1
Occasional Contributor II

I recently watched the YouTube video about QuickCapture - ArcGIS QuickCapture: An Introduction - YouTube  and saw that you can delete an item right after you create it - using the trash can button in the botton right corner of your device.  This works - but times out too fast.  The video said you can modify the time out length.  Where do I find this setting? 

Thanks

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JohnathanHasthorpe
Esri Regular Contributor

Hi Darryl

If you go into the JSON editor for your project, you can edit a property called undoThreshhold. This property represents the number of seconds before the edit bar disappears. You can increase the number to give the user more time to edit the location of/delete the last captured record.

"preferences": {
"allowEditLocation": false,
"splitScreen": false,
"backgroundColor": "#f3f3f4",
"distanceThreshold": 5,
"horizontalAccuracyError": null,
"horizontalAccuracyWarning": 30,
"undoThreshold": 10,
"adminEmail": "ichivite@esri.com"
},

Thanks

John

View solution in original post

0 Kudos
1 Reply
JohnathanHasthorpe
Esri Regular Contributor

Hi Darryl

If you go into the JSON editor for your project, you can edit a property called undoThreshhold. This property represents the number of seconds before the edit bar disappears. You can increase the number to give the user more time to edit the location of/delete the last captured record.

"preferences": {
"allowEditLocation": false,
"splitScreen": false,
"backgroundColor": "#f3f3f4",
"distanceThreshold": 5,
"horizontalAccuracyError": null,
"horizontalAccuracyWarning": 30,
"undoThreshold": 10,
"adminEmail": "ichivite@esri.com"
},

Thanks

John

0 Kudos