No announcements
Found 18123 threads
-
0 Votes
when can infinite loop occur in a plugin.
Hi, An infinite plugin loop example is: You have a post-update plugin on an entity 'A' that updates something in entity 'B' and entity 'B' has a post ...Answered | 2 Replies | 9919 Views | Created by Sandra.CRM - Friday, September 14, 2012 5:38 PM | Last reply by Imran I Abbasi - Friday, September 14, 2012 11:03 PM -
2 Votes
CRM thinks my plugin has an infinite loop
The Depth attribute increments each time a plugin causes another plugin to execute.Answered | 12 Replies | 8584 Views | Created by Hanno Z - Thursday, February 4, 2010 2:26 PM | Last reply by riamyours - Friday, December 3, 2010 12:17 PM -
1 Votes
CRM plugin invinite loop prevention
Hi Markus, You are right - this comment isn't quite correct and I suspect that it was there from a previous version that didn't use a LINQ query but rather itterated in a foreach ...Answered | 1 Replies | 1303 Views | Created by Markus Benz - Thursday, November 21, 2013 9:30 AM | Last reply by Scott Durow (MVP) - Thursday, November 21, 2013 10:52 PM -
0 Votes
How to remove "Creating record" infinite loop in plugin
By using this approach it will check in plugin. this means the plugin will hit every time the audit is created, which should not be like that.Answered | 4 Replies | 5668 Views | Created by D-Virdi - Tuesday, July 7, 2009 10:48 AM | Last reply by Andrii Butenko - Tuesday, July 7, 2009 12:26 PM -
3 Votes
CRM 2011 - Plugins Code (need help) loop through child record
you need to write this plugin on create/update, also you need to handle infinite loop as well because you will be writing update request in update plugin.Answered | 6 Replies | 8957 Views | Created by itsgonabeme - Thursday, July 14, 2011 7:43 AM | Last reply by SteveGreen - Saturday, November 30, 2013 1:25 PM -
0 Votes
plugin
This means you can't pop up a box in CRM saying welcome to CRM from a plugin, but you can from jscript.Answered | 3 Replies | 6149 Views | Created by Shivakumar B - Wednesday, April 6, 2011 10:50 AM | Last reply by vijay i - Wednesday, April 6, 2011 4:26 PM -
0 Votes
Regarding Plugin
For information on infinite loop prevention, refer to Depth.Answered | 3 Replies | 3287 Views | Created by Shivakumar B - Wednesday, February 15, 2012 7:19 AM | Last reply by MubasherSharif - Wednesday, February 15, 2012 12:03 PM -
1 Votes
Sandbox Plugin Limits
I'd like to know if that 2 minute limit is a per-plugin limit, or if it is the limit for the entire execution of a chain of async plugins (I would expect this to ...Answered | 5 Replies | 20843 Views | Created by jcaruso_fp - Thursday, February 24, 2011 4:12 PM | Last reply by jcaruso_fp - Wednesday, June 29, 2011 6:47 PM -
2 Votes
Plugins
calling plugin from js?Answered | 9 Replies | 3192 Views | Created by CrmRookie - Wednesday, February 15, 2012 5:42 AM | Last reply by CrmRookie - Wednesday, February 15, 2012 6:23 AM -
0 Votes
Bulk Delete with REST and Plugins (CRM 2011) + REST v/s Plugins
Hi, As you want to develop a product I will suggest you to implement your business logic with plugin, and use js only for form validatons.Answered | 6 Replies | 4713 Views | Created by itsgonabeme - Tuesday, July 5, 2011 9:46 AM | Last reply by itsgonabeme - Wednesday, July 6, 2011 8:44 AM -
8 Votes
synchronous plugin vs asynchronous plugin
The sync plugin will run immediately when the message is fired.Answered | 6 Replies | 31097 Views | Created by Nar_mscrm - Monday, February 14, 2011 6:33 AM | Last reply by BalaBramhaReddy Gajjala - Friday, August 19, 2016 5:57 AM -
0 Votes
disable a plugin from another plugin
You could possibly use some special columns to differentiate what you want to do, in the plugin code you check the value of such columns, and not execute any plugin code ...Answered | 1 Replies | 5052 Views | Created by jeljeljel - Wednesday, May 25, 2011 9:35 PM | Last reply by Daniel Cai - KingswaySoft - Wednesday, May 25, 2011 9:56 PM -
1 Votes
Synch Plugin & Asynch Plugin & the SharedVaribales
Just write two simple test plugins to see if it works, f.i. put a string "test" in the SharedVariables in a pre stage plugin and see if it still exists in a post stage ...Answered | 15 Replies | 7339 Views | Created by BERKAYA Hedi - Friday, June 4, 2010 2:20 PM | Last reply by Hanno Z - Wednesday, June 9, 2010 7:25 PM -
0 Votes
Plugins
One more question: In this case my plugin will be triggered every time any kind of 2 (or more) entities get associated by any native N:N relationship (so it will ...Answered | 5 Replies | 1574 Views | Created by gMary - Sunday, March 1, 2015 4:52 PM | Last reply by gMary - Thursday, March 19, 2015 1:54 PM -
1 Votes
CRM 2011 Plugin Post Operation
1 it has been a recursive call do not update once again.Answered | 4 Replies | 6801 Views | Created by SteveGreen - Monday, November 14, 2011 3:33 PM | Last reply by D kay - Wednesday, November 16, 2011 12:11 PM -
1 Votes
Howto disable a plugin for csv imports
You should be able to track this through Plugin caller origin property.Answered | 2 Replies | 769 Views | Created by Markus Benz - Wednesday, November 13, 2013 10:42 AM | Last reply by Markus Benz - Thursday, November 14, 2013 7:01 PM -
0 Votes
PlugIn
Hi all, I would like to develop 'Duplicate Detection' functionality by using PlugIns.Answered | 1 Replies | 7040 Views | Created by Golden Fish - Saturday, April 25, 2009 11:06 AM | Last reply by Ayaz.Ahmad - Sunday, April 26, 2009 9:32 PM -
1 Votes
CRM4: accessing record attribtutes using plugin
also if you want to update another, i will suggest you to register your plugin on pre update to eliminate infinite loop you can refer my below ...Answered | 3 Replies | 3246 Views | Created by Mostafa Moatassem - Monday, August 1, 2011 12:48 PM | Last reply by HIMBAP - Tuesday, August 2, 2011 2:46 PM -
0 Votes
Plugins
You can read SDK about development and this article about plugin registration.Answered | 2 Replies | 5783 Views | Created by Vishwaz - Monday, August 3, 2009 8:21 AM | Last reply by Tiaan van Niekerk - Monday, August 3, 2009 8:34 AM -
3 Votes
Simple Plugin To Update a Field Issue
Wouldn't this result in an infinite loop?Answered | 5 Replies | 863 Views | Created by JamesGRM - Thursday, October 15, 2015 3:35 PM | Last reply by Andrii Butenko - Friday, October 16, 2015 6:38 AM - Items 1 to 20 of 18123 Next ›
No announcements