No announcements
Found 233528 threads
-
0 Votes
Plugin on phonecall assign (for cascading behaviour).
Where there is a cascade assign, the Assign Message isn't used.Answered | 3 Replies | 2469 Views | Created by Ilya Melititsky - Wednesday, November 14, 2012 12:56 PM | Last reply by Ilya Melititsky - Thursday, November 15, 2012 8:43 AM -
0 Votes
CRM Dynamics - Assign cases issue
You would have to write a validation plugin and register it on the assign message.Answered | 1 Replies | 4135 Views | Created by Srividhyaa - Thursday, June 30, 2011 1:02 PM | Last reply by Gonzalo Ruiz R - Thursday, June 30, 2011 2:30 PM -
0 Votes
CRM 4.0 Plugin execution
When a case event was triggered and the calculated time was set there might me another case be created then the plugin would verify the new case ...Answered | 8 Replies | 6119 Views | Created by Dstr123 - Friday, May 20, 2011 2:07 PM | Last reply by Dstr123 - Friday, May 20, 2011 4:10 PM -
2 Votes
Post Order Update Plugin executing when reassigning Account
I looked at the plugin and walked through the code.Answered | 11 Replies | 1520 Views | Created by GaryMk - Tuesday, May 14, 2013 5:27 PM | Last reply by Sam - Inogic - Thursday, May 16, 2013 9:53 AM -
2 Votes
CRM 2011 - Report on Case assignment
Hi, Is it possible to find out the current owner and the previous owner of a case through plugin?Answered | 9 Replies | 4049 Views | Created by DhivyaSiva - Tuesday, September 11, 2012 7:48 PM | Last reply by DhivyaSiva - Thursday, October 11, 2012 2:42 PM -
0 Votes
Update plugins getting fired on Assign Request?
Update event does get fired when explicit Assign request is executed, may be even SetState request as well.Answered | 5 Replies | 1640 Views | Created by Nilhan Uduwarage - Wednesday, September 16, 2015 5:47 AM | Last reply by Nilhan Uduwarage - Thursday, September 17, 2015 12:20 AM -
1 Votes
plugin creation to assign Lead automatically
If you have a specific problem, then it would help to post your code with it.Answered | 1 Replies | 888 Views | Created by Sunil kumar1991 - Tuesday, August 4, 2015 6:37 AM | Last reply by DavidJennaway - Tuesday, August 4, 2015 7:09 AM -
2 Votes
How to Start a Plugin when a Role is Assigned or Removed
This solution is less than ideal because the plugin will be called each and every time anything in the system is associated/disassociated with anything else, which sometimes ...Answered | 2 Replies | 3528 Views | Created by kjlane - Wednesday, March 7, 2012 5:19 AM | Last reply by kjlane - Wednesday, March 7, 2012 5:05 PM -
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
Whether plugin work with workflow with "Assign" function
So if he has developed a plugin and registered the plugin step for GrantAccess message then plugin code will be always ...Answered | 2 Replies | 3683 Views | Created by Andy_Tmfox - Saturday, July 30, 2011 5:45 AM | Last reply by Jehanzeb.Javeed - Sunday, July 31, 2011 7:56 PM -
2 Votes
Strange behavior of plugin execution !!!!
Once the object is instantiated, CRM calls the Execute method on the object.Answered | 9 Replies | 4699 Views | Created by BERKAYA Hedi - Tuesday, August 31, 2010 12:58 PM | Last reply by RhettClinton - Thursday, September 2, 2010 2:46 PM -
0 Votes
Plugin Trigger on multiple edit of Cases?
However, I found that the plug-in either executes relatively quickly (within a few seconds to a minute), or it will not fire at all.Answered | 13 Replies | 5464 Views | Created by SL. _ - Thursday, July 29, 2010 7:18 PM | Last reply by SL. _ - Friday, August 13, 2010 8:05 PM -
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
Task assignment - Plugin for Route Message
In plugin you can retrieve assign target (queue or user) using following code: RouteType routeto = ...Answered | 2 Replies | 5231 Views | Created by Henry Tan YH - Monday, November 23, 2009 5:53 AM | Last reply by VinothBalasubramanian - Tuesday, November 24, 2009 2:02 PM -
0 Votes
Plugin code not executing when assigning case
Also tried setting Pre Stage and Post Stage under step but plugin code still not running.Unanswered | 2 Replies | 632 Views | Created by Fiendster - Saturday, May 27, 2017 12:32 PM | Last reply by Fiendster - Thursday, June 1, 2017 6:52 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 | 3175 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
Assign a note to Account that appears in New Cases
tcregan, If you want the note to appear straight away when new cases are created, you will need to develop a plugin for it.Answered | 2 Replies | 2512 Views | Created by tcregan - Wednesday, June 6, 2012 4:21 PM | Last reply by Dimaz Pramudya (www.xrmbits.com) - Wednesday, June 6, 2012 11:29 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 | 3615 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
execute message in plugin
Hi You can refer http://a33ik.blogspot.com/2009/09/supported-record-counter-for-microsoft.html for Execute plugin sample.Answered | 10 Replies | 6404 Views | Created by Divya Sekaran - Friday, March 5, 2010 1:36 PM | Last reply by Divya Sekaran - Friday, March 5, 2010 2:52 PM -
0 Votes
Task assignment - Plugin for Route Message
Hi there I am writing a plugin that intercept the pre assignment of task.Answered | 2 Replies | 6346 Views | Created by Henry Tan YH - Monday, November 23, 2009 5:27 AM | Last reply by VinothBalasubramanian - Tuesday, November 24, 2009 2:10 PM - Items 1 to 20 of 233528 Next ›
No announcements