Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam PL-400 Topic 6 Question 109 Discussion

Actual exam question for Microsoft's PL-400 exam
Question #: 109
Topic #: 6
[All PL-400 Questions]

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

Which code segment should you use?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Leila
4 days ago
A) formContext.data.entity.addOnSave(myFunction) looks like the correct answer here. We need to add the script for the registration form event handling, and this method allows us to attach a function to the save event of the form.
upvoted 0 times
...
Reuben
10 days ago
That makes sense, but I still think A is the best option for handling the registration form event.
upvoted 0 times
...
Elfriede
13 days ago
I disagree, I believe the answer is B) formContext.data.addOnLoad(myFunction) because it handles the event when the form is loaded.
upvoted 0 times
...
Reuben
14 days ago
I think the correct code segment is A) formContext.data.entity.addOnSave(myFunction)
upvoted 0 times
...

Save Cancel