CRM 2011 RollUp 14 : Request not supported: ExecuteMultiple
I have simple method which wrap bulk entity and send to crm via ExecuteMultipleRequestWith previous Rollup 12 it works OK, now it is broken.Error message:Request not supported: ExecuteMultipleThere is...
View ArticleActiveXObject not supporting Other than IE browser.
In my project i have used below mentioned code to retrieve fields.Its working fine in IE but when i use with Firefox and chrome its getting error since ActiveXObject doesnot support other browser.I...
View ArticleCRM 2011 - Query Number Cases Associated with the Customer (Contact record)...
Hi,In the Case entity there is a Customer field that I can associate with an Account or a Contact. Currently in my application this will always be a contact, and I would like to find a way to do a...
View ArticleCannot export solution from one organization to another
Hi,We work with 2 organizations. One test and one production, the test is where we do all the work on an unmanaged solution. Than we export it managed and import on the production. This has worked...
View Articlecrm 2011 online: Issue when debugging custom workflow activity
Hi,I have created a custom workflow activity for CRM 2011 online.The workflow fails, so I am trying to debug it.I have installed profiler, attached visual studio to plugin registration tool.But I get...
View Articlefire a plugin when adding a member in the static marketing list
Dear all;i want to update a particular field on the contact form when the contact is added on the static marketing list in mscrm 2011 i want to write a plugin for it can i write a plugin on adding a...
View ArticleTo store password in Crediental.XML file
XElement configurationsFromFile = XElement.Load(CrmServiceHelperConstants.ServerCredentialsFile); foreach (XElement config in configurationsFromFile.Nodes()) { Configuration newConfig = new...
View ArticleCreating the Appropriate Relationships between Custom Entity and Leads Entity
Good morning,I am very new to Dynamics and am still learning how it all works. Currently I am working on customizing the CRM to fit our company processes and need help with a new custom entity.Our...
View ArticleProblem in Contact Entity.
Hi, I want to update one field "description" contact entity. I am using this code but getting error Entity contact = new Entity("contact"); contact["description"] = "Test11";...
View Articleadd the white space in text field at start in mscrm 2011
Dear all ;i want to add spaces in the text at start of the text through java script in mscrm 2011 but mscrm 2011 by default trim the spaces please help
View ArticleMS CRM 2011 ONLINE - Postpone workflow until midnight
How can I postpone a workflow until for example midnigh or some other pre-defined time?I need the workflow which will close all open orders on midnight. The workflow is triggered on create.
View ArticleTrigger a plugin on selection of a Lookup value.
Hi1. I have form i.e "Account". That contain a lookup "contact" and a textfield.2. when user will select a record from contact lookup, a field form selected contact should update the...
View ArticleEmail Router Configured for gmail in crm 2011
Hi,I have configured email router for gmail (pop3) and it's displaying test succeded, but how do i test this one , because i have set queue's email id as my gmail id and if i give some other gmail id...
View ArticleCRM2011: Performance issue with plug-in on SetState
Hi,I have plug-in, that triggers on SetState of a custom entity. Basically it creates a successor and a bunch of related records (modifications of the original ones). The original record is not...
View ArticleMS CRM 2011- Rollup 13- If we delete attribute without removing from user...
Hi All,I have user view for advance find and I deleted few of fields from entity.If I try to reopen the user view then it shows me error like "Some of fields got deleted". So update the view.Can we...
View ArticleWorkflow halts on waiting and shows validation errors on parameters
Hi,I've created 2 workflows but they won't pass the validation of crm and halts on waiting.Using CRM 2011 RU14 On Premise.The error message is :Unhandled Exception:...
View ArticlePluginregistrationTool console application
Recently I have downloaded PluginRegistrationToolConsole application and I was using the same for one of my application , But got some issues while using it. I am able to register plugin assembly but...
View ArticlePicklist Value in Email template
I have a email template where I am having a picklist value.When I run the workflow, the email comes with the Value in the picklist field, I want the text of the picklist in that fieldeg: I have...
View ArticleCRM Cross browser issue
Hi all,I am using crm 2011 online application. it is working fine in internet explorer and even scripts are also running in the Internet explorer.But when i am trying this into the mozila firefox or...
View ArticleCRM 2011 - Custom App and Organization service reference authentication
In my custom application I have following codeCredentials _Credentials= New ClientCredentials(); _Credentials.Windows.ClientCredential = CredentialCache.DefaultNetworkCredentials;serviceProxy...
View Article