FAQ for project authors

General

Project authoring

General

How do I create a QuickCapture project?

QuickCapture projects must be created using the QuickCapture designer. For steps to create projects, see Create a project.

How is ArcGIS QuickCapture licensed?

To prepare projects, the Creator or GIS Professional user type is required. You can also use a Standard user type with a QuickCapture add-on license. See ArcGIS account requirements for more information.

Does ArcGIS QuickCapture consume ArcGIS Online credits?

No. QuickCapture does not consume ArcGIS Online credits; however, storage of data captured with the mobile app will incur credit usage.

Why can't I sign in?

Do the following if you are having trouble signing in:

  • Verify that you typed your username and password correctly.
  • Ensure that you are using an ArcGIS account, that it is a valid user type, and that the appropriate app is assigned to you. See ArcGIS account requirements for more information.

Why do I see a blank screen on some browsers when I sign in with ArcGIS Enterprise from the QuickCapture website?

This is due to a restricted cookies setting on your browser—for example, Prevent cross-site tracking on Safari, Block third-party cookies on Chrome, and Cross-site cookies in all windows (includes tracking cookies) on Firefox. To resolve this issue, turn off these settings from the browsers' Settings page.

How can I give feedback on the app?

To submit feedback directly from the mobile app, tap your profile icon and select Feedback from the menu. You can also provide feedback on the QuickCapture Esri Community page or by sending an email to QuickCapture@esri.com. If you're experiencing issues using the app, contact Esri Technical Support.

Can I customize the QuickCapture mobile app?

Yes. The source code for the QuickCapture mobile app is available in ArcGIS AppStudio, Esri's multiplatform mobile app development tool. Using AppStudio, you can configure QuickCapture with your own branding and presentation or alter the source code to change functionality.

Can I share a QuickCapture project publicly?

Yes, as long as your ArcGIS organization is licensed with ArcGIS Hub Premium.

Can QuickCapture be deployed though a mobile device management (MDM) solution?

Yes. QuickCapture supports AppConfig and a portalURL parameter. This allows you to configure the mobile app with an enterprise URL when deployed. For more information, see ArcGIS Secure Mobile Implementation Patterns.

When working with webhooks, what properties are included in a QuickCapture payload?

There are four common payload properties you can expect from QuickCapture: eventType (of which there is only one, addData), portalInfo, projectInfo, and userInfo. The addData event can include: feature, response, and attachmentInfo. The following is an example payload that includes all of these properties:

{
	"eventType": "addData",
	"feature": {
		"attributes": {
			"zone": "Null",
			"globalid": "{849A234E-F7F4-4818-8265-A05538158000}"
		},
		"geometry": {
			"x": 144.97956347221773,
			"y": -37.84818065484916,
			"spatialReference": {
				"wkid": 4326
			}
		},
		"result": {
			"globalId": "{849A234E-F7F4-4818-8265-A05538158000}",
			"objectId": 27626,
			"success": true,
			"uniqueId": 27626
		},
		"layerInfo": {
			"id": 0,
			"name": "points"
		}
	},
	"attachmentInfo": {
		"photo": [{
			"id": 2279,
			"globalId": "{B6D5CBE6-A94A-4B55-8C01-013E48B82BE2}",
			"name": "9ade4f1d141a459495364a985ce9b51d.jpg",
			"contentType": "image/jpeg",
			"keywords": "photo",
			"exifInfo": null,
			"url": "https://services9.arcgis.com/tMHw4nvIk1Ur5R5u/arcgis/rest/services/points/FeatureServer/0/27626/attachments/2279",
			"parentObjectId": 27626
		}]
	},
	"response": {
		"addResults": [{
			"globalId": "{849A234E-F7F4-4818-8265-A05538158000}",
			"objectId": 27626,
			"success": true,
			"uniqueId": 27626
		}],
		"attachments": {
			"addResults": [{
				"globalId": "{B6D5CBE6-A94A-4B55-8C01-013E48B82BE2}",
				"objectId": 2279,
				"success": true
			}]
		},
		"id": 27626
	},
	"portalInfo": {
		"url": "https://www.arcgis.com",
		"token": "yGT5ZO8FE3M34I"
	},
	"userInfo": {
		"username": "username",
		"firstName": "first name",
		"lastName": "last name",
		"fullName": "full name",
		"email": "name@email.com"
	},
	"projectInfo": {
		"projectItemId": "f68bf33c3c1341daqd79a5b0a6c1a5f4",
		"projectTitle": "Webhooks",
		"serviceItemId": "7c8daeff6757452290a60c6a0a8a0b95",
		"serviceUrl": "https://services9.arcgis.com/tMHw4nvIk1Ur5R5u/arcgis/rest/services/points/FeatureServer"
	}
}

Project authoring

How can I allow users to send feedback to me through the app?

By adding mailto:someone@yoursite.com as a link in the description of your project, you can create a link that opens the email composer configured on the device and prepopulate the To address with a specified email address. Edit the description in the Project detail menu item Project detail.

Add a mailto link to the project description.

How can I include characters in an input mask that also form part of the masking syntax?

Use the escape character as listed in Input masks. For example, if you want your mask to allow a phone number with an area code of 909, enter \9\0\9 999-9999.

What types of images can be added to a button?

You can add JPEG, PNG, and SVG images (file types ending in .jpg, .jpeg, .png, and .svg) to buttons. Once added, optionally, select Crop to resize and alter the extent of JPEG and PNG images.

Can I add duplicate choices in a project user input list?

You can enter any text for the choices in a project user input list. If the list includes duplicate choices, the mobile app recognizes the selection of either as the same choice.

What happens to referenced feature layers and map items when sharing of a QuickCapture project is updated?

When sharing a QuickCapture project, the items referenced by the project are updated to the same sharing level as the project. When you unshare a project, referenced items are not unshared.

When sharing a QuickCapture project publicly, referenced items are also shared with the public, but if the project is also shared to a group, the referenced items are not also shared to that group.

Why can't I create a project from an Esri template in my ArcGIS Enterprise organization?

Creating projects from Esri templates will fail in ArcGIS Enterprise 10.9 or earlier. This is because Esri templates have been updated to a newer version of solution items, and earlier versions of the QuickCapture web designer can't use this newer version. As a workaround, you can sign in to an ArcGIS Enterprise organization from the QuickCapture website and use the Esri templates.


In this topic
  1. General
  2. Project authoring