BIDS Report Issue
Hi, I've been working on creating custom reports for a CRM 2011 instance using Business Intelligence Development Studio. When I try to preview this report in BIDS I get the following errors. However,...
View ArticleFind all emails related to a lead
Hi Forum,Why do the linq query below return all email in the system, and not only the ones where regardingObjectID is pointing to a lead.I would like to list all the emails, which are related to a...
View ArticleCRM 2013 - Query entities using Jscript
Hi,I have CRM 2013 on premise installed in my environment.Can any help me how to retrieve data from other opportunities using jscript.Example fetching account details on Opportunity form and display it...
View ArticleCRM 2013 - RU1 - Business Rules: Problems with decimal values
Hello,I'm working with CRM 2013 on-premise with an installed RU1. I have some trouble with the business rules, because I can't set the exact value of a decimal field. If I try to set the value, the...
View ArticleWhich timezone is considered when querying CRM using DateTime in...
Hi All,When we query CRM to retrieve records with conditions based on DateTime fields, which timezone will be considered, UTC or the User's Timezone. We have a custom entity, where we have a DateTime...
View ArticleHow to reorder activities and closed activities on invidual record navigation...
In CRM 2011 it was easy to reorder the activities and closed activities for the navigation for an individual record. In CRM 2013 this doesn't seem to be option for custom entities, that is, I don't see...
View ArticleDashboard popup cannot be closed once maximized
We are experiencing randomly some very strange behavior on some of our dashboards.Once the dashboard has been maximized, clicking the (X) on the top right of the popup has no effect; even the cursor...
View ArticleCRM2011 plugins and log4net remotingAppender (tcp sink)
I'm running into a problem using log4net in my CRM2011 plugins. Logging works as expected using a RollingFileAppender, so I know that the plugin is using the log4net library correctly. However, the...
View ArticleError:0x80048470- he entity relationship role of the referencing entity is...
Hi All, When I try to import unmanaged solution from Build server to Integration server I am getting below error and solution import got failed: " 0x80048470 - The entity relationship role of the...
View ArticleDescription for the Entities in crm 2013
Hi All,I want to change the description of the following entities in both web and Outlook ( Red box). I was not able to find it in the customization XLM or in the entity description box. I observed...
View ArticleLead Address to Contact Address Mapping Not Working
Hello,I have been trying to figure out the address mapping in CRM 2013 On Premise. When an address is entered into a lead it exists only in the SQL table LeadAddressBase. OK makes sense.When the lead...
View ArticleMetadata contains a reference that cannot be resolved
I exported Xrm.cs file from CRM to retrieve records and display them in .Net web application. I'm able to do that from On Premise CRM...
View ArticleHow to get Datepart for date field or attribute in CRM2011 and FetchXML
I need to develop one report where i need Year . can i get only datepart for date field(attribute ) ? ex.as in simple SQl statement ,Select DATEPART( Year , getdate() ) It will give me current year ....
View ArticleCrm 2013 Upgrade on-premise (from crm 2011 on-premise) Rollup 15
CRM 2011 -> Crm 2013 (on premise)I went through the upgrade without any errors.... fine.- Lost all sections under the main tabs (Services, Marketing, Sales).- Custom Activity Entities are missing...
View ArticlePrimary Contacts linked to multiple accounts
Is it possible to have the same contact used as primary contact for a number of accounts? Thanks.
View ArticleHow to set default entity type (Look For in Lookup Dialog) for Lookup dialog...
Hi,I tried below code to set Look For(Default entity type) for Lookup window in CRM 2013 On-premise.document.getElementById("lookUpAttributeName").setAttribute("defaulttype","2");But the above code...
View ArticleDynamics CRM Online (2013) - Can I specify a custom export filename via my...
Hi,I've got several custom fetch-based reports that I created with SQL Server Data Tools. When these reports are run and the option of "save > export to PDF" is chosen, the filename is set to the...
View ArticleUncaught ReferenceError: Microsoft is not defined
Microsoft Dynamics CRM Error Report Contents<CrmScriptErrorReport><ReportVersion>1.0</ReportVersion><ScriptErrorDetails><Message>Uncaught ReferenceError: Microsoft is not...
View ArticleInline editing of subgrid in Opportunity in crm 2013
Hi, does anyone know about adding inline editable subgrid to the Opportunity form in CRM 2013. Please help me if you have any information. Thanks in advance, Regards,Nagaraj
View ArticleCan I Update Multiple records Using EntityCollection in single call
I have a requirement to update multiple records in single call, I am using serialized EntityCollection which being provided as input to my code. Now I deserialize this in to EntityCollection Object...
View Article