No announcements
Found 353451 threads
-
0 Votes
Detecting Quote Activation via a Plugin
Hi all Could anyone advise me on the best way to detect that a Quote has been activated via a plugin? We are creating ...Answered | 1 Replies | 15345 Views | Created by sh856531 - Friday, June 8, 2012 3:20 PM | Last reply by Sven Vanoirbeek - Friday, June 8, 2012 4:21 PM -
1 Votes
Detecting a new relationship in a plugin
This worked to add associate and disassociate to the plugin registration tool. Now I just have to give it a go and see if it works for our needs. Thanks!Answered | 5 Replies | 5769 Views | Created by geeky girly - Thursday, October 8, 2009 3:03 PM | Last reply by geeky girly - Friday, October 9, 2009 4:23 PM -
0 Votes
Quote plugin
; Word.Document quoteDoc = WdApp.Documents.Add(ref Template, ref newTemplate, ref doctype, ref visible); I get the following error in a CRM 2011 ...Unanswered | 1 Replies | 3968 Views | Created by Mthu - Wednesday, February 8, 2012 6:53 AM | Last reply by Michael B. Scott - MSFT - Thursday, February 9, 2012 11:10 PM -
1 Votes
Quote plugin
I have created a quote pugin in CRM 2011 that fires when a quote changes state from Draft to Active. The plugin fires correctly, but fails to retrive the ...Answered | 5 Replies | 3493 Views | Created by Mthu - Monday, February 6, 2012 1:11 PM | Last reply by Mthu - Wednesday, February 8, 2012 6:50 AM -
0 Votes
Quote Plugin / Addin
productivity gain alone is terrific. With respect to the business quality quotation, you can create a SQL report and load it to the CRM server, associate it to the ...Proposed | 1 Replies | 6679 Views | Created by Dave Challen - Friday, June 5, 2009 8:24 PM | Last reply by Donna Edwards - Friday, June 5, 2009 9:06 PM -
0 Votes
Revise Quote plugin
We need to copy custom child records from the Quote once the revise action is completed. Therefore, we've created a plugin which we've registered against the ...Answered | 6 Replies | 4952 Views | Created by Cipher - Thursday, April 22, 2010 12:39 AM | Last reply by clever.half - Wednesday, June 2, 2010 10:32 PM -
0 Votes
Plugin help:- Updating quote details
Hi There, Sorry to ask here, however I'm new to CRM dev so I hoping for a little forgiveness!! I'm trying to create a plugin to manage the tax ... -
0 Votes
Open quote via toolbar
Hi, I've got this code which clones a quote and then opens the clone xmlhttp=new ...Answered | 1 Replies | 5536 Views | Created by MondeoST24 - Wednesday, January 26, 2011 9:52 AM | Last reply by Andrii Butenko - Wednesday, January 26, 2011 9:58 AM -
0 Votes
How to close an Active Quote via Plugin in CRM 2011
entity, just activating it. Because Quote can be closed at any time so "Won Order" can be clicked just to close quote, so i created a custom ... -
0 Votes
Plugin to generate new quote number
task. * The user will then raise a callback for the quote, from the old task. As this is run via a workflow it is not the ...Unanswered | 1 Replies | 701 Views | Created by Matt_Hirst_UK - Monday, November 10, 2014 11:08 AM | Last reply by Mcasciano - Thursday, November 20, 2014 5:08 PM -
0 Votes
Executing a Plugin via a Workflow
Hi, I was hoping someone could help with this; I need to execute a plugin, which set to run after an Update request on a custom entity. I have been ...Answered | 1 Replies | 5866 Views | Created by alantwentyseven - Monday, July 27, 2009 4:27 PM | Last reply by Andrii Butenko - Monday, July 27, 2009 4:41 PM -
1 Votes
Plugin to Fire on Quote Win
calculates everything correct every time. What if I left the plugin to Quote Update but added an if statement or catch to check the state of the Quote ...Unanswered | 3 Replies | 2433 Views | Created by KawasakiRider03 - Thursday, October 31, 2013 9:27 PM | Last reply by Ranjan_P - Thursday, November 7, 2013 10:34 AM -
1 Votes
Update Composite Address via a Plugin
I have developed a plugin which runs on the update of an opportunity. When the 'parentaccountid' is changed, it goes to each linked draft quote and updates the ...Unanswered | 1 Replies | 943 Views | Created by Jason Faulkner - Monday, June 30, 2014 8:55 PM | Last reply by Guido Preite - Monday, June 30, 2014 9:08 PM -
0 Votes
CRM 4.0 - Detecting Email Attachments with a Plugin
Hi, Try to register your plugin on activitymimeattachment entity Mahain : MS CRM FreelancerAnswered | 3 Replies | 2837 Views | Created by ChrisH5491 - Wednesday, August 24, 2011 3:19 PM | Last reply by Thomas Thankachan - Thursday, August 25, 2011 1:59 AM -
0 Votes
C# plugin - on Update: Get Quote Id from Quote Product
I am trying to retrieve a Quote Product's (QuoteItem) related QuoteId. This is part of a c# plugin. This event must be triggered for the Create and also ...Answered | 3 Replies | 1345 Views | Created by Christo Vermeulen - Friday, June 20, 2014 8:18 AM | Last reply by Christo Vermeulen - Monday, June 23, 2014 6:41 AM -
0 Votes
plugin message when converting quote to order.
(target.Contains("quoteid") && target["quoteid"] != null) { return; } else { //plugin code //use quote ...Answered | 2 Replies | 636 Views | Created by VineetReloaded - Tuesday, September 22, 2015 5:43 AM | Last reply by Mayank Pujara - Monday, September 28, 2015 11:46 AM -
4 Votes
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 ...Proposed | 3 Replies | 1689 Views | Created by KawasakiRider03 - Friday, November 22, 2013 5:40 PM | Last reply by KawasakiRider03 - Monday, November 25, 2013 4:24 PM -
0 Votes
Detecting Media
When I put in a cd into my computer with Windows Media Center I get the screen that comes up on the computer that says Detecting Your Media Please Wait. Then my computer just ... -
0 Votes
Plugin to Update Quote after Activated
Hello, We're on CRM 2013 on-premise. I'm writing a plugin that fires when a Quote status is changed to Active. When that happens the ...Unanswered | 3 Replies | 1109 Views | Created by triangular - Wednesday, September 23, 2015 8:01 PM | Last reply by Jochen- - Friday, September 25, 2015 6:44 AM -
0 Votes
Quote update plugin not firing when no changes made to Quote
quotedetails entity and not quote. u need to write a plugin on "quotedetail" class and not quote. you can get the parent quoteid from the ...Answered | 1 Replies | 4128 Views | Created by michaell1999 - Thursday, June 17, 2010 2:45 PM | Last reply by Muhammad Ali Khan - Thursday, June 17, 2010 2:57 PM - Items 1 to 20 of 353451 Next ›
No announcements