Quick Report without Photo Attachments

478
1
09-10-2021 05:46 PM
DustinBaumbach1
Occasional Contributor

Hi All,

I am in the process of creating an application using quick report and noticed that when I skip the "AddPhotoPage", it will not submit my report. Is there a way to skip the AddPhotoPage altogether? If so, what is the process to skip this page? The organization wanting the app did not need users to add photos to their points.

@ErwinSoekianto and @Anonymous User 

Thank you,

Dustin

0 Kudos
1 Reply
ErwinSoekianto
Esri Regular Contributor

@DustinBaumbach1 

 

If there is no attachment in the feature layer, the "AddPhotoPage" will be skipped and it will go to AddDetailsPage after the map page, as shown in the code at QuickReportApp.qml ~ line 2486 inside the Component refineLocationPage onNext. You can also make just comment the section to simply call stackview.showAddDetailsPage() in the onNext. This works using the sample data where attachment is not required. 

 

Screen Shot 2021-09-15 at 3.09.53 PM.png

 

I hope this is helpful,

Erwin

 

 

0 Kudos