"An error occurred while processing your request." error when accessing...
Hi,My local WCF service is unable to connect to my employer's Dynamics CRM 2011 server as the "http://schemas.microsoft.com/xrm/2011/Contracts" file is currently unavailable. This file is referenced in...
View Articleimplement phonetic search for entity on quick find search box.
I want to implement phonetic search for entity on quick find search box.Can i write my custom logic in plugin or JavaScript to do the same for quick find search box.If yes then please share details.Thanks
View ArticleCustom Workflow Activity - Dependency Calculation
Try to create a custom workflow activity that accepts a security role as an input parameter - setting this up as a System Administrator.When setting up the input parameters for the workflow I can...
View Articlecrm utility app?
Hello - Occasionally a CRM system has data updates that need to be made and a backend SQL data update is not appropriate (not supported by CRM).In this type of scenario it seems appropriate to have a...
View ArticleMark Complete does not close form after Dynamics CRM 2011 UR 12
After applying UR12 PhoneCall form does not getting closed after "Mark as Complete".Does any one faced same issue? Only to mention there is no js errors during this process
View ArticleDisplay a dashboard on click of a button in the ribbon
Hi All,I have a button in the ribbon of crm 2011 online. It is displayed in the following ribbon areas 1)Dashboard 2)Basic Home Tab 3) All entity Home pages. Currently when the user clicks on this...
View ArticleAfter I click a button
After a button is clicked It runs a javascript function.function refresh() { //window.top.location.reload(); setTimeout(function(){window.top.location.reload();}, 5000);...
View ArticleDynamics AX 2012 R2 - Analysis Services Project will not Delete from the AOT
Hello, This is about Dynamics AX 2012 R2.I followed the instructions to create a cube using a Perspective and then creating an Analysis Services Project using the AOT and the Analysis Services Project...
View ArticleHow do you link a button to a custom form using Ribbon Workbench?
I have a entity called new_report I want a button that I click that will open the reports form. At the moment I have it on the left navigation area in the main accounts form that I click on and then in...
View ArticleIFD organisation not working in other browsers after installing roll up 12?
I have a serious problem with our deployment of roll up 12 on our IFD CRM 2011 organization. I will try to explain the problem: 1) When we login from other browser to CRM orgainsation it is not...
View ArticleUnable to execute SOAP Request in CRM 2011 online
I am trying to execute a SOAP Request to check if the currently logged in user has some rights (e.g. say create Incidents). I am using the following piece of code.if (typeof (SDK) == "undefined") { SDK...
View ArticleCrm 2011 C# custom workflow
I’ve created a blank workflow in C# just for testing but I’m getting an error that I don’t understand and can’t find anything wrong with it. Any ideas?Error Unhandled Exception:...
View ArticleHow to Set Text fields data to pick list fields in ms crm 2011 online
Hi all,In Account form i added some custom text type attributes and it contains data.Now Added drop down fields in the place of text type fields and i need to retain the text fields values to newly...
View ArticleHow to Apply Filtering to Multi-Series Chart XML
Hi All,I am working on a dashboard to show the number of new signups (series 1) against the number of new signups that checked a particular option (series 2). I followed the instructions here...
View ArticleTPL in Custom workflow in mscrm 2011
Hi,I am using TPL approach for creating task in mscrm 2011 workflow . Sometimes i am getting Invalid operation error{System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]:...
View ArticleUsing ExportSolutionRequest and ImportSolutionRequest
Hi,I wrote an application that export my CRM from one Organization and imported it to another. As part of the ImportSolutionRequest I am then publishing the imported customizations.One item which did...
View ArticlesetFocus() doesn't work
I try to set the focus on the description field of a support task or an email and it doesn't work any more after UR13var control = Xrm.Page.ui.controls.get("description"); control.setFocus();I don't...
View ArticlePlugin passing data problem how to solve?
Hello ExpertsI registered my plugin with pre and post operations to share data between plugins .In shared variables I am able to store the variable .but I can't retrieve in other plugin .shared...
View ArticleHow to use Shared Variable in pre and post operations?
Hi experts,I wrote code like followingin Pre-Operation: context.SharedVariables.Add("PrimaryContact", (Object)contact.ToString());In Post-Operation:Guid contact = new...
View ArticleDynamic CRM 2011 Checkboxes
I have found so many threads regarding the creation of checkboxes, and none of them I get working. Also found some saying that the...
View Article