PL-400 · Question #82
A multinational company requires that all phone numbers be standardized as country code + area code + phone number. The application design team decides that a custom PowerApps component framework…
The correct answer is D. updateView. The updateView 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. Set the value of the field…
Question
Options
- AnotifyOutputChanged
- Binit
- CgetOutputs
- DupdateView
How the community answered
(39 responses)- A5% (2)
- B5% (2)
- C15% (6)
- D74% (29)
Explanation
The updateView 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. Set the value of the field component to the raw value from the configured field. Note: webAPI.retrieveMultipleRecords retrieves a collection of entity records. https://docs.microsoft.com/en-us/powerapps/developer/component- framework/reference/control/updateview
Community Discussion
No community discussion yet for this question.