|
POST
|
@kmsmikrud - Thanks for the feedback on this, we will add it to the enhancement request we have open for improved support.
... View more
11-10-2024
03:08 PM
|
0
|
0
|
2109
|
|
POST
|
@EGardner7 are there QR Codes on the water meters? You could configure a barcode scanner for a button user input.
QuickCapture supports dynamic choice lists that are based on values coming from a feature service, however, this is designed to support lists of around 2000 not 40,000.
Also, you mentioned editing of the locations of water meters. QuickCapture only allows the capture of new features. Are you planning to capture a new feature representing the correct location?
... View more
11-10-2024
03:06 PM
|
0
|
0
|
715
|
|
POST
|
Hi Kathy
The .QCR file requires an add-in for ArcGIS Pro, and this add-in is no longer supported.
The current recovery steps are documented here: https://doc.arcgis.com/en/quickcapture/help/troubleshoot-capture.htm
The workflow involves using sending the records from the Windows version of the application.
Could you email your .QCR files to QuickCapture@esri.com ? happy to review them for you.
Thanks
John
... View more
11-10-2024
03:00 PM
|
0
|
1
|
2237
|
|
POST
|
@DenisLalonde
Could you get the user to choose the option to send via email when they see the error? This will generate a database (.qcr format) with the unsent features and error messages. Please send the file to QuickCapture@esri.com and I'll review and let you know what the issue is.
Thanks John
... View more
11-03-2024
01:20 AM
|
1
|
0
|
1147
|
|
POST
|
Yes, you can sideload a map onto your device and have it used by QuickCapture. You just need to replace the Esri default offline map with your own.This is from the help:
The Esri default offline map is a .vtpk file that is copied to the device during installation. This file—esri_default.vtpk—can be replaced with your own file of the same name, of any of the supported offline file types: .tpk, .vtpk, or .mmpk. Once replaced, the map will be viewable in any project opened while the device is offline. This file is located in the maps folder on the device in the following places:
Windows—C:\Users\<username>\ArcGIS\QuickCapture\resources\maps
Android—Internal Storage/Android/data/com.esri.quickcapture/files/ArcGIS/QuickCapture/resources/maps
iOS—QuickCapture/ArcGIS/ArcGIS QuickCapture/resources/maps
If the app is reinstalled, any replaced files will be deleted and the Esri default offline map reinstated.
https://doc.arcgis.com/en/quickcapture/help/project-map.htm#ESRI_SECTION1_33C721B8841E48C28456D9FDC6463050
... View more
11-03-2024
01:04 AM
|
1
|
2
|
2184
|
|
POST
|
This error indicates that your token has expired and you need to sign into the app again (using your ArcGIS account). Just close the Fun Run project by tapping on the X in the top left, then tap on your user thumbnail, and then tap on the button to sign in. Once signed in you will be able to send your records and load the map.
... View more
10-21-2024
04:29 AM
|
0
|
0
|
822
|
|
POST
|
Hi @JoabelBarbieri - can you share more about your workflow?
- How many days are you working over?
- When are you syncing? Back in the office, over Wifi?
- Are you submitting attachments?
This is not expected behaviour, we would like to find out more.
Thanks
John
... View more
10-03-2024
06:33 PM
|
0
|
1
|
894
|
|
POST
|
Hi Pheonix - QuickCapture does not support bookmarks. I'll add this as an enhancement request.
... View more
09-12-2024
05:13 AM
|
0
|
0
|
493
|
|
POST
|
Yes, you are correct. QuickCapture does not yet support popups.
... View more
09-12-2024
05:10 AM
|
0
|
0
|
780
|
|
POST
|
Hi Alberto, Yes you can use a MMPK as your project map and use Arcade to access an online feature layer using FeatureSetByPortalItem. For example: var facilities = FeatureSetByPortalItem(
Portal("https://www.arcgis.com"),
"8cf16523599849fa8aa9a93c4c3122f1",
0,
["name"],
true
); As the Arcade expressions will only run when features are uploaded (when the device is back online), it does not matter is the user is working offline when capturing data.
... View more
09-12-2024
05:02 AM
|
1
|
1
|
1611
|
|
POST
|
Hi Keith, we have seen this issue occur on low memory devices when multiple apps are running. Could you please check the available memory on your Android device? If you don't think this is the issue, I'm happy to get on call and get some from you. Please email quickcapture@esri.com
... View more
09-12-2024
04:53 AM
|
0
|
0
|
907
|
|
POST
|
Hi Kelsey Features that have not yet been sent to ArcGIS can be deleted from the map. So you could delete a feature and then re-capture it. However, it is not possible to edit attribures for captured records. This is becasue QuickCapture is a rapid data capture app and does not yet support editing. Please add your requirements here: ArcGIS Ideas Thanks John
... View more
09-08-2024
08:28 PM
|
0
|
0
|
762
|
|
BLOG
|
We’ve just released an update for QuickCapture mobile and designer. In addition to several bug fixes and enhancements, here are the key highlights:
New level_id Variable
When you set a floor-aware web map as your project map, a floor switcher will appear in the mobile app. This switcher allows users to manually select their current floor and view the corresponding floor plan data. While this feature is not new, version 1.20.22 introduces a new level_id device variable.
In ArcGIS Indoors, the level_id represents the unique ID of the feature’s associated floor level and is used to identify the feature’s level in floor-aware maps. If the level_id is recorded for any QuickCapture captured feature, it can be associated with a floor! This is valuable in a number of applications, including:
Capturing issues on a multi-floor construction site
Recording changes to user office assignments in a large building
Tracking the location of critical assets in a medical facility
To utilize this feature, the project author must apply the level id variable to a text field in the data tab for a project button, and set a floor aware map as the project map. Once the project is downloaded and opened, the mobile user needs to open the map, select the floor that they are on using the floor switcher, and then capture a feature. Each captured feature will automatically have its level_id recorded. If they move to another floor, they just need to update the floor switcher before capturing.
Note: Although QuickCapture does not currently support Indoor Positioning Systems (IPS), authors can configure the project button to display the map immediately after capturing a feature. This allows users to verify and, if necessary, update the initial (GPS-derived) location. To do this, in the designer select a project button and go to the data tab. Then switch on the option to Show map after capture.
For more information on Indoors, see:
ArcGIS Indoors Information Model
Configuring Floor-Aware Maps
Tablet Device Support
The QuickCapture mobile app supports a side-by-side view of the project buttons and map. To use this feature, authors need to enable side-by-side view in the project map settings, and users must open the project on a tablet device.
Some tablets are mistakenly reported as phones by the QuickCapture framework, which can prevent the side-by-side view from working. To address this, we have whitelisted specific devices to ensure QuickCapture mobile recognizes them as tablets. If your tablet does not show the side-by-side view, please download the project, capture, and upload a feature. This will provide us with the necessary details to support your device in the next app release.
Scan barcode to download the Tablet Whitelisting project
That is all for 1.20. Please share any questions in the comments below.
... View more
09-08-2024
08:18 PM
|
1
|
0
|
1782
|
|
POST
|
Could you make sure that all records in the ImagePath field are populated with the value of 'FA'. Even if they don't have any oriented imagery attributes. This sounds like a bug with the map viewer.
... View more
08-18-2024
09:42 PM
|
0
|
0
|
1134
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 01-19-2026 07:51 PM | |
| 2 | 12-21-2025 05:34 PM | |
| 1 | 12-01-2025 06:54 PM | |
| 1 | 11-14-2024 07:12 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|