Set quote states by code
HiI use a code like this to save quotes programatically in my web service :Entity qoute = new Entity("quote");qoute["name"] = quotation.Name;qoute["customerid"] = new EntityReference(....)...
View Articleset quote product price manually and not using pricelist
HiI create a quote by code, and I add its product as follow, I want to enter product price manually and not using Price List , but I dont know how to save "Currency" value into "Price Per Unit"...
View ArticleError while accessing ADFS when enabling Claims based authentication for CRM...
Hi,When I am trying to access the CRM url with HTTPS, I get the error shown below.Can anyone please help in resolving this?Thansk in advance.
View ArticleJavascript/JQuery to fetch feed fromurl and display on the HTML page in...
hi Javascript/JQuery to fetch feed fromurl and display on the HTML page in tabular format in custom dashboardRegardsRashmi
View ArticleCRM 2011 Plugin: Infinite loop caused by IOrganizationService.Retrieve?
I'm a bit of a loss at a particular problem I'm having with a plugin I've made. The plugin is registered on the quotedetail entity (update & pre-operation). It's supposed to calculate the values...
View ArticleTrigger workflow on click of the Ribbon button in CRM 2013
Hi All,Trigger workflow on click of the Ribbon button in CRM 2013
View ArticleHow do you retrieve party list data (To, From etc) along with the rest of an...
Hi,I think i may be getting myself confused with this, but how do you retrieve the To & From fields along with the rest of an Email record? So for example, I have some fetch xml (although a Query...
View ArticleCRM2013 - onChange not triggered when removing value for a required field
Hi There.I have an issue when onChange event for CRM 2013 environment (on-premise and online)The onChange event is not fired when removing value for a business required / mandatory field.var nameChange...
View ArticleDisable or Display the New and Add Existing button in Ribborn.
I try to disable the Add Existing button, just like I configurate xml for custom button I ever done before.The following is my fragment of...
View ArticleWorkflow - Modified by column issue
Some fields in case entities are updated through Workflow. The "modified by" column in view shows my NT user name instead of actual modified case's user name. Kindly suggest how to fix this issue.
View ArticleCRM 2013 - OnSave code not cancelling the save
I have a function which runs OnSave of a form, if certain criteria are met it will cancel the Save by using this command, this command does run and the alert returns 'true' but the record still...
View ArticleCRM 2013 Online - fail login to pluginregistration
Hi,I cannot succeed to make a connection using PlugInRegistration tool for my instance of Microsoft Dynamics CRM Online (Trial Version). I downloaded recently the SDK and using PlugInRegistration tool...
View ArticleCRM 2011 : Plugin to create duplicate records
Hi, i created a simple plugin to create a duplicate record that refers to the parent record. Here is my code var pluginExecutionContext = localContext.PluginExecutionContext;...
View ArticleHow to refresh the form after it has been saved in mscrm 2013
Dear ALL;i want to reload the from (opportunity product ) when everything is got save on save event of the form
View ArticleIsValidForUpdate and cancelon
If the user cancels a contract and chooses a future date, and then wants to clear that date and "cancel the cancellation", how can this be accomplished? cancelon'sIsValidForUpdateis set to false. Is...
View ArticleCRM 2011: Create custom workflow activity with dynamic lookup input argument
Hi all, I'm new in developing custom workflows activities, and I have created a custom workflow activity with entity reference input argument for opportunity, this input argument is used to receive...
View ArticleCustom workflow activity ReferenceTarget in 2013?
I'm looking at the sample code SampleCode\CS\Process\CustomWorkflowActivity\TestNet4Activity\SimpleSdkActivity.cs from the SDK and it doesn't have the ReferenceTarget decoration. No longer needed?...
View ArticleMissing Navigation Palette Icon in Outlook 2013
Have a managed solution for CRM 2013 that will not show the main Solution Icon within Outlook 2013. When you install your managed solution, the main solution entity has an Icon but when you got to the...
View ArticleDynamic switching of Forms in CRM 2011
My client sells high value products, and needs an "enquiry checklist" for each of their 3 major products.The 3 checklists have some similarities, but also enough differences to necessitate a different...
View ArticleInformation for first CRM on-prem programmable customization
Hello All, This is my first programmable customization for CRM 2011 on-prem. My client would like me to be able to add time entries for cases and then in the case show how much time an employee has...
View Article