ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 123 - PL-400 discussion

Report
Export

A company uses a model-driven app to record details of laboratory test.

You are asked to create a custom component that makes it easier to capture multiple values from lab test results on mobile devices.

You need to create the interface for the dataset in case the mobile devices lose connection to the network.

Which method should you use?

A.

SaveData

Answers
A.

SaveData

B.

updateView

Answers
B.

updateView

C.

init

Answers
C.

init

D.

getClient

Answers
D.

getClient

Suggested answer: A

Explanation:

Use LoadData and SaveData for basic data storage while offline.

Note:

When building mobile apps, one of the most common scenarios app makers face is how to enable their users be productive in situations where there is limited or no connectivity at all. This has been one of the most requested features for PowerApps to allow running apps while being disconnected and to provide some support for offline data caching. In this release of PowerApps, we are delivering the first set of improvements for app makers to achieve that by enabling: 1.

Launching the PowerApps mobile player app offline

2. Running apps while being offline

3. Determine when your app is online or offline or in a metered connection by using the Connection signal object.

4. Leverage existing formulas such as LoadData and SaveData for basic data storage while offline.

Reference: https://powerapps.microsoft.com/sv-se/blog/build-offline-apps-with-new-powerapps-capabilities/

asked 05/10/2024
Ahti Paju
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first