ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 136 - PL-100 discussion

Report
Export

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.

Answers
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.

Answers
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.

Answers
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.

Answers
D.

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

Suggested answer: C

Explanation:

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

asked 05/10/2024
John Gevers
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first