Which JavaScript code segment shows the correct way to set the value of a field that is formatted as a single
Which JavaScript code segment shows the correct way to set the value of a field that is
formatted as a single line of text?
What should you tell the user?
A user wants to use a custom filter on the Arrival overview form. You need to explain how to
save the filter options to the user’s computer. What should you tell the user?
Which method does the Xrm.Page object provide for developers to retrieve values passed to a form?
Which method does the Xrm.Page object provide for developers to retrieve values passed
to a form?
Which code segment should you use?
You create a Web page that contains the following image element.
<img id=”myImage” src=”/image1.png” />
You need to write a JavaScript function that will dynamically change which image is displayed. The
function must be compatible across different browsers. Which code segment should you use?
Which explanation is a valid reason why the client-side code is NOT working as anticipated?
You are debugging client-side code for the Microsoft Dynamics CRM mobile client
application. You find that the client-side code is not interacting with web resources and
IFrames. Which explanation is a valid reason why the client-side code is NOT working as
anticipated?
which event can you add a function at run-time by using JavaScript?
To which event can you add a function at run-time by using JavaScript?
Which two message filters should you add to the router?
A Windows Communication Foundation (WCF) solution uses two services to manage a
shopping cart. Service A processes messages containing line items that total between $0
and $500. Service B processes messages containing line items that total more than $500.
All messages are of equal importance to the business logic. You need to route incoming
messages to the appropriate services by using WCF routing. Which two message filters
should you add to the router? (Each correct answer presents part of the solution. Choose
two.)
What should you identify?
You need to identify what can be done from the Arrival overview form. What should you
identify?
which three objects in Microsoft Dynamics CRM?
The Xrm.Page object provides a namespace container for which three objects in Microsoft
Dynamics CRM? Each correct answer presents part c the solution.
What should you set the ClientIDMode property of the DropDownList to?
You are developing an ASP.NET Web page. You add a data-bound GridView control. The GridView
contains a TemplateField that includes a DropDownList. You set the GridViews ClientIDMode
property to Static, and you set the ClientIDRowSuffix property to ProductID. You need to be able to
reference individual DropDownList controls from client-side script by using the ProductID. What
should you set the ClientIDMode property of the DropDownList to?