No announcements
Found 257166 threads
-
0 Votes
what is plugin message when reactive case?
Hello, You need to register your plugin on the SetState message of the Incident entity.Answered | 2 Replies | 1122 Views | Created by pntr - Thursday, June 11, 2015 4:45 AM | Last reply by pntr - Friday, June 12, 2015 6:35 AM -
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 | 3193 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 2011: update allotements used field when a case is reactivated or deleted
Hi Mostafa, Yes, Plugin on Post will work for your requirement.Answered | 2 Replies | 2919 Views | Created by Mostafa Moatassem - Monday, December 19, 2011 9:43 AM | Last reply by Mostafa Moatassem - Monday, December 19, 2011 2:41 PM -
0 Votes
plugin on case activate and deactivate
Hi anwar_addi, Inside your plugin, you will need to check to make sure that it is running on the correct event (eg: Update event only).Answered | 2 Replies | 3176 Views | Created by anwar_addi - Thursday, June 14, 2012 9:56 AM | Last reply by Dimaz Pramudya (www.xrmbits.com) - Monday, June 18, 2012 11:29 PM -
0 Votes
what plugin message (event) is fired when opportunity is reopened?
It was firing, I believe on SetState (I returned context.MessageName in the exception message.)Answered | 6 Replies | 1666 Views | Created by mardukes - Monday, July 22, 2013 2:51 PM | Last reply by mardukes - Tuesday, July 23, 2013 8:29 PM -
0 Votes
Plugin Trigger on multiple edit of Cases?
I tried to run a trace when triggering the plug-in, but when I looked at the trace logs though, the plug-in didn't generate any error ...Answered | 13 Replies | 5465 Views | Created by SL. _ - Thursday, July 29, 2010 7:18 PM | Last reply by SL. _ - Friday, August 13, 2010 8:05 PM -
0 Votes
Message in plugin
You can generate an Exception like throw new Exception('Message'); it will be shown on client side, but this exception ...Answered | 6 Replies | 5991 Views | Created by Elka_ - Friday, June 19, 2009 1:45 PM | Last reply by Elka_ - Monday, June 22, 2009 7:00 AM -
0 Votes
How do I run a plugin when a case is added to a queue
The event message should be create and the entity should be queue item.Answered | 3 Replies | 1487 Views | Created by J N Brand - Sunday, March 17, 2013 10:28 PM | Last reply by J N Brand - Tuesday, March 19, 2013 11:21 AM -
1 Votes
Custom message through plugin
Dear All, How to display the custom message through plugin in CRM 2011?Answered | 2 Replies | 2925 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 -
1 Votes
Plugins, Messages, and StateCode access
We currently have post-operation plugins registered on the QueueItem Entity for the SetState and SetStateDynamicEntity messages.Answered | 2 Replies | 1741 Views | Created by Jason Irvan - Friday, June 28, 2013 9:09 PM | Last reply by Jason Irvan - Friday, June 28, 2013 9:53 PM -
0 Votes
Plugin Message
Think you could just check the source attribute on the Opportunity (or what ever it is that links the Lead to the Opportunity, I think its Lead Source or something) during the Create ...Answered | 3 Replies | 5368 Views | Created by CRMPROD01 - Thursday, April 15, 2010 9:52 PM | Last reply by Daniel Cai - KingswaySoft - Thursday, April 15, 2010 10:12 PM -
0 Votes
plugin message when converting quote to order.
Hi Vineet, The other option you have for this is to have a plugin which is registered to Pre/Post Operation of Order Create.Answered | 2 Replies | 957 Views | Created by VineetReloaded - Tuesday, September 22, 2015 5:43 AM | Last reply by Mayank Pujara - Monday, September 28, 2015 11:46 AM -
0 Votes
Case save plugin when reactivating a case
Your plugin is being triggered when you update the case but not when you reactivate it?Proposed | 2 Replies | 5338 Views | Created by pentheo - Tuesday, June 7, 2011 10:30 PM | Last reply by Gonzalo Ruiz R - Wednesday, June 8, 2011 12:01 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
What plugin step / message for trigger import data from excel file?
thanks for the reply, i mean, when i importing data from excel i want give a validate some process. i need a message that triggering when data is importing.Answered | 4 Replies | 5954 Views | Created by pntr - Thursday, November 5, 2009 9:12 AM | Last reply by Joey VDB - Thursday, November 5, 2009 3:16 PM -
1 Votes
Regarding Plugin messages
Hi, You can create an attribute call it document source or document origin as a picklist and make it readonly set default as 'normalrecord' and when you import ...Answered | 4 Replies | 2603 Views | Created by Weekendly - Friday, November 18, 2011 7:47 AM | Last reply by Weekendly - Monday, November 21, 2011 6:58 AM -
0 Votes
Message or Event to fire a plugin in CRM 2011
So i have tried writing a plugin but not sure of the event/message to fire it.Answered | 9 Replies | 5017 Views | Created by Prasad Parameswaran - Thursday, January 19, 2012 10:03 AM | Last reply by Sam - Inogic - Monday, January 23, 2012 8:23 AM -
0 Votes
Regarding asynchronous plugin,messages and methods
Messages (in CRM) are a list of operations available via a CRM Service, eg.Answered | 5 Replies | 6932 Views | Created by samuel s - Wednesday, April 6, 2011 2:45 PM | Last reply by DavidJennaway - Tuesday, June 7, 2011 9:31 AM -
0 Votes
What is the "message" will trigger when creation of entity
I am not getting any parameterXml in my plugin context.Answered | 9 Replies | 3829 Views | Created by Arun Lal Prasanth - Thursday, August 4, 2011 1:02 PM | Last reply by Jehanzeb.Javeed - Tuesday, August 9, 2011 10:48 AM -
2 Votes
Plugin Message AssignUserRoles Not Working as Expected
Hello all, I am attempting to write a plugin that runs when a user is assigned a role or has a role removed.Answered | 5 Replies | 3880 Views | Created by kjlane - Tuesday, March 6, 2012 11:27 PM | Last reply by kjlane - Wednesday, March 7, 2012 5:08 PM - Items 1 to 20 of 257166 Next ›
No announcements