No announcements
Found 188628 threads
-
0 Votes
SalesOrder plugin not being executed
If you have registered the plugin on Disk and you are able to delete the plugin assembly without IISRESET it means the plugin is never fired and the assembly was not even ...Answered | 3 Replies | 2864 Views | Created by steven_455 - Monday, October 31, 2011 2:13 PM | Last reply by Sam - Inogic - Tuesday, November 1, 2011 1:01 AM -
0 Votes
Plugin on Create event of salesorder doesnt run when a quote is converted to a salesorder?
Here is an example of running a plugin in child pipeline:- using System; using System.Collections.Generic; using System.Linq; using ...Answered | 5 Replies | 6103 Views | Created by Sohaib [CRM Professional] - Tuesday, May 17, 2011 10:35 AM | Last reply by Sohaib [CRM Professional] - Tuesday, May 17, 2011 2:15 PM -
0 Votes
Does "Create Order" or "Create Invoice" trigger plugins?
That's all to trigger the plug-in.Answered | 4 Replies | 6700 Views | Created by SiN_1 - Sunday, February 22, 2009 3:05 AM | Last reply by SiN_1 - Monday, February 23, 2009 2:28 PM -
5 Votes
Trigger a plugin on close of activity
Actually My plugin is getting triggered when i register it in Setstate and Setstatedynamicentity.. an in this i have a if condition where it checks ...Answered | 6 Replies | 4099 Views | Created by Athul MT - Tuesday, September 25, 2012 7:13 AM | Last reply by Athul MT - Thursday, September 27, 2012 6:44 AM -
0 Votes
referencing a salesorderdetail in the same salesorder
Hi, I created an option entity with an N:N relation to salesorderdetail . and have to develop plugin to write the id of the salesorderdetail in the option after ...Answered | 4 Replies | 5291 Views | Created by azertuiop - Wednesday, February 10, 2010 11:57 AM | Last reply by azertuiop - Friday, February 12, 2010 8:17 AM -
0 Votes
How to update option set values in Cancelled state through plugin
Hi All, In service entity cancelled state i added 2 option set values A, B. in service activity i created one option Test type, values are A,B.Answered | 1 Replies | 863 Views | Created by Naren.j - Friday, August 12, 2016 11:54 AM | Last reply by Dave Patrick - Friday, August 12, 2016 12:21 PM -
0 Votes
How to store the SalesOrder Details
Hi I am trying to store the salesorder details .Answered | 1 Replies | 5970 Views | Created by Chandra_1 - Friday, August 21, 2009 1:12 PM | Last reply by ckeller - Friday, August 21, 2009 1:22 PM -
0 Votes
MSCRM 2011 Plugin to cancel the case
You cannot use the CloseIncidentRequest to cancel a case, you need to use the SetStateRequest: SetStateRequest ssr = new SetStateRequest() { ...Answered | 1 Replies | 3616 Views | Created by sspra - Thursday, May 17, 2012 3:20 PM | Last reply by Gonzalo Ruiz R - Thursday, May 17, 2012 3:40 PM -
0 Votes
CRM 4.0 - cancel email in plugin
Hello, In the case you want to cancel sending of email you have to develop plugin that will handle Send message of email entity.Answered | 2 Replies | 3338 Views | Created by StefanLK - Tuesday, February 21, 2012 9:40 AM | Last reply by Andrii Butenko - Tuesday, February 21, 2012 8:34 PM -
2 Votes
How to fetch related entity record through Plugin code in CRM 2011?
Hi Milan, Instead of using fetchXML better to use Retrieve method direcly. use the following code _OrderProductid = _Entity.Id; _Orderid ...Answered | 4 Replies | 8544 Views | Created by DynamicsCRM31 - Thursday, January 10, 2013 12:05 PM | Last reply by DynamicsCRM31 - Thursday, January 10, 2013 1:48 PM -
0 Votes
Are plugins triggered by reports?
Hi Roman, Just curious, why would you want to trigger a plugin everytime a report is executed?Answered | 4 Replies | 5885 Views | Created by Roman Delaveaux - Friday, June 3, 2011 9:17 AM | Last reply by Gonzalo Ruiz R - Friday, June 3, 2011 2:18 PM -
0 Votes
Error in webform on Create salesorder
If so, how did you get ur webform to work with IFD.Answered | 5 Replies | 6113 Views | Created by Leonard_Str - Wednesday, February 9, 2011 10:32 AM | Last reply by Tay Le - Tuesday, April 26, 2011 2:21 PM -
1 Votes
Custom message through plugin
Dear All, How to display the custom message through plugin in CRM 2011?Answered | 2 Replies | 2924 Views | Created by MSCRM Desire Support - Thursday, July 26, 2012 1:45 AM | Last reply by Andrii Butenko - Thursday, July 26, 2012 5:48 AM -
0 Votes
How to trigger SalesOrder Cancel through a plugin
this is how I now trigger for a cancel Invoice on a PostUpdate stage if(this.PluginExecutionContext.ParentContext.MessageName == ...Answered | 1 Replies | 910 Views | Created by SPCRM2011 - Tuesday, December 15, 2015 3:59 PM | Last reply by SPCRM2011 - Tuesday, December 15, 2015 5:51 PM -
1 Votes
SQL Trigger or Plugin?
I think it is better to write a plugin for CRM and then execute the plugin depending upon your business requirement.Answered | 1 Replies | 2294 Views | Created by Basquiat - Monday, August 6, 2012 9:22 AM | Last reply by MubasherSharif - Monday, August 6, 2012 9:44 AM -
0 Votes
Salesorder to salesorderdetail mapping not working
Hello Mohamed When you convert quote to salesorder for details other mapping is used.Answered | 2 Replies | 6143 Views | Created by Hanafi Mahmoud - Sunday, January 9, 2011 7:10 AM | Last reply by Faisal Fiaz - Monday, January 10, 2011 1:36 PM -
0 Votes
Problem triggering reactivation plugin
i set the attribute submit mode to always... and triggering messages on setstage with update Thanks & Regards VijjiAnswered | 2 Replies | 3191 Views | Created by Vijji MSL - Wednesday, September 28, 2011 7:41 AM | Last reply by Vijji MSL - Wednesday, September 28, 2011 12:14 PM -
0 Votes
(CRM 4) Custom Toolbar button with plugin
Maybe I'm misunderstanding something but I'll ask again: Don't I have to physically save the record (salesorder) in order to fire the plugin ...Answered | 10 Replies | 2383 Views | Created by Agenteusa - Monday, April 1, 2013 10:23 AM | Last reply by Agenteusa - Tuesday, April 2, 2013 1:57 PM -
0 Votes
Plugin on Create.
Hi, I have a plugin which runs on the Create of a record.Answered | 3 Replies | 10546 Views | Created by Leonard_Str - Thursday, January 20, 2011 3:43 PM | Last reply by Daniel Cai - KingswaySoft - Thursday, January 20, 2011 8:08 PM -
1 Votes
salesorder fullfill issue : CreatedBy is different thant ModifiedBy
The following code example shows how to do this.Answered | 11 Replies | 5631 Views | Created by BERKAYA Hedi - Thursday, August 12, 2010 8:58 PM | Last reply by BERKAYA Hedi - Tuesday, August 17, 2010 11:57 AM - Items 1 to 20 of 188628 Next ›
No announcements