Crm 2011: Javascript -> Select Row subgrid
Hy Is it possible to select a row from a subgrid within javascript? Thanks for your help,Peter
View ArticleUpgraded organization from CRM 2011 to CRM 2013 returns http 404 after...
Hi,I had a CRM 2011 organization that I upgraded to 2013. Now when i try to brows the organization, it asks for credentials and as soon as I enter then, it returns page not found (http 404).I just...
View ArticlePlugin to Populate Case Closed Date
Hi all,I'm creating a simple plugin to autopopulate Case closed date when a Case is resolved. For this I register my plugin in "SetState" and "SetStateDynamicEntity" of Incident entity. I created a new...
View ArticleObtain a IOrganizationService from an RemoteExecutionContext on Azure
I've registered an Azure Service Bus Endpoint and a step to run a Plugin on Azure. Now I'm wondering how I can get a IOrganizationService from a RemoteExecutionContext to write Data back to the CRM...
View ArticleID3082: The request scope is not valid or is unsupported. Error in plugin...
I'm trying to register a new plugin, but when I click Register in the Plugin Registration tool, I get the following error:Unhandled Exception: System.ServiceModel.FaultException: ID3082: The request...
View ArticleCRM 2011 - QualifyLead plugin not firing after Lead status set to "Qualified"
I have a plugin (PostLeadUpdate) that that sets a lead's status to "qualified" based on a number of in-house business rules. But when this occurs it does not fire off a QualifyLead plugin. What is...
View ArticleProblem with AddPreSearch function
Hello,I have a problem with the AddPreSearch function in a JavaScript.I have this code in the Customer Onchange Trigger. Xrm.Page.getControl("Field1").addPreSearch(function () { fetchXml = "<filter...
View ArticleAuto Email to Case Workflow Resulting in Duplicate Cases
Hello, how is everybody doing.I'm working on creating a workflow that automatically creates a Case when a shared Outlook mailbox receives an email. I got the email router working so that the email...
View ArticleWeb Resource HTML edtiing
I am trying to edit HTML web resource in CRM 2011 Text Editor -> Source. I used to edit my HTML file here before, I primarily add javascript code and html codes here. Now, it only allows upload...
View ArticleCRM 2011 - Java interop issues with WCF settings
We have difficulties for calling WCF 4.0 from Java. With the new CRM Dynamics 2011, web services are using Microsoft WCF 4.0. In a Microsoft world, it is easy to call WCF services. However, in Java,...
View ArticleCannot select Publisher when creating custom solution
We have a managed solution that has been installed at a customer site (which also added our Publisher as well, with a custom prefix of "tss"). For this customer, we are also creating a custom solution...
View ArticleOverride Lookup in CRM 2013
Hello,does anyone know how to override the lookup button in CRM 2013?the following link show how it accomplished in CRM 2011, but looks like lookup is different in 2013.thanksMake sure to "Vote as...
View ArticleHIde SSRS report navigation toolbar in CRM 2011 using hidden field
Hi, I am creating HTML web resource to display SSRS report within entity form. I want to hide the toolbar. form.action = context.getServerUrl()+'/CRMReports/rsviewer/reportviewer.aspx';I used...
View ArticleCRM 2011 Globally hide/remove all references to an entity
This is a two part question related to CRM 2011. 1) What/how is the best way to remove all references to functional areas that are not going to be used in your solution. For example, we are not...
View Articledoes retrievemultiple page at 5000 records and, if so, how do I get the next...
I'm looking for c# code example for processing all records when the count is greater than 5000.
View ArticleREST - Post Retrieve Plugin
Hi, I have a post retrieve plugin on account that gets triggered each time any account is retrieved using CRM front end or from within a plugin. However, if I retrieve an account record using REST, the...
View ArticleCRM 2011: Linq in Plugin
Hello All,I am trying to use LINQ in my plugin, I am unable to figure out how to create OrganisationserviceProxy in plugin as it is keep asking for...
View Articledisabled the custom button when form is on create state in mscrm 2011
dear all;i want to disabled the custom button when the form is on create state
View ArticleVisual Studio 2013 and CRM 2013 Reports
Has anyone been able to use VS2013 to create reports for CRM 2013 online, using Fetch?If so how :)ThanksPetePete
View ArticleUpdate WorkerId in QueueItem entity
Hi!I'm trying to update WorkerId(in QueueItem) with XrmSvcToolkit.updateRecord and get Success in Return but nothing happens!Any good ideas?Here is my code:function setIncidentWorkedOn(incidentGuid) {...
View Article