PL-400 · Question #193
Case Study 1 - Bellows Sports Background Bellows Sports is the region's newest, largest, and most complete sports complex. The company features baseball and soccer fields and two full-size hockey…
The correct answer is A. formContext.data.addOnLoad(myFunction). data.addOnLoad adds a function to be called when form data is loaded. Syntax: formContext.data.addOnLoad(myFunction) The function to be executed when the form data loads. The function will be added to the bottom of the event handler pipeline…
Question
Options
- AformContext.data.addOnLoad(myFunction)
- BformContext.data.removeOnLoad(myFunction)
- CformContext.data.entity.addOnSave(myFunction)
- DaddOnPreProcessStatusChange
- EformContext.data.isValid()
How the community answered
(63 responses)- A81% (51)
- B5% (3)
- C2% (1)
- D11% (7)
- E2% (1)
Explanation
data.addOnLoad adds a function to be called when form data is loaded. Syntax: formContext.data.addOnLoad(myFunction) The function to be executed when the form data loads. The function will be added to the bottom of the event handler pipeline. https://docs.microsoft.com/en-us/power-apps/developer/model-driven- apps/clientapi/reference/formcontext-data/addonload https://docs.microsoft.com/en-us/power-apps/developer/model-driven- apps/clientapi/reference/formcontext-data-process/eventhandlers/ addonpreprocessstatuschange https://docs.microsoft.com/en-us/powerapps/developer/model-driven- apps/clientapi/reference/formcontext-data/isvalid
Community Discussion
No community discussion yet for this question.