Issue while validating stages in Business Process Flow using Plug-in
Hi All,I have written a plugin in pre-operation of update event of "stepname" attribute of an opportunity entity to validate BPF fields. I need to make sure that when user is changing stage then the...
View ArticleMS CRM 2013 Lookup View Filter
Hi,I have a lookup called CP in Lead entity. I filtered this lookup by Account Entity, whose account code is CP. for this i created view in account entity.Now, my problem starts from here, when i...
View ArticleHow to force a script to run on save and closed in crm 2011
Hi how would you force a recalculate of the Opportunity on save & close on a form. I thought that an onsave event would also execute the script when a user clicks save & close however this is...
View ArticlePopulate subgrid programatically in form onLoad
I have a subgrid on an order form that looks up to Customer Quotes. I have written javascript that loads all customer quotes relevant to this order. There is no direct relationship between Customer...
View Articlecrm subreports have spurious extra space
Why do my subreports have spurious extra space between them?I have a simple report which works well and a report which I will use as a subreport which also works well. When I combine them however after...
View ArticleGoogle Chrome Error
Hi All,I developed a customized page with lots of functionality, it is working fine with Internet Explorer but having a onload error coming with Google Chrome. Please help me in solving this...
View ArticleMSCRM 2011 : Auto populate the Custom entity attributes to Task entity
Hi,Can someone help on this.I have account entity .In account entity left nav I have custom entity called "Customer Information"In Customer information, I have some attributes such as...
View ArticleAccessing subgrid in CRM 2013 javascript
I'm trying to set the values in a subgrid in 2013 in the onload of a form. I can't get the subgrid though, I keep getting an error saying 'unable to get property X of undefined or null reference'. I've...
View ArticleHowto compare OptionSetValues in C#
Hi,currently i have a early bound entity (strongly typed class) of the entity account. This entity field (anyFieldNameA) of type OptionSetValue (Values: ValueA,ValueB,ValueC). The field anyFieldNameA...
View ArticleMSCRM 2011/ MSCRM 2013 Integration with BAAN ERP
Hi All,How to integrate Mscrm 2011/2013 with BAAN ERP.RegardsSudhakar Reddy
View ArticleConverting Option Set to Pick list
I am converting the option set field to pick list , for this I have created one option set field and multiline text field and done the coding as follows:I have done the same with 2011 it worked well...
View ArticleMaximum limits of customization
Hi allI am trying to find out the maximum limits when customizing for Dynamics CRM 2013.Limits like, max number of:entitiesforms for one entityattributes for one entitytabs/sections on a formrelations...
View ArticleCRM 2013 Plugin registration error "plug-in assembly does not contain the...
I was trying to go through the basic steps to create custom plugin and registering through VS2012 CRM 2013 solution template, and when I register first time the plugin solution and workflow, solution,...
View ArticleMetadata contains a reference that cannot be resolved? CRM 2011
hi i am using CRM sdk to communicate with CRM 2011 recently there is change in URL previously the url was"http://servername/XrmServices/2011/Organization.svc" and the code was working fine but now the...
View ArticleCase Management functionality in MS Dyn CRM
I am looking for implementing the case management functionality for a legal company using MS Dynamics systems and need to know whether the CRM would be a good platform for that. Or should I use a...
View Articledisplay selected optionset value in a text field on update of case
Hi All,Could any one please help me in displaying an optionset field value in a text field..? I want to retrieve the value selected in optionset and display the same in a text field using plugin.. Iam...
View ArticleNeed to auto populate fields on a form based on the value selected in the...
Hi,I have an customizable entity form. It has one lookup field and five other text fields. The lookup field pulls out values from its parent entity. So when I press the lookup button on my form, the...
View ArticleRun Customer Store Procedure within Plugin in CRM 2013
We use to run the custom store procedure on CRM 4.0 Server within plugin to do some custom coding like below ...string orgName =CrmContext.Current.OrganizationName; OrganizationConfiguration...
View ArticleObject doesn't support property or method 'selectSingleNode' in CRM 2013
I've got a webresource called FetchUtil.js, which I think is from the 2011 SDK. I can't find it in my 2013 SDK. There's a funciton in it causing an error:Object doesn't support property or method...
View ArticleCRM 2011 Alter subgrid layout using JScript
I need to show different FetchXML queries in a subgrid dynamically, depending on certain conditions. I have succeeded to do so, using the following method:oGrid.control.setParameter("fetchXml",...
View Article