I\'ve been converting some of my CRM4.0 plugins to use the CRM2011 SDK. I\'m just starting to work with LINQ for Early-Bound entities and have come across a problem.
Has anyone deployed the CRM 2011 PRM portal and had it working over https? The ServiceContext.GetUrl(page) method seems to return the correct URL, but with port 80 post-fixed:
I\'m looking for javascript code that will return the language selected by the current 开发者_如何学Clogged in crm user. Is there another method than reading the language setting from the used interne
I\'m searching for a method of retr开发者_如何学Cieving the custom entity attribute without generating early bind types with crmsvcutil.
I have a many-to-many relationship between two entities. I know Dynamics CRM creates an interse开发者_开发百科ct table for that in the database. And I know how I can retrieve records with a fetch comm
Are there any tricks or tools for debugging those jScripts that you write in the web resources and attach to an event on a form ?
I\'ve got a regional based solution for Dynamics CRM 2011 (online). 开发者_如何学Python You can set this via Settings / Administration / System Settings / Formats.But what do I need to include when e
I\'m doing a data migration in to Microsoft Dynamics CRM 2011 and need to perform reconciliations against the source to ensure that everything loaded successfully.
I have some code in a PostAccountRetrieve (i\'ve removed lines): Entity entity = (Entity)localContext.PluginExecutionContext.OutputParameters[\"BusinessEntity\"];
I am having a great deal of difficuly trying to get LINQ queries working with CRM 2011. The problem occurs whenever I have three or more joined tables (doesn\'t seem to matter which CRM tables), and I