No announcements
Found 55756 threads
-
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 | 4197 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
go to "More Actions" --> click "Deactivate".Answered | 4 Replies | 5575 Views | Created by GreenWasabi - Wednesday, October 14, 2009 3:46 AM | Last reply by Santosh Kore - Wednesday, October 14, 2009 10:25 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 | 4511 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
Deactivating Accounts
As an alternative you might also want to consider removing the deactivate option from the menu using JavaScript.Answered | 4 Replies | 5809 Views | Created by Mfredo - Wednesday, May 6, 2009 7:38 PM | Last reply by Mfredo - Thursday, May 14, 2009 6:17 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 | 3064 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 -
1 Votes
How to deactivate contacts on an account
I want to deactivate the contact if and only if its not connected to any other active accounts.Answered | 7 Replies | 7584 Views | Created by Casper Schau - Monday, March 29, 2010 9:57 AM | Last reply by Mcasciano - Thursday, May 31, 2012 6:00 PM -
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 | 3733 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
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 | 3229 Views | Created by howexg9 - Friday, October 21, 2016 10:23 PM | Last reply by Nags06 - Thursday, October 27, 2016 11:46 AM -
7 Votes
Unexpected error trying to deactivate accounts in CRM 2011
The solution was to run this SQL UPDATE statement against my CRM database: update accountbase set merged=0 where merged is NULL After ...Answered | 17 Replies | 12236 Views | Created by dshradik - Tuesday, September 6, 2011 6:23 PM | Last reply by asalois - Thursday, March 1, 2012 9:50 PM -
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 | 4745 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
Deactivating contacts with accounts in CRM 4.0
Is there a way to have contacts associated with an account become inactive when an account is deactivated?Answered | 1 Replies | 6010 Views | Created by jnewbold - Friday, January 21, 2011 5:08 PM | Last reply by Phil Edry - Friday, January 21, 2011 5:48 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 | 8958 Views | Created by Bryce Godfrey - Saturday, January 10, 2009 12:03 AM | Last reply by Kometes - Thursday, February 12, 2009 1:48 AM -
0 Votes
Permissions for Controlling Deactivation of Entities (not delete!)
I had hoped to achieve this without writing another plugin (we already have so many) - surprised it is not supported as delete is, but that is certainly a solution to this problem.Answered | 2 Replies | 6488 Views | Created by glosrob - Friday, July 15, 2011 9:04 AM | Last reply by glosrob - Friday, July 15, 2011 10:09 AM -
0 Votes
Ability to never show deactivated accounts in crm 2011 including views/quick find
Which path to take in order to accomplish hiding deactivated accounts?Answered | 5 Replies | 3090 Views | Created by IaNetDeveloper - Wednesday, May 23, 2012 9:34 PM | Last reply by IaNetDeveloper - Thursday, May 24, 2012 2:49 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 | 7871 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
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 | 1916 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
Cascade Deactivates in CRM 2011
You would have to register this custom workflow assembly the same way you register a plugin, then create a workflow rule for when the parent record type's status changes to inactive that ...Answered | 2 Replies | 9145 Views | Created by Sandeep1136 - Tuesday, November 15, 2011 4:51 PM | Last reply by Sandeep1136 - Tuesday, November 15, 2011 10:50 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 | 2465 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
Plugin running under SYSTEM account
The Plugin executes offline.Answered | 13 Replies | 10390 Views | Created by CRM Junky - Monday, July 5, 2010 1:44 PM | Last reply by DavidBerry - Thursday, July 8, 2010 7:16 PM -
0 Votes
importing workflows as "deactivated"?
Deactivated.Answered | 9 Replies | 1806 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 55756 Next ›
No announcements