View all questions & answers for the PL-400 exam
You need to add the script to populate event data on the form.
Which code segment should you use?
formContext.data.addOnLoad(myFunction)
formContext.data.removeOnLoad(myFunction)
formContext.data.entity.addOnSave(myFunction)
addOnPreProcessStatusChange
formContext.data.isValid()
Submit