No announcements
Found 261115 threads
-
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 | 4750 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
plugin on case activate and deactivate
var context = (IPluginExecutionContext)serviceProvider.GetService(typeof(IPluginExecutionContext)); if (context.MessageName == "Update") { // Do your ...Answered | 2 Replies | 3068 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
How to tell the difference in preUpdate plugin between Clicking Save button and Clicking Deactivate button
Deactivate will use the SetState and SetStateDynamic message not Update.Answered | 2 Replies | 7232 Views | Created by Wei Meng - Friday, March 19, 2010 8:32 PM | Last reply by Wei Meng - Saturday, March 20, 2010 6:48 PM -
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 | 7875 Views | Created by geeky girly - Friday, October 30, 2009 7:46 PM | Last reply by Joon84 - Tuesday, March 30, 2010 11:11 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 ...Answered | 7 Replies | 3735 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 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 | 4202 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 -
0 Votes
Plugin Registration Tool: Message for deactivating an account
You can capture Activation / DeAcivation by writing a plugin that listen to SetState/SetStateDynamicEntity message.Answered | 4 Replies | 5577 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
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 | 8959 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
How to differenciate between the Update messate that gets triggered from Deactivate button vs the one from Save button on a custom field!
Then register the plugin on SetState and SetStateDynamicEntity to pick the De-activate request pre-operation.Answered | 5 Replies | 1088 Views | Created by captainsina - Thursday, December 5, 2013 8:22 PM | Last reply by captainsina - Friday, December 6, 2013 9:29 PM -
0 Votes
How to stop users deactivating Contacts
you could implement a workflow rule to reset the status when it has been changedAnswered | 4 Replies | 7311 Views | Created by Spenny99 - Monday, September 27, 2010 2:52 PM | Last reply by Nika MSD CRM Expert - Thursday, September 30, 2010 9:54 AM -
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 | 6611 Views | Created by Tony Matar - Wednesday, September 23, 2009 9:44 AM | Last reply by darrmerc - Wednesday, November 11, 2009 12:52 PM -
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 | 3232 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 hide Activate/Deactivate Button on Ribbon - CRM 2011
The button can be activate or deactivate Regards Bodhidharma RAnswered | 3 Replies | 8295 Views | Created by AustJake - Monday, October 24, 2011 5:55 AM | Last reply by R Dhamodharan - Thursday, June 7, 2012 11:38 AM -
6 Votes
Activate, Update and Deactivate case.
This helps for UPDATE step without Deactivate step.Answered | 6 Replies | 7803 Views | Created by Dismantled - Wednesday, July 9, 2014 10:45 AM | Last reply by K3rbs - Friday, June 10, 2016 9:44 AM -
0 Votes
Assign to deactivated user
The new Microsoft CRM system has 200 users, but they would need to create over 400 temporary user records (first in AD and then in CRM) while the legacy data was ...Answered | 5 Replies | 6286 Views | Created by Carl I - Tuesday, February 16, 2010 12:25 PM | Last reply by Neil Benson - Tuesday, February 16, 2010 5:49 PM -
2 Votes
Filter button deactivated after Search
Hi Minal, Please press the filter button after Search.Answered | 5 Replies | 1157 Views | Created by GauravSakhuja - Wednesday, April 17, 2013 7:15 AM | Last reply by Paul Nieuwelaar - Thursday, April 18, 2013 6:06 AM -
3 Votes
What are the possible ways to execute a Plugin on ribbon Button click ?
Can i use workflow to execute a plugin, like the workflow will create a dummy record field and the plugin will execute on create message ?Answered | 3 Replies | 2687 Views | Created by ViN.k.S - Monday, July 16, 2012 5:58 AM | Last reply by ViN.k.S - Tuesday, July 17, 2012 4:15 AM -
0 Votes
how to deactivate subgrid on deactivating main record ?
Hi, In the OOB customizations it isn't possible to cascade the statecode by the relationship.Answered | 2 Replies | 1922 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
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 | 2486 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"?
with a plugin or otherwise in c# ?Answered | 9 Replies | 1807 Views | Created by MaH85 - Sunday, May 5, 2013 3:50 PM | Last reply by Puja Jain - Tuesday, May 7, 2013 12:48 PM - Items 1 to 20 of 261115 Next ›
No announcements