what should you select in the Relation column?
You need to ensure that a customer receives a discount when the customer orders more
than 10 items from the same item discount group. In the Journal lines, price/discount
agreement form, what should you select in the Relation column?
which base class does a custom workflow activity assembly inherit?
From which base class does a custom workflow activity assembly inherit?
What is the maximum number of items that a user can select as part of the response?
You specify a response type of Option Set (Picklist) in the prompt and response step for a
dialog box. What is the maximum number of items that a user can select as part of the
response?
Which element can be created or modified from the Microsoft Dynamics CRM user interface?
Which element can be created or modified from the Microsoft Dynamics CRM user
interface?
Which code segment should you use?
A Web service returns a list of system users in the following format.
<?xml version=”1.0″ ?>
<users>
<user id=”first”>
<name>Name of first user</name>
<email>first@contoso.com</email>
</user>
<user id=”second”>
<name>Name of second user</name>
<email>second@contoso.com</email>
</user>
</users>
You need to populate a drop-down menu with the IDs and names of the users from the Web service,
in the order provided by the service. Which code segment should you use?
What should you identify?
You have a customer return order that has a status of Open. The return order has three
lines. The status of one of the lines is set to Received and the status of the other two lines is
set to Expected. You change the status of all three lines to Received. You need to identify
the current status of the customer return order. What should you identify?
Which state is a valid state for an activated workflow?
Which state is a valid state for an activated workflow?
Which code segment should you use?
You are developing a Windows Communication Foundation (WCF) service. The service
operation takes a customer number as the only argument and returns information about the
customer. The service requires a security token in the header of the message. You need to
create a message contract for the service. Which code segment should you use?
Which form event should you use?
You need to ensure that a script is executed as soon as the content of an IFrame has
completed loading. Which form event should you use?
Which code segment should you use?
You create a Web page that contains the following div.
<div id=”target”>
</div>
You have a JavaScript array named imageurls that contains a list of image URLs. You need to write a
JavaScript function that will insert images from the URLs into target. Which code segment should
you use?