You need to configure functionality for submitting status reports. What should you do?

QuestionsCategory: PL-100You need to configure functionality for submitting status reports. What should you do?
Admin Staff asked 4 months ago
You need to configure functionality for submitting status reports.
What should you do?

A. Determine whether the application is offline when a user selects submit button and call the Set() function.

B. Determine whether the application is offline when the app loads. Use the SaveData() function in the OnSelect property.

C. Determine whether the application is offline when a user selects the submit button and call the SaveData() function.

D. Determine whether the application is offline when the app loads. Use the LoadData() function in the Submit button.








 

Suggested Answer: C

Scenario: The app must be able to run both online and offline. If the mobile device on which the app runs is connected to the internet, the app must immediately submit the status report.
When data is submitted offline, the data must be stored in the app until the app is back online.
Mobile users often need to be productive even when they have limited or no connectivity.
LoadData and SaveData combine to form a simple mechanism to store small amounts of data on a local device. By using these functions, you can add simple offline capabilities to your app.
The SaveData function stores a collection for later use under a name.
The LoadData function reloads a collection by name that was previously saved with SaveData. You can't use this function to load a collection from another source.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-savedata-loaddata

This question is in PL-100 Microsoft Power Platform App Maker Exam
For getting Microsoft Certified: Power Platform App Maker Associate Certificate





Disclaimers:
The website is not related to, affiliated with, endorsed or authorized by Microsoft. 
The website does not contain actual questions and answers from Microsoft's Certification Exams.
Trademarks, certification & product names are used for reference only and belong to Microsoft.

Recommended

Welcome Back!

Login to your account below

Create New Account!

Fill the forms below to register

Retrieve your password

Please enter your username or email address to reset your password.