import solution to new organization
hi every body,i'm upgraded my crm 4 into crm 2011.i had more plugins in CRM4 version,and after upgrading to 2011,every plugins works fine.now, i want to export every customization from CRM2011 ,and...
View Articlems crm 2011 - how can we have hierarchical Subject display in the seperate...
Hi All,ms crm 2011 - how can we have hierarchical Subject display in the seperate text box through javascript?Can anyone help me on this with the code.Thanks, Rajeev
View ArticleHow to get actual Sum of Money field when base currency is different using...
Hi All,I have a requirement to get the sum of the total amount field of all related Invoices to an Order record.for that I am using the fetch aggregation for Sum in a plugin.When I add/delete/update an...
View ArticleRun plugin when Email status is Sent
Hi,I am trying to write a plugin that will run when the email status is changed to "Sent" but when I register the plugin for the "SetState" message or the "SetStateDynamicEntity" message it never...
View ArticleCan ManagedTokenOrganizationServiceProxy be used without ADFS/STS
I am working on building custom applications that interface with MSCRM using the OrganizationService using on-premise AD auth. In the future we might switch to using ADFS with STS on premise and I...
View ArticleAny recommendation on exposing CRM data over WebAPI
I am using WebAPI to expose MSCRM data to client applications as follows:1) CRM entity mapped to domain model entity using custom mapping logic (CRM entities may not map 1-1 to domain model)2) Domain...
View Articlehow to activate REST endpoint for CRM Online
I am trying to integrate two separate sites using javascript and REST endpoints. I'm following this article - msdn.microsoft.com/en-us/library/gg334767.aspxWhen I...
View ArticleCRM 2011 refresh queue in realtime
Is there any way to make a queue update in real-time with the mailrouter? I’m guessing that the mailrouters creates the queue items and then assigns them to the queue but when this happens I would like...
View Articleobject doesnt support property or method getselectoption on form onload
function Form_onload() {var selectedOptionSet = Xrm.Page.getAttribute("new_guideline12answer2");alert(selectedOptionSet.getSelectedOption().text); alert(selectedOptionSet.getSelectedOption().value);...
View ArticleLimitations in MS Dynamics CRM 2011 SOAP API calls
Is there any limitations in CRM 2011 SOAP API calls like Salesforce have?
View ArticleLookup on form causes "Object doesn't support property or method 'Items'"
Hi,On our 'Service Activity' form - selecting a service from the service lookup field gives the errorObject doesn't support property or method 'Items' (see below screenshot).There are no customisations...
View ArticleReset/Restore an Entity?
Hi all,Just wondered if it was possible to 'reset' all customisations on an entity, as in effectively restoring the entity to factory settings? I ask because we've had a few problems with our Service...
View ArticleConnecting an E-Commerce solution with Microsoft Dynamics AX
Hello all, I'm creating an ecommerce solution based on NopCommerce. There's already a NopCommerce add-on for Microsoft Dynamics AX 2009, but it's for a very outdated version of NopCommerce. I've read...
View ArticleHow do you assign data from one textbox to another?
I'm very new to CRM. How new I just started developing in CRM. So my question is how do you pass data from one textbox to another? Where do you write the file? Can I write in C# script? I'm using the...
View ArticleHow do you create a Fetch based report for CRM 2011 Online using SQL Server...
I am trying to create a report that will list all the orders for a given month along with the total payment amount paid in that month. The payment entity is a custom entity. I have tried to do this...
View ArticleJavaScript/OData polling causes 500 Internal Server Error
Hi,I have implemented an html page which polls various Dynamics CRM records via JavaScript and the OData interface.In my test environment this approach works well.In Dynamics CRM Online, however, the...
View ArticleFiltering subgrid from lookup value
Hello Everyone, I have set up a N:N relationship between a custom entity and the contacts entity. I have been trying to create some code that would filter the subgrid on the custom entity to only show...
View ArticleWhy do I always get an Object expected error when I try to use jQuery
I have a web resource which is an HTML page. That HTML page works perfectly in other environments (LAMP mainly) and uses jQuery to drive a lot of interaction on the page.I then include that page on a...
View ArticleChanging the value of an option set based on the value of another option set
Hello all,I'm a novice when it comes to JScript coding. The requirement is that when a user changes the label of the "new_priority" option set field on the Opportunity form to "high" or 100000002, then...
View ArticleFetch XML in Javascript error
I'm using FetchUtil to retrieve CRM data from javascript and I keep getting the following error:<code>0x80040203</code><description>Url does not contain MSCRMServices or...
View Article