ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 12 - PL-400 discussion

Report
Export

You need to add the script for the registration form event handling.

Which code segment should you use?

A.

formContext.data.entity.addOnSave(myFunction)

Answers
A.

formContext.data.entity.addOnSave(myFunction)

B.

formContext.data.addOnLoad(myFunction)

Answers
B.

formContext.data.addOnLoad(myFunction)

C.

formContext.data.removeOnLoad(myFunction)

Answers
C.

formContext.data.removeOnLoad(myFunction)

D.

addOnPreProcessStatusChange

Answers
D.

addOnPreProcessStatusChange

E.

formContext.data.isValid()

Answers
E.

formContext.data.isValid()

Suggested answer: B

Explanation:

Scenario: Information about upcoming tournaments must be pre-located into the registration form when the registration form loads. addOnLoad adds event handlers to the Subgrid OnLoad event event.

Reference: https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/grids/gridcontrol/addonload

asked 05/10/2024
Hamza BOULHEND
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first