Early bound approach supporting multiple organizations
Hi all, We are facing the situation when we need to develop a library in C# for the communication with the CRM system. Our server serves two different instances - two different organizations with...
View ArticleHow do I update a workflow connection?
I have a lookup field that fires a workflow to create a 'connection' to another entity on the onchange event. The problem is, when the lookup field is changed, instead of updating the existing...
View ArticleLoading csv file into crm programmatically through custom workflow activity
Hi,I have a custom workflow activity that reads a csv file into datatable and I am trying to load this to crm 2011 onpremise. The workflow kicks in but I get the following error:Workflow paused due to...
View ArticleSave on annotation entity fails with an exception in the event viewer.
I am trying to save the annotation entity in CRM 2011 using the following code :<!-- language: c# --> var annotationContext = new CrmOrganizationServiceContext(crmOrganizationService); var...
View ArticleWhat DOES the developer's toolkit do beyond templates and helper classes?
I don't expect anyone to make that dissertation here. Rather can you point out some documents and papers that are not superficial feature marketing blather or shallow how to's. Step-by-step guides...
View ArticleConnection between CRM Online and Sharepoint Online in Sandbox Plugin
Hello,I have one environment with CRM Online and Sharepoint Online. My account to login is a Office 365 account.In CRM I have registered a Plugin that should create a sharepoint document location and...
View ArticleIs it possible to hide certain records?
For example: I have an account entity with 5 records. Say I wish to hide 3 records who have a certain attribute such as hide being true. Is that possible so that when someone clicks account, they only...
View ArticleCRM 2011 - Email Router not processing emails sent to Distribution Group
I have incoming email configured via email router. We have seen that if email sent directly to emailed then it gets picked up by router and gets converted into email activity in CRM, however if email...
View ArticleCustom Mobile Application Development for CRM 2011
Hi, We are trying develop first time a custom mobile application using the below1. Visual Studio - Windows Mobile Express 7.12. Assemblies from CRM 2011 SDK3. <Server...
View Articlems crm 2011 - how to import subjects?
ms crm 2011 - how to import subjects?Thanks, Rajeev
View ArticleGetting values from main form into an IFrame web resource
I'm trying to learn to use web resources and graphs. I created a HTML web resource that has Google graphs in the code, placed in a form. It's a simple chart, but I want to get the values from the main...
View ArticleSynchronize user details between Active directory and CRM
Hello All,I need your help on the following, I have a requirement from client who is using CRM 2011 on primes, to provide him a continues integration and synchronization between user details in AD and...
View ArticleHow to open user query form with Xrm.Utility.openEntityForm?
Hi,I am using Xrm.Utility.openEntityForm to open entity records in new window. It works fine with some entities, but now I need to open user query and the function doesn't work. It just do nothing, no...
View ArticleChanging Telephone Number in CRM 4.0 and CRM 2011
How to add an additional digits to all existing telephones with the Country of US only ?For exampleOldTel:+1 123123123NewTel:+04 1 123123123hussain
View ArticleIs it possible to change ownership of a record using IOrganizationService.Update
Is there a way to set ownership (assign) a record as part of Updating an entity via the IOrganizationService.Update(...) method? The only way I have been able to do this is via an "AssignRequest"...
View Articleaccessing Xrm.Page.data.entity.getId() inside a webresource
HiI have created a web resource (according to this sample: http://msdn.microsoft.com/en-us/library/gg309549.aspx ) and used it in a custom entity form, but I want to access...
View ArticleDynamically set a lookup value from javascript
I am trying to dynamically change the lookup value in a field on a form after a user does something. When a user presses a button on a ribbon something happens and then the form updates with the...
View ArticleHow to add custom message to MS CRM 2011 error popup window
Hi All,Is there any supported way to add our own message to error popup window in MS CRM 2011.For example I need to add "The Selected Account is already added and Please Select any other Account"...
View ArticleHow to execute a Dialog wizard in dynamic crm
Dear all,I've follow this http://mileyja.blogspot.com/2011/06/execute-workflow-using-net-or-jscript.html to execute a workflow.But after send ExecuteWorkFlowRequest success, nothing happen, my dialog...
View Articlesharepoint contacts integration with mscrm 2011 contacts integration
dear all ;how can i do the integration of sharepoint contacts with mscrm 2011 contacts integration
View Article