You are developing an app for a sales team to record contact details in their Common Data Service (CDS) database
HOTSPOT You are developing an app for a sales team to record contact details in their Common Data Service (CDS) database. The app must handle loss of network and save the data to CDS when reconnected. The main screen of the app has a form to collect contact data and...
Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution....
Which data types should you use?
HOTSPOT You need to select data types for required fields. Which data types should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical user interface, application Description automatically generated Box 1: Text The company is...
What should you select?
HOTSPOT A client is deploying Dynamics 365 Finance without any third-party add-ons. You need to select the appropriate solutions for the client. What should you select? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical user interface,...
Which type should you use?
HOTSPOT You need to configure the fields with the appropriate type. Which type should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Lookup Fields for the doctor’s name and phone number must be...
Which class and data type must the Azure Function handle?
A company is creating a one-way integration from the Common Data Service to an external system. Data will be sent from a webhook to an Azure Function. You need to configure the Azure Function to handle data from the webhook. Which class and data type must the Azure Function handle?A...
Which two options can you use?
You need to resolve CustomerB’s issues with the check-in application. Which two options can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.A . LookUp to Filter B. Filter to LookUp C. Search to LookUp D. LookUp to SearchView AnswerAnswer: A,D Explanation:...
Which code segment should you use?
You need to add the script for the registration form event handling. Which code segment should you use?A . formContext.data.entity.addOnSave(myFunction) B. formContext.data.addOnLoad(myFunction) C. formContext.data.removeOnLoad(myFunction) D. addOnPreProcessStatusChange E. formContext.data.isValid()View AnswerAnswer: B Explanation: Scenario: Information about upcoming tournaments must be pre-located into the registration form when the registration form loads. addOnLoad adds...
Which expression should you use?
You need to configure that the mobile app meets the requirements for phone entries. Which expression should you use?A . PlainText B. IsMatch C. IsType D. IsNumericView AnswerAnswer: A Explanation: When a pharmacy is added by using the mobile app, the phone number must be validated to be all digits....
You are examining code written by another developer that is not functioning correctly
HOTSPOT You are examining code written by another developer that is not functioning correctly. There are no other JavaScript or business rules in use on the form. This code is properly registered to the OnChange event of the telephone1 field on an account entity form. The main operation is to...