Xrm.Page.data.entity.save crashing on 2013
I have a CRM 2013 that invokes this javascript from a picklist\optionset change (control onchange) and keep crashing. it does not throw a js exception neither the crm error window. it throw a browser...
View ArticleCRM 2013 Report Authoring Extension with Visual Studio 2012
Going to develop custom reports for CRM 2013 on premise, wondering if Visual Studio 2012 could be used? Has anyone already been doing this?View Kevin Dan's profile Please click "Mark As Answer" on the...
View ArticleHow to debug a plugin remotely from Visual Studio?
I'm running a C# app in Visual Studio 2010 using the CRM SDK connecting to my CRM instance.I'm trying to create a service appointment but am getting a failure from one of my plugins. If I do it...
View ArticleForce a Form refresh after adding entity to a queue
We have written a plugin that sets the Active Business Process based on the specific queue that an entity (in this case an opportunity) has been added to. The plugin works as expected, but we can't...
View ArticleTimeZone difference while retrieving Datetime field
Hi,When i am retrieving CRM Datetime field(in C#) when it is having 12 AM, means 0:00 then i am getting one hour previous time. If it is not 12 AM then i m getting correct time. If i am adding time...
View ArticleCRM 2011: How to send a reply email to an incoming email via Code? [C#]
[Sending a reply email via code]Hi,Currently i am opening any email activity and manually sending replies to them by clicking on the reply button in the form.I wish to write a plugin which triggers on...
View ArticleBackgroundSend plugin message
Hi, I am working on a plugin which should fire every time an email is sent or received from the CRM or tracked from outlook. I can see that the Background Send message is available but I was not able...
View Article[CRM 4] State changes for custom entities
Hello,I've been asking many questions lately because I had to mess with functionalities I never had before.I have a new problem now.When a custom entity is created as far as I'm aware the only state...
View ArticleQuery Expression Distinct column Plugin Help.
I have created a query expressions which retrieves all order products associated with an order.Here is my current query expression:var query =newQueryExpression("salesorderdetail");...
View ArticleAutomating the release of JavaScript for CRM forms from TFS to CRM
Hello,We use CRM 2011, and we have a lot of JavaScript code behind forms. We also use TFS 2013. Is there a way to store CRM JavaScript code inside TFS, for development work, and then periodically...
View ArticleCRM 2013 - Format Fiscal year to FYxx
Dear all,I am setting the fiscal year of my Dynamics CRM 2013 env.I need to display the fiscal year as FYxx, e.g FY13.But I am unable to display same...it is being displayed with the postfix.N I am...
View ArticleHow to add new menuitem under FILE menu in CRM 2011 ?
I have a requirement to add new menuitem under FILE menu in MSCRM 2011. I just want to know the code to add the new menuitem under File Menu
View ArticleEquivalent to context.callerorigin in ms crm 2011
Hi All,I am unable to find the "callarOrigin" property of context object in ms crm 2011.Is there any specific property we need use?RegardsSrikanth reddy
View ArticleCRM 2013 Xrm.Page.ui.navigation.items.get("---").setVisible(true) not working ?
Hi There.In one of my CRM 2013 projects, the setVisible function seems not working properly when it is triggered by a OptionSet value change and setVisible(true). The code is triggered but the...
View ArticleSort option set crm 2011
Hi , i need to sort option set text through javascript. can you provide some sample codethanks.
View ArticleHow to debug incident/contact javascript in crm 2013?
Hi I am trying to debug a javascript form within out of the box entities: incident form library.However, whenever I use Visual studios 2012, the form library is not shown in the debugger, although the...
View ArticleWhy can't you set the default view in a subgrid in CRM 2011?
Even when I create a personal view, I can't set it as default view. Is there any reason for that?Thanks!
View ArticleDifference betwen and in CRM 2011 Ribbon
Hi All,Can anyone give the difference between <EnableRules> and <DisplayRules> in CRM 2011 ribbon. I find both of them as similar in the below...
View ArticleProbleam in accessing Dom elements using Jquery
Hello,i have a Custom plugin for opportunity entity. Every thing working good with CRM 2013 but Same things not working in CRM 2013 . i have run custom validation tool and no any issues found in...
View ArticleHow to retrieve Option Set description in JavaScript in CRM 2011
Hello,I want to know that how to retrieve Option Set desription in javascript in CRM 2011 ?I have searched forum for the same question but could not find any concrete solution for such simple thing.Any...
View Article