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 presents a complete solution. NOTE: Each correct selection is worth one point.
正解:C,D
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