1.
Using Deployment Manager, Bob publishes a custom Product entity string attribute with Display Name and Name of "serialno" and of size 256. He wants to programmatically fetch this custom attribute in a query. When querying the Product entity using specific column names in a ColumnSetXML, which of the following columns would return the new custom attribute?
2.
Which of the following approaches are valid in the Microsoft CRM Class Library for managing workflows?
3.
An Account has the following properties accountid = 6302cc43-981g-4993-b726-615e80e1e4nf accountnumber = NULL name = "ACME Corporation" You create the following ColumnSetXML to include in the CRMAccount.Retrieve() method. name accountid accountnumber What will the CRMAccount.Retrieve() method return?
4.
Bob wants to create a custom solution to extend Microsoft CRM. In order to utilize some of the best practices in developing solutions with the Microsoft CRM class libraries, which of the following classes might he include in his solution?
5.
When creating a new activity for an Account, which of the following columns in the activity class schema is used to set the "Regarding" attribute of the activity to a specified account?
6.
Which of the following steps is required when retrieving account details using the CRMAccount.Retrieve() method?
7.
You have an array of accountid values. Which of the following techniques is the best way to return a list of specific accounts?
8.
Bob is developing a public web site to capture demographic information from internet users. He wants to create a new lead in the Microsoft CRM system for every user submission. In order to achieve this, he creates a web application that captures the user's information. The following steps represent some general approaches to provide a security context for the web application to operate under. Which of the following represent the best general approach?
9.
Which of the following is an account retrieval method that can be used to retrieve all accounts owned by a specific CRM user?
10.
An existing account has five related Contacts. The current user has Global Delete privileges for Accounts and Contacts. If the CRMAccount.Delete() method is executed for this account, which of following statements would be true?