POST
|
@alphacoder I think with this fix on this post, https://community.esri.com/t5/arcgis-appstudio-questions/getting-path-for-image-for-both-ios-and-android/m-p/1017898#M3761 , it should also fix this issue. Erwin
... View more
Tuesday
|
0
|
0
|
16
|
POST
|
@ScottLehto3 1) Yes, this needs to be taken into consideration when customizing Survey123, maintenance. We recommend that you have some kind of record of the customization that you did in a code repository system. I also know some customers who simply stay in the same version if they don't need the features from the new versions. 2) While developing, you can use AppStudio Player, https://doc.arcgis.com/en/appstudio/configure-apps/appplayer.htm . I also some people who use AppStudio Player in a production environment, since AppStudio Player is used more and more as app distribution tool. But most people would eventually publish their app to the Apple App Store and Google Play Store. I hope I answer your questions. Thank you, Erwin
... View more
Tuesday
|
2
|
1
|
27
|
POST
|
@ScottLehto3 Here is a good guide from ArcGIS Runtime SDK for Qt on Edit Features, https://developers.arcgis.com/qt/latest/qml/guide/edit-features.htm And there is a sample in AppStudio Desktop, called "Update Attributes" that is based on this sample, https://developers.arcgis.com/qt/latest/qml/sample-code/update-attributes-feature-service/ I hope this is useful, Erwin
... View more
a week ago
|
0
|
0
|
24
|
POST
|
@GarrettRSmith The MMPK should be uploaded to ArcGIS Online, then you need to provide the ID of that item in the Setting of QuickReport app. See this doc, https://doc.arcgis.com/en/appstudio/configure-apps/templatequickreport.htm Erwin.
... View more
a week ago
|
0
|
1
|
42
|
POST
|
@GarrettRSmith I am not too sure where we would get Display Name from your screenshot. But I think we are using the "alias" value of the fields in the feature layer for the Add Details page in Quick Report. See feature layer specification, https://developers.arcgis.com/rest/services-reference/layer-feature-service-.htm Erwin.
... View more
a week ago
|
0
|
0
|
16
|
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
a week ago
|
0
|
0
|
20
|
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
a week ago
|
1
|
0
|
41
|
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
a week ago
|
0
|
0
|
9
|
POST
|
@alphacoder 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
2 weeks ago
|
0
|
0
|
54
|
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
2 weeks ago
|
0
|
0
|
24
|
Online Status |
Online
|
Date Last Visited |
yesterday
|