Topic 5
|
|
Título del Test:
![]() Topic 5 Descripción: mas preguntitas para el examen |



| Comentarios |
|---|
NO HAY REGISTROS |
|
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. Xrm.WebApi.online.executeMultiple(). Xrm.WebApi.online.updateRecord(). Xrm.WebApi.online.createRecord(). Xrm.WebApi.online.execute(). A company has two development instances, two test instances, two staging instances, and one production instance. The test team reports connection issues with the test and staging instances. You need to identify which of the instances the testing team currently has access. Which two URLs can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. https://globaldisco.crm.dynamics.com/api/discovery/v9.1/instances. https://myorg.api.crm.dynamics.com/api/data/v9.1/. https://dev.crm.dynamics.com/api/discovery/v9.1/instances. https://disco.crm.dynamics.com/api/discovery/v9.1/. https://dev.crm.dynamics.com/api/discovery/v9.1/instances(UniqueName='myorg'). You are a Dynamics 365 developer working on a model-driven app. You add a button to an entity form and to the view for the entity that calls a JavaScript function. When you click the button, it results in an error. You determine that the JavaScript function is calling another JavaScript function in a different web resource. You need to resolve the error. What should you do?. In the JavaScript web resource, add the missing web resource as a dependency. Add &ribbondebug=true to the app URL and run the Command Checker tool. From the Ribbon Workbench, add the missing JavaScript web resource as a CustomRule in EnableRules. A multinational company requires that all phone numbers be standardized as country code + area code + phone number. The application design team decides that a custom Power Apps component framework (PCF) control should be used to prompt users for an area code and to correctly format the phone number. You need to get the list of valid area codes when a contact record is opened and before the user enters a new phone number. In which function should you call webAPI.retrieveMultipleRecords?. updateView. notifyOutputChanged. getOutputs. 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 update the primary contact's phone number when the account phone number changes. The primary contact field is a lookup. (Line numbers are included for reference only.) For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: Updating the primary contact record will only happen when the form is in update mode. If the primary contact field on the account does not have a value, the error dialog on line 18 is displayed. The alert dialog on line 21 will always be shown after the update completes and the aleter dialog on line 15 is shown. You have the following JavaScript function: (Line numbers are included for reference only.) The Annual Revenue view column is configured to call the function as shown in the Column Properties exhibit. (Click the Change Column Properties tab.) Users report that the icons that appear in the Active Accounts view are incorrect, as shown in the Active Accounts View exhibit. (Click the Active Accounts View tab.) You need to determine why the incorrect icons are being displayed. For each of the following statements, select Yes if the statement is true. Otherwise, select No. Hot Area: If the Previous Year Annual Revenue column is in the Active Accounts view but has a null value, the selected imgName is set to new_good for Accounts that have an Annual Revenue greater then 0. If the Previous Year Annual Revenue column is included in the Active Accounts view, an exception is raised and an error is displayed. The user LCID can be used to gain access to users' Languague settings in personal options and change the tooltip to their chosen languague. You develop the following JavaScript code for a web resource that will be used in a model-driven app. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: The code raises the following exception: Interact with HTTP and HTTPS resources asyncrhonously (web-use-async). The code raises the following exception: interact with HTTP and HTTPS resources asynchronously (web-use-async). The code raises the following exception: Avoid including debug script in non-development environments (web-remove-debug-script). A company is creating a Power Apps portal to collaborate with vendors. You need to implement custom functionality in the portal by using JavaScript code. Which two portal entities can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. Web pages. Web resources. Webforms. Entity lists. HOTSPOT - You need to develop a set of Web API's for a company. What should you implement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Implement operations that do not have side effects and may support further composition. Implement operations that allow side effects such as data modification. Implement keyless named structured type that consist of a set of properties. You are developing an app that uses Common Data Service. You must integrate Common Data Service with a new web application. You must allow the new web application to display data from Common Data Service. You build a single-page web application using the Web API. You need to authenticate your app using OAuth. What should you use?. Windows Communication Foundation (WCF). Cross-Origin Resource Sharing (CORS). Microsoft Authentication Library (MSAL). Kerberos authentication. A company has a model-driven app. A custom button on a form calls a JavaScript function that validates form data fields and creates a web basket. The JavaScript function then displays a message to the user. Users are located in the United States, which uses ISO Code 1033, and France, which uses ISO Code 1036. Users in France report that the message displays in English. You need to modify the RibbonDiffXml file to ensure that messages appear in the user's language. How should you complete the CommandDefinition node? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: CrmParameter. UserLcid. A company has a model-driven app. A custom button on a form calls a JavaScript function that validates form data fields and creates a web basket. The JavaScript function then displays a message to the user. Users are located in the United States, which uses ISO Code 1033, and France, which uses ISO Code 1036. Users in France report that the message displays in English. You need to modify the RibbonDiffXml file to ensure that messages appear in the user's language. How should you complete the CommandDefinition node? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: DateTime.DateOnly. bound. AdultDatePicker. |




