I am working on an app in app studio where people enter their name and email along with some other information and then submit a record. If they immediately want to add another record is there a way to have some fields retain the previous value so the person does not have to retype their name and email?
Orlo,
Yes, this is added in Quick Report template 4.3 Beta, please see this blog post for more details and how to download the AppStudio 4.3 Beta. https://community.esri.com/groups/appstudio/blog/2020/07/13/introducing-arcgis-appstudio-43-beta
Thank you,
Erwin
Hey Erwin
Did this functionality make it into the 4.3 beta?
Regards,
Orlo
This is great news Erwin.
Thanks
No, I never contacted ESRI directly about it.
Dave
Hello,
Did you end up logging this enhancement with Esri Technical Support ? Do you have the bug or enhancement number from regarding this? If not I can help adding log it by providing your customer number.
We are working on adding this feature added on the Quick Report template, targeting our User Conference release timeline.
Erwin.
Dave,
There are many ways to achieve this but in general, it is basically saving the values you want to retain in a model, then reloading it back to the TextBox
This is an example, liquid/SuggestionBox.qml at master · jturcotte/liquid · GitHub
Do the user details have to be changed on the Settings Page? What I was trying to do is save what the user entered in the Name field when they finish the details page and populate the text box with that value next time they run the app. Never opening the Settings Page.
Hi Dave
I've used the workaround and it does save the user details on closure and loads them on opening. The limitation of the workaround is that there's no option to pass the details from one page to another, in the same session. For example, if you change the user details on the SettingsPage - the new information will not be loaded onto the AddDetailsPage until the app is closed and restarted.
I've tried a number of different options to resolve this but to no avail. Sorry I can't be of more assistance
Cheers,
Thanks, I have started looking into the code and got as far as populating the text box with a valued when the app opens. I haven't been able to save the value of a text box when the app closes. That thread you referenced seems to end at that point with the same question. Can you tell me in which file a variable that is to be updated should get defined?
Short answer is no. This seems to be a frequent request Cached Text Responses? Check out this thread for a work-around Save User Info in Quick Report When App is Closed
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.