Home | Contact | Bookmark Trusted Choice | Sitemap

Top Rated Articles

My trouble from Microsoft CRM Next Beta SDK and The Tech-Ed Webcast from Florida this year




I'm using the next beta vesion for MSCRM 3.
i'm having trouble with customization all my information comes from:
1.Microsoft CRM Next Beta SDK.
2.The Tech-Ed Webcast from Florida this year.

could anyone send me links or tutorials on information regarding
Customization.

Most of the SDK examples do not compile.
Alot of pages are not explained.
The customization from inside the settings to create new entites is not
documented and i'm having trouble doing certain things:
For ex:

How to add a lookup field.
In customer the lookup of parentcustomer is of type "owner" but the
option only allow nvarchar,int ,float,cDate. so how can I do this?

In the sitemap.Xml to add a new navbar to a new area requires the entitytype
but how do I know the entitytype of my custom entities.
A lot of the code in the SDK can't be compiled and is still somewhat
incorrect. The examples contain some code of the old SDK (1.2). There is a
new SDK for CRM3 you can download if you're an official beta tester.

You should be able to add lookup fields by creating datarelations. It's not
just a custom field.

Other Articles