views:

39

answers:

2

Hi, I want to show the sorted picklist of countries in opportunity entity's -> new form. so how to open the opportunity entity in my visual studio 2008. I have installed the MS CRM as well as visual studio 2008. please guide me i am new. I want to also create the custom entity through visual studio 2008. how to do thi. please tell me step by step if possible. beginning from requirements for the CRM in VS.

A: 

If you want to get all the values from a picklist, use the MetaDataService. Here's some code to do so.

Focus
I will definetly follow these steps. but I want to open the CRM in visual studio what i have to do first of all ?
Lalit
+1  A: 

Everything you are saying can be done thru customization... no need to install or use VS2008.

There is a couple of great books out there. Check out http://www.amazon.com/Working-Microsoft-Dynamics-CRM-4-0/dp/0735623783 which is one of them.

You you really need to access the picklist for this entity in another software, the code from Focus is the one that you are looking for.

Mercure Integration