No announcements
Found 103058 threads
-
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 | 3194 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 -
6 Votes
Activate, Update and Deactivate case.
With Deactivate it throws the same error.Answered | 6 Replies | 8643 Views | Created by Dismantled - Wednesday, July 9, 2014 10:45 AM | Last reply by K3rbs - Friday, June 10, 2016 9:44 AM -
2 Votes
Is it possible to identify in plugin (pre) that user has clicked on Activate/Deactivate button?
Registering plugin in SetState and SetStateDynamic will handle it.Answered | 4 Replies | 4883 Views | Created by krishnakant A Loke - Friday, October 8, 2010 8:03 AM | Last reply by krishnakant A Loke - Friday, October 8, 2010 9:59 AM -
0 Votes
CRM 4 Plugin: Message for Activate/Deactivate entity
My plugin needs to do some work whenever someone activates or deactivates a custom entity.Answered | 3 Replies | 9056 Views | Created by Bryce Godfrey - Saturday, January 10, 2009 12:03 AM | Last reply by Kometes - Thursday, February 12, 2009 1:48 AM -
2 Votes
deactivate contract line item in plugin
For a plugin based solution, register a plugin on SetStateDynamicEntity Message for custom entity in Pre-Operation/Post-Operation stage, the plugin code should ...Answered | 7 Replies | 3988 Views | Created by CRM elite - Thursday, September 1, 2011 10:22 PM | Last reply by CRM elite - Friday, September 2, 2011 12:21 PM -
0 Votes
Plugin Registration Tool: Message for deactivating an account
I believe you would have to use the setstate message to catch it when it is deactivated.Answered | 4 Replies | 5764 Views | Created by GreenWasabi - Wednesday, October 14, 2009 3:46 AM | Last reply by Santosh Kore - Wednesday, October 14, 2009 10:25 PM -
0 Votes
Plugin to deactivate an Account - CRM 2011
Shil, The Target InputParameters is merely a way for CRM to pass in the updated entity into your plugin.Answered | 3 Replies | 4312 Views | Created by shiil - Friday, May 11, 2012 3:05 AM | Last reply by Dimaz Pramudya (www.xrmbits.com) - Tuesday, May 15, 2012 1:08 AM -
1 Votes
Cascade activate/deactivate - is this possible in CRM 4.0?
In case an account is deactivated, all the chilrd entity records should be deactivated.Answered | 6 Replies | 8000 Views | Created by geeky girly - Friday, October 30, 2009 7:46 PM | Last reply by Joon84 - Tuesday, March 30, 2010 11:11 AM -
0 Votes
CRM 2016 Deactivate a record via Plugin not working
As per my understanding you want to deactivate the record if the attribute value of that entity set to some value.Answered | 2 Replies | 3422 Views | Created by howexg9 - Friday, October 21, 2016 10:23 PM | Last reply by Nags06 - Thursday, October 27, 2016 11:46 AM -
0 Votes
How to fetch a deactivated Case in CRM 4.0
If case was Cancelled, you can use All Cases view to find it.Answered | 5 Replies | 5783 Views | Created by Perfectionist - Wednesday, March 30, 2011 5:14 AM | Last reply by George Doubinski - Thursday, March 31, 2011 1:30 AM -
0 Votes
how to deactivate subgrid on deactivating main record ?
So have the only possibility to do this manually by: Javascript in the onSave eventC# in a plugin (like Zoran already mentioned)C# in a custom ...Answered | 2 Replies | 2108 Views | Created by Shank Bala - Monday, January 21, 2013 11:50 AM | Last reply by Andreas Buchinger - Monday, January 21, 2013 2:45 PM -
0 Votes
Plugin on create-activity
ActvityPointer does not support create plugin, so you can write a generic plugin as suggested above and have your condition based on your entity if you required to do some additional ...Answered | 5 Replies | 952 Views | Created by Dennis Thorsen - Monday, July 14, 2014 2:58 PM | Last reply by HIMBAP - Tuesday, July 15, 2014 7:36 AM -
3 Votes
Deactivating Large Quantities of Records
"); // record has cases and activities, activate it.Answered | 9 Replies | 4396 Views | Created by Kirk Roerig - Wednesday, July 18, 2012 6:46 PM | Last reply by MayankAgrawal - Tuesday, July 24, 2012 9:28 PM -
3 Votes
CRM 2011 Deactivate All contacts from an account when account is deactivate
Hi Dany, To fire a plugin on status change, you have to register the plugin on "SetState" and also on "SetStateDynamicEntity".Answered | 3 Replies | 4648 Views | Created by Dany G - Friday, July 13, 2012 6:43 PM | Last reply by Dany G - Monday, July 16, 2012 2:21 PM -
0 Votes
CRM 2016 Deactivate child record when parent record is deactivated
It's not possible you will have to use something additional like plugin or custom workflow activity to cascade status.Answered | 1 Replies | 2786 Views | Created by shradha_singh - Thursday, December 15, 2016 6:41 AM | Last reply by Andrii Butenko - Thursday, December 15, 2016 8:37 AM -
0 Votes
importing workflows as "deactivated"?
You need to create two solutions one for activated workflows and second for deactivated workflowspuja jainAnswered | 9 Replies | 1885 Views | Created by MaH85 - Sunday, May 5, 2013 3:50 PM | Last reply by Puja Jain - Tuesday, May 7, 2013 12:48 PM -
0 Votes
Hide activate/deactivate from the menu
Lets say I want to hide the deactivate only for 1 of my custom entities.Answered | 9 Replies | 6756 Views | Created by Tony Matar - Wednesday, September 23, 2009 9:44 AM | Last reply by darrmerc - Wednesday, November 11, 2009 12:52 PM -
1 Votes
Restricting the Deactivate privilege in CRM 2011
There is no privilege for setting the state of a record, if you have the update privilege then you will be able to activate/deactivate.Answered | 1 Replies | 6235 Views | Created by DavidtMoore - Thursday, June 9, 2011 12:24 PM | Last reply by Gonzalo Ruiz R - Thursday, June 9, 2011 1:54 PM -
0 Votes
Cascade Deactivates in CRM 2011
Not out of the box, but if you have CRM installed on-premise, you can use a custom workflow activity to distribute a workflow to a record's child records.Answered | 2 Replies | 9301 Views | Created by Sandeep1136 - Tuesday, November 15, 2011 4:51 PM | Last reply by Sandeep1136 - Tuesday, November 15, 2011 10:50 PM -
0 Votes
Plugin for Activity Create event
You can use the message Create (or Book, depending on the activity type) and in your code check that the attribute "regardingobjectid" is filled with your case IdMy blog : ...Answered | 1 Replies | 5162 Views | Created by Insight Dynamics - Monday, April 12, 2010 2:45 PM | Last reply by Tanguy T [MVP CRM] - Monday, April 12, 2010 2:48 PM - Items 1 to 20 of 103058 Next ›
No announcements