I have custom entity where the user is going to set a start date and i need a javacsript code that would let me set the value of another field (end 开发者_如何学Cdate) in the same form according to th
var crm = new XrmDataContext(\"Crm\"); var properties = from property in crm.awx_propertyawx_properties
Take the example of finding all customers with more than one open phone call. In SQL a HAVING clause gets you most of the way there. In the CRM SDK it\'s going to be a bit harder, and I bet there will
The problem: We need to display Activities with thier regarding objects fixed set of attributes. Example:
I\'m trying to get crm-explorer and developer tools integrated and running within visual studio I suceeded in having the crm explorer integrated, but don t know how to simple build
I need to create/define a Many to Many relationship between a Lead and a custom entity as well as between a Contact and a custom entity. I can\'t seem to find any code examples of 开发者_开发知识库wha
Is there a method/tool/technique for develop开发者_开发知识库ing with Microsoft CRM 4.0 that keeps the developer from having to use strings for entity names and attributes?We\'ve built our own model c
I need to fetch the parent Subjects using Javascript. How can I get all the 1st level parent subjects? Logic should be like when parentsubject is \'null\'. for that I wrote the following query.
I am trying 开发者_运维百科to retrieve data from Microsoft Dynamics CRM database. In order to have LINQ functionality, I applied crmsvcutil to generate data context class. The following is the command
I have been working on a module to sync data between client side CRM tool(Microsoft C5 dynamics - MS sql DB) and magento.