Contact Associated View is not refreshing in Account form
When user clicks on Contacts, user can see contacts associated with this account. In this view users are not getting New Contact ribbon button, getting only “Add Existing Contact” ribbon button.We had...
View ArticleCannot alter email "to" field on plugin pre-create
Hello,I'm trying to alter the "to" party field of an email entity, via a pre-create plugin. I manage to change the subject, for example, but the "to" won't alter. Here's the code:Email email =...
View ArticleCRM Import failure - transactioncurrency_DuplicateBaseRecord
Hi All,I am exporting the CRM customizations from our DEV environment and importing into a Test environment. During the import, I am getting the error "A SQL Server error occurred". The detailed...
View ArticleField not saving data
I have any issue, maybe someone has seen this before and handle it. I have a coupld of custom fields on Quote that I am using to do a calculation and then saving the reulting value to the OOTB...
View ArticleCRM 4.0 Change Activity Associated view with plugin
Hi All, I want to change the results returned on the Associated Activites view (Activities and History).I can capture the results being returned in a plugin registered on the pre stage of activity...
View ArticleCRM 2011 Syntax
I have written a plug-in when I try to update the plug-in I get the following error:Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault,...
View ArticleConvert LINQ to DataServiceQuery Difficulties
I have the following query running in LinqPad 4 but cannot convert it to a usable DataServiceQuery.from a in ServiceAppointmentSet join b in ContactSet on a.RegardingObjectId.Id equals b.ContactId...
View ArticleImport Huge Leagacy Data
Hi,We want to import around 20 lakhs of records from excel. I want to know what the best way of importing records performance wise is..Net custom Application using Web Service CallsSSRS/SSIS using Web...
View ArticleCRM2011: Rollup 9 to 11 Breaks Automatic Chart Refresh on Grid Views
For the last 5 months we've been operating CRM2011 on Rollup 8.I finally decided to install Rollup 11 and I've immediately noticed something that now appears to have broken since the update. I've been...
View ArticleCRM2011: JavaScript SDK REST Endpoint Vs JQuery SDK REST Endpoint
Hi AllI've been looking at the SDK examples that show how to get and create records within CRM via JavaScript. But after looking at the two key versions JavaScript REST Endpoints V's JQuery, I've come...
View ArticleMS CRM 4.0: Single Build file (DLL)
Hello All, I have two requirements R1 and R2. R1 has been tested and ready to go to live R2 is under testing. I want to deploy R1 but it contains R2 as well, how to...
View ArticleDuplicate Detection Rule does not work for data import
Hi erveryone,I create a duplicate detection rule, which checks the fullname + created date, but the rule doesn't work for data imports from csv files! I activated the duplicate detection rules for data...
View ArticleGet data from custom web page to crm form
Requirement:Contact form has a ribbon button to get and show the latest information from custom page. Below are the stepsClick on ribbon buttonOpen custom web page with contact details passed as query...
View ArticleOccasional MessageSecurityException with Active Directory authentication when...
Basically I have a windows service (NServiceBus) on one machine which is inserting and updating CRM using OrganizationServiceProxy. Occasionally, but way too often I get a MessageSecurityException when...
View Articlecrm 2011: missing microsoft.xrm.client.dll on server/bin
Hi All,In a custom workflow that i'm currently working on, i'm using the following code for cloning an entity CustEntity sr = Crm.CustEntitySet.Where(s => s.Id == SearchRequestId).First(); Entity e...
View ArticleCRM 2011: Trouble registering plugin
I upgraded my CRM 4 plugins to CRM 2011 and when I try to register using the plugin registration tool I get this error:Plug-in assembly does not contain the required types or assembly content cannot be...
View ArticlePlugin is not registering as isolatable, CRM 2011
Hi,I have registered a plugin using plugin registration tool. When i register it, the status(isolatable is yes) of plugin is isolatable. It gets registered successfully and it works also.. But when i...
View ArticleRegister a plugin programatically CRM 2011?
Hi,I have registered plugins programatically in CRM 4.0 using the class RegisterSolutionRequest, but could not find this class in CRM 2011. Any ideas about the new class/method ? Thanks Vaibhav
View ArticleCould not load file or assembly Microsoft.Crm.Sdk or one of its...
Hi,We migrated our project CRM 4.0 to CRM 2011, While I was trying to update the plug-in from plug-in registration tool. I am getting thebelow error.System.IO.FileNotfoundException : Could not load...
View Article