PL-400 · Question #16
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…
The correct answer is B. updateView. updateView - This method will be called when any value in the property bag has changed. This includes field values, data-sets, global values such as container height and width, offline status, component metadata values such as label, visible, etc…
Question
Options
- ASaveData
- BupdateView
- Cinit
- DgetClient
How the community answered
(59 responses)- A14% (8)
- B75% (44)
- C3% (2)
- D8% (5)
Explanation
updateView - This method will be called when any value in the property bag has changed. This includes field values, data-sets, global values such as container height and width, offline status, component metadata values such as label, visible, etc. https://docs.microsoft.com/en-us/powerapps/developer/component- framework/reference/control/updateview https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-savedata-
Community Discussion
No community discussion yet for this question.