No announcements
Found 111488 threads
-
0 Votes
Plugin to deactivate an Account - CRM 2011
This Target parameter will get populated automatically by CRM in almost all plugin messages.Answered | 3 Replies | 4218 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 -
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 | 4559 Views | Created by Dany G - Friday, July 13, 2012 6:43 PM | Last reply by Dany G - Monday, July 16, 2012 2:21 PM -
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 ...Answered | 17 Replies | 12283 Views | Created by dshradik - Tuesday, September 6, 2011 6:23 PM | Last reply by asalois - Thursday, March 1, 2012 9:50 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 | 9177 Views | Created by Sandeep1136 - Tuesday, November 15, 2011 4:51 PM | Last reply by Sandeep1136 - Tuesday, November 15, 2011 10:50 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 | 6135 Views | Created by DavidtMoore - Thursday, June 9, 2011 12:24 PM | Last reply by Gonzalo Ruiz R - Thursday, June 9, 2011 1:54 PM -
1 Votes
Plugin CRM 2011 - OnPremises
You could also execute the Plugin Registration Tool locally in the CRM server.Answered | 3 Replies | 3631 Views | Created by Gustavo CRM - Tuesday, August 16, 2011 6:58 PM | Last reply by Jamie Miley - Wednesday, August 17, 2011 2:23 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 | 3291 Views | Created by howexg9 - Friday, October 21, 2016 10:23 PM | Last reply by Nags06 - Thursday, October 27, 2016 11:46 AM -
0 Votes
CRM 2011 - Plugin Registration Question
To clarify, it is possible to register CRM 4 plugins on a CRM 2011 server using the CRM 2011 plugin registration tool.Answered | 14 Replies | 5331 Views | Created by CRM Thirsty - Tuesday, August 23, 2011 5:54 AM | Last reply by CRM Thirsty - Thursday, August 25, 2011 10:41 PM -
0 Votes
CRM 2011 plugin
This thread is duplicated:Answered | 2 Replies | 6484 Views | Created by Mostafa Moatassem - Sunday, June 5, 2011 3:44 PM | Last reply by Gonzalo Ruiz R - Monday, June 6, 2011 1:30 PM -
2 Votes
CRM 2011 plugin
Microsoft CRM Freelancer My blog (english) Мой блог ...Answered | 5 Replies | 8771 Views | Created by Mostafa Moatassem - Sunday, June 5, 2011 3:43 PM | Last reply by Andrii Butenko - Wednesday, July 27, 2011 2:06 PM -
1 Votes
Plugin for Autonumber in CRM 2011.
Hi This thread discussed autonumbering several months ...Answered | 5 Replies | 4130 Views | Created by Chetan Khambe - Tuesday, May 8, 2012 6:02 AM | Last reply by Rob Boyers - Tuesday, May 8, 2012 8:31 PM -
7 Votes
CRM 2011: Retrieve and RetrieveMultiple plugins
Furthermore, you can use tracing instead of debugging the plug-in code for CRM 2011 online.Answered | 24 Replies | 28562 Views | Created by Ben Cook - Thursday, May 19, 2011 8:34 PM | Last reply by Ankit Himmatlal Shah - Thursday, January 24, 2013 1:47 PM -
2 Votes
CRM 2011 Plugin Isolatable??
http://blogs.msdn.com/b/crminthefield/archive/2011/08/17/error-message-assembly-must-be-registered-in-isolation-when-registering-plugins-in-microsoft-dynamics-Answered | 1 Replies | 4755 Views | Created by Apurv Deshmukh - Tuesday, September 10, 2013 5:24 AM | Last reply by Kalim Khan - Tuesday, September 10, 2013 5:39 AM -
0 Votes
CRM 2011 Plugin with Database
CRM use webservices to create entities.Answered | 1 Replies | 3841 Views | Created by Hecto_reports - Tuesday, August 30, 2011 12:36 PM | Last reply by Amreek Singh - Tuesday, August 30, 2011 1:01 PM -
0 Votes
Plugin Registration Tool: Message for deactivating an account
go to "More Actions" --> click "Deactivate".Answered | 4 Replies | 5619 Views | Created by GreenWasabi - Wednesday, October 14, 2009 3:46 AM | Last reply by Santosh Kore - Wednesday, October 14, 2009 10:25 PM -
1 Votes
CRM 2011 Hiding a system view without deactivating it
Hi, You can hide the view programatically via Plugin, you may reffer the sample codes at the following ...Answered | 3 Replies | 9751 Views | Created by Jan Nebendahl - Friday, October 28, 2011 12:30 PM | Last reply by Jan Nebendahl - Tuesday, November 8, 2011 9:40 AM -
3 Votes
CRM 2011 : Register CRM 4.0 Plugin assembly with CRM 2011 tool
Plugin registration tool is build using Visual studio on local machine and then .exe is copied to the CRM server and it's running from there only. can you ...Answered | 4 Replies | 6454 Views | Created by H.Desai - Wednesday, August 24, 2011 3:19 AM | Last reply by H.Desai - Thursday, August 25, 2011 10:58 PM -
2 Votes
CRM 2011 plugins Debugging
I am just saying that the operations you are trying in code could potentially be pulled out into a different windows/web/whatever app in .NET and tested separately prior to putting the ...Answered | 5 Replies | 9773 Views | Created by shonak - Thursday, March 24, 2011 10:40 AM | Last reply by Satrajit_Choudhury - Thursday, May 19, 2011 6:04 PM -
3 Votes
CRM 2011: Convert CRM 4.0 plugin to CRM 2011
Hi Ankit, He wants to convert/migrate the crm 4 plugin code to crm 2011 plugin code not the customizations thanks for your reply anyway !Answered | 9 Replies | 12043 Views | Created by MrKrabs - Friday, April 29, 2011 6:35 PM | Last reply by Ben Cook - Wednesday, May 4, 2011 12:24 PM -
0 Votes
Deactivating Accounts
We have a powerful wizard (Status Manager Wizard) that enforces this type of security on all CRM entities.Answered | 4 Replies | 5960 Views | Created by Mfredo - Wednesday, May 6, 2009 7:38 PM | Last reply by Mfredo - Thursday, May 14, 2009 6:17 PM - Items 1 to 20 of 111488 Next ›
No announcements