CRM 2011 - SSRS report query help
Hi All,Currently, I am developing a simple report where business want see Open Opportunities (based on est.close date)in current fiscal year (not calendar year)As Fiscal settings in CRM are not tied up...
View ArticleConverting 2007 endpoints for CRM 2013
Can anyone tell me how to convert this code so it no longer uses 2007 endpoints please?function SetDG(salesorderdetailid, nDG) { var result = false; var entityName = "SalesOrderDetail"; var...
View ArticleCRM 2011: Plugin to update fields of current record
Hi all,I was trying to develop a very simple plugin for CRM 2011 to update an attribute for the current record, ( This attribute cannot be added to the form so I cannot do it with jscript or worflows),...
View ArticleMapping from an Opportunity to Account
Hi, I'm trying to map a field from the Opportunity to an Account but only when an Opportunity has been won do I want it to populate into the Account. Is that possible and if so how? Thanks so much!
View ArticleOpening session from USD Hosted Control for CRM 2013 application
Hi All,My Client is very much intersted in configuring the USD (Unified Service Desk). I have a requirement in which I need to create a USD Custom Hosted control and create the session (of Account or...
View ArticleHow to create subject field in Case entity in CRM 2013
Hi,I want to know that how to create subject field as shown in Case entity in CRM 2013 and how to add more subject like shown in figure ?
View ArticleCRM 2011 Workflow doesn't trigger on JS fieldchange
Hi,I have the weirdest issue at the moment. We have a workflow that triggers on a field change and if I use one field, a optionset, it triggers when I change that with a script. That wasn't a good...
View ArticleHow to remove the attribute from the Target Input parameter, MS CRM 2013 Online.
Hi,I want to prevent plugin core operation from pre-operation pipeline. I went through this post. Recommended solution says, "remove the attribute from the Target Input parameter" to achieve this. How...
View ArticleCRM 2013 Plugin for Account Create Message Pre-Operation - Retrive Attribute...
In CRM 2013, I am trying to create a Plugin for Account Create for Pre-Operation(20) stage.I guess in this scenario, preimage-postimage doesn't exist and also since the record is not created yet, i can...
View ArticleRelated Activities are not visible for some entities in navigation
Hello,when I open some baseline entities in MS CRM 2013 I cannot see the "Activities" tile in the navigation. So I cannot display the view with the related Activities. I stumbled upon this behavior for...
View ArticleCRM 2013 Opportunity product is actually price list items?
Hello,We just upgraded from CRM 2011 to CRM 2013 and I just thought of a strange thing about products on an opportunity in CRM 2013. The problem for me right now is:When we are selecting products to...
View ArticleCRM 2013 Merge Record Plugin ParameterName.UpdateContent
IN CRM 2013 when we create plugin for Account Merge on Pre-Operation stage, we have all available attribute for PreImage Entity. but how do we get the Update content data??I mean in CRM 4.0, we use to...
View ArticleCheck historical String values with JavaScript
I am trying to create a check on the proposal entity to make sure a String value hasn't been previously entered in any other proposal in the last 30 days. I am new to JavaScript and would appreciate...
View ArticleAdd a button to CRM 2011 Form
I'm trying to add a Java Script button the a form in CRM 2011 and it will not work. ?I keep getting this"Invalid web resource type form form" any thoughts? I added it as a resource to my...
View ArticleSQL timeout expired on CRM 2011 when Plugin is fired(Inconsistent behavior)
We are getting SQL Timeout Expired error when we try to create, Share/Unshare an Account record. It is an Inconsistent BehaviorPlugins are registered on these operations. Could you please help me to...
View ArticleHow to create multiple activity records using dynamics crm plugin?
For Creating Case Entity i want to create 4 activity records like testactivity1, testactivity2, testactivity3, testactivity4.how can i do that creating 4 activties when case should be created.could you...
View ArticleProblem from export and reimport plugin
Hi Team,I want to write a plugin that will fire on reimport to CRM 2013 (export xml file with option available for import and then import) and I registered it on update, import, importall, create ,...
View ArticleCreate a windows service for CRM 2013
Hi,I want to create a windows service that maintain the log file when user login CRM, create a log file
View ArticleCould not find schema information for the element 'microsoft.xrm.client' ?
I am trying to run a walkthrough of building a web application that connects to Microsoft Dynamics CRM using developer extensions. Like it mention in Set up your web application project in Visual...
View ArticleCRM 2013 Find whether any fields are read-only or not from Plugin code
Does any one came across this situation or is it possible to find whether any fields are read-only or not from Plugin code??I mean field is read-only from JavaScript or form level events. But from...
View Article