POST
|
@GarrettRSmith Without the Developers License, your option is to use AppStudio Player on their smartphone to download your app. If the testers are not in the same ArcGIS Online ORG, then you need to make your to be shared publicly. In AppStudio Player you can download a publicly shared app by going to Cloud tab, Search (top right corner), then make sure the filters are set to Public apps and anyone. Thank you, Erwin
... View more
01-13-2021
07:52 PM
|
0
|
0
|
39
|
POST
|
@x_d What does the console.log say? Is it the expected URL? If yes, the rest is just processing the URL object. Your code looks correct and it is very similar to the sample, you can also look at the example of this on Survey123 template source code, Survey123/template/SurveyApp.qml around line 219, onOpenUrl signal. I am using Survey123 3.11 and AppStudio 4.4 Thank you, Erwin
... View more
01-13-2021
07:48 PM
|
1
|
0
|
96
|
POST
|
@DavidKramar1 You can take a look at the function getAttributeDomainValues() on QuickReport/pages/AttributePage.qml around line 181, I think this is how we get the coded domain value, and possibly sorting it, then add them to the model to be displayed. Thank you, Erwin.
... View more
01-13-2021
07:40 PM
|
0
|
0
|
19
|
POST
|
@rsharma Did you mean creating QML objects dynamically? Take a look at this, https://doc.qt.io/qt-5/qtqml-javascript-dynamicobjectcreation.html Erwin
... View more
01-11-2021
03:29 PM
|
0
|
0
|
126
|
POST
|
@RaptorSaker For the re-branding scenario, (you probably know about this already), you can follow the instruction from this blog https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-part-1-white-labeling/ba-p/891537 To customize the Survey123 app to open a single survey, you can "hijack" the app so that as if it is being open using this openURL scenario, https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm, you can easily add one line that contains the URL, the example below shows opening a public survey, but you can customize the URL further based on the documentation above. Add this one line code on Survey123/template/SurveyApp.qml line 1491, it is at the very bottom and last function of this file, inside requestCameraPermission() function. I am using AppStudio 4.4 and Survey123 3.11 template. app .openUrl( "arcgis-survey123://?itemId=814e2804146341c89c237d166de19b0b" ); Thank you, Erwin.
... View more
01-11-2021
03:11 PM
|
0
|
0
|
58
|
POST
|
@rsharma Have you looked at this sample from Runtime Qt, https://developers.arcgis.com/qt/latest/qml/sample-code/show-a-popup/ ? Erwin
... View more
01-07-2021
12:49 PM
|
0
|
0
|
138
|
POST
|
@rsharma Technically, QR code just gives you a URL with parameters, that would open your app through App Links or URL Scheme. Are you able to read and receive the parameters in your app? You can take a look at this signal https://developers.arcgis.com/appstudio/api-reference/qml-arcgis-appframework-app/#openUrl-signal , from this signal then you would create your own logic to open the corresponding page based on the parameter. I hope this is helpful, Erwin.
... View more
01-04-2021
09:53 AM
|
0
|
1
|
116
|
POST
|
@x_d Push Notification is currently not supported, however, we are currently working on a solution to support it. I can not announce a specific timeline yet, but hopefully in the first half of 2021. Erwin.
... View more
01-04-2021
09:27 AM
|
3
|
3
|
138
|
POST
|
@DustinBaumbach1 Can you share the feature layer so that we can troubleshoot? Maybe something like this is best to work Esri Technical Support, so that we can troubleshoot and log a bug if that is the case. Thank you, Erwin.
... View more
12-23-2020
01:48 PM
|
0
|
2
|
106
|
POST
|
@DustinBaumbach1 A developer in our team got back to us and recommended, to add a "None" value to the list, so that it is first in the list, you have to modify the following functions: getAttributeDomainValues on AttributesPage.qml line 181 and getSubTypeAttributeDomainValues on AttributesPage.qml line 212, codedCodeArray.push(9999); codedNameArray.push("None"); Code 9999 is the coded value for "None". Thank you, Erwin.
... View more
12-23-2020
01:46 PM
|
0
|
1
|
153
|
Online Status |
Offline
|
Date Last Visited |
Wednesday
|