A client requires that the system send an email from a button on their customer contact form. You need to call the action from JavaScript. Which two functions achieve this result? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Xrm.WebApi.online.executeMultiple() B. Xrm.WebApi.online.updateRecord() C. Xrm.WebApi.online.createRecord() D. Xrm.WebApi.online.execute() Suggested Answer: AD Xrm.WebApi.online.executeMultiple executes a collection of action, function, or CRUD operations. Xrm.WebApi.online.execute executes a single action, function, or CRUD operation. Reference: https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-webapi/online/executemultiple https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-webapi/online/execute This question is in PL-400 Microsoft Power Platform Developer Exam For getting Microsoft Certified: Power Platform Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer