Cannot connect to CRM Server thru CRM explorer in Visual Studio 2012.
Hi,I'm working on Dynamics CRM 2011 On Premise version. I am unable to connect to CRM Server thru CRM explorer in Visual Studio 2012.When i try to create a CRM project by entering the CRM Server...
View ArticleHow to create a forward mailbox in crm 2011 in c#?
Hi all,I need to create forward mailboxs for organisations using c# in crm 2011.I am new to this.Can any body provide any help for the necessary setup and steps to achieve this?Thanks,Mohak
View ArticleResizing of Silverlight webressource
Hi NG,I have a silverlight-addin which is included in a webressource in account-page.when IE is resized --> the xap does not resize automatically - I have to press refresh/F5 to have it in correct...
View ArticleJavascript to populate lookup field crashing
Hi everyone,What I have is a script for Account create/update that when the zipcode is entered it then auto-populates the sales Territory lookup. Everything works fine and dandy; I enter the zip code,...
View ArticlePopulate email body with image and multi line text
Hello. I am trying to set the image and the text in the email body using the format mentioned in the image attached with this post. I have the text in a separate variable. But i am unable to figure out...
View ArticleCRM 2011 - Timeout Workflow
I've been trying to build a workflow that have several timeouts and sends a different email for each email. For instance, send email A 3 months before the contract end date. Send email B 1 month before...
View ArticleUsing Dependency injection in Plugins
Is it possible to use dependency injection in CRM 2011 plugins for resolving dependencies? If so, where should the container and dependencies be registered at?-Abhijeet
View ArticleException when executing non-query: update ActivityPointerBase
I am debugging a CRM 4.0 plugin. The plugin is handling an Update message for a custom entity. The plugin is registered in the Pre-Event Child pipeline. The error message describes a failure while...
View ArticlePlugin always getting the same error - cannot profile
Hi,I have a plugin that I'm developing and every time I test it I get the following error...An error has occurred. If the problem continues, check the Microsoft Dynamics CRM Community...The plugin...
View Articleimport 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 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 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 Articleget Cell Values from a SubGrid present in CRM form
Hello Experts, i would like to retrieve the cell value from a Subgrid that i added in CRM Account Form. In subgrid i am loading the Orders related to the current Account. i have added the method on...
View ArticleGet all recordIds of the Subgrid in a Form
Hello Experts, I added the subgrid in the account form .I want to retrieve all recordIds of that SubGrid on page load event. Please Suggest .... Thanks and Regards Muralikrishna
View ArticleCRM 2011: Create attachment
HiIs it possible to create an attachment to a record from client side using Javascript?
View ArticleCRM 2011: Editable Subgrid
hy allI have a custom entity with a 1:N Relationship to another custom entity (children) and I show the children on the parent in a subgrid. It would be very nice, if the user could edit directly the...
View Article