Plugin on Quote Win InputParameters.Contains("Target") issue
I have a plugin that runs on Quote Win. However there seems to be some issue with getting the inputparaments. I'm assuming because the quote is active and read only at this point that I must use the...
View ArticleOnSave event to call JavaScript in the embedded HTML?
Hi everyone,I have a HTML Web resource embedded on a form.This HTML Web Resource contains quite a lot of JavaScript functions.How do I call these JavaScript functions on the onSave event of the form?Is...
View ArticleLoop Exists in entity heirarchy
I am trying to merge two contact records and getting the error "Loop exists in this entity hierarchy."Any thoughts?
View ArticleCRM 2013 - Sub-Grid - Fetch
Working on Dynamics Crm 2013 project.... How can I modify sub-grid fetch Xml query? the myGrid.control.SetParameter("fetchXml", fetchquery); is not working anymore.Can not find anything in the SDk...
View ArticleError while installing the MSCRM SDK tool kit.
I have this Visual-Studio product.I unable to install the “CrmDeveloperToolsVS12_Installer” (I tried SDK_MsCrm 2013 and SDK_MsCrm 2011 both giving me same error)while installing it stop an throws the...
View ArticleSupported javascript libraries
Hi, I have a situation where i have to reference and use Jquery and JSon javascript libraries in the CRM form. But when I run Microsoft Custom code validation tool it raises issues in the source code...
View ArticleException when performing the operation in Microsoft Dynamics CRM that causes...
Hi All,When I perform the operation to trigger the plugin(for debugging) I am getting the following exception,Business Process Error Unexpected exception from plug-in (Execute):...
View ArticleDoes anyone know of a method to optimise the performance of javascript for...
For instance, assuming you just create a record and want to generate an autonumber for an Account ID - you could either add function to the onLoad/Onsave event so that the function gets executed and...
View ArticleSending email with From as a Queue to which the user does not have permission
Hello Experts,I am looking for design suggestions for a design problem that we are facing in CRM 2011. We are using Case entity and the records are team-owned. When a Case is created, we add it to a...
View ArticleCRM 2011: FetchXML Total Record Count Limit Exceeded
Hi,Is there a way to make a SELECT COUNT(*) FROM CRM_ENTITY with FetchXML sintax? We are trying to use Total Record Count for that, but this value is limited to 5000, so we are not able to get the real...
View ArticleHTML Web Resource in form with OData/REST call
Hi,I am trying to retrieve CRM 2011 data using oDate/RESTMy code works fine if I add it to the form_Load event as a javscript filebut when I place the same code as HTML resource file, it is not...
View ArticleStrange Error on Exception Thrown for Plugin in CRM 2013 Online - Specified...
The specified domain does not exist or cannot be contactedAn unexpected error occurred from ISV codeI am receiving the above error message when (deliberately) throwing an exception. It doesn't seem to...
View ArticleDisable the Save and New buttons in CRM2013
Does anyone know how I can disable the two buttons- Save/New based on a field value? I've looked at a few ways but they seem to be un-supported methods.
View ArticleInvalidPluginExecutionException dialog does not show up - CRM 2011
I have a Plugin on the Creation, Updating, and Deletion of the OpportunityProduct entity in the CRM 2011. I want to through exception on the success of some operations, means want to display dialog. It...
View ArticleCRM 2011 : Custom Workflow to fetch user with Specifed role
Hi i am totally new to crm2011. i need to write a custom workflow. To do the following things - 1)I want to pass Role Name as "Manager" or something 2)On the basis of Role Name a user...
View ArticleCRM 2011 or 2013 Portal Development Ebook step by step
Hello expertsI want to develop a portal ,can anyone provide the step by step guide for crm 2011 or 2013 Portal Development that is helpful. or any useful stuff for beginers guide for portal...
View ArticleIs Window.location.reload(true)?
Hello guys, Is Window.location.reload(true) to refresh a form supported by Microsoft?
View ArticleMS CRM 2011 ONLINE - Internet Explorer crashes when printing report
I am using Internet Explorer 10. When I want to print a report, Internet Explorer crashes.I get these error messages:Problem signature: Problem Event Name: APPCRASH Application Name:...
View ArticleCall a custom javascript function on click of OOB ribbon button on Quote...
Hello All,I am trying to implement a validation on click of "Activate Quot" button on Quote entity.I have to capture today's date on click of this button and set it to a custom date field on the form.I...
View ArticleHow to see the javascript code for Opportunity's "Close as Won" Out of the...
Hi Team,1) How to see the javascript code for Opportunity's "Close as Won" Out of the box button ?2) What is the Out of the box function name for Close as Own button?3) Can we add multiple actions...
View Article