No announcements
Found 168244 threads
-
2 Votes
CRM 2011 PLUGIN to update another entity
Hello, You can create your entity object and use those attributes, and can use service object created from context to call update method.Answered | 2 Replies | 2087 Views | Created by Nick2020 - Friday, December 6, 2013 2:27 PM | Last reply by SteveGreen - Friday, December 6, 2013 5:02 PM -
1 Votes
Update record of an entity using update (post operation) plugin of another entity in dynamics crm 2011
you can update the entity you register your plugin service.Update.Answered | 4 Replies | 6309 Views | Created by nmathur - Friday, February 3, 2012 11:49 AM | Last reply by Amreek Singh - Tuesday, February 7, 2012 11:51 AM -
2 Votes
CRM 2011 - Cannot update plugin
This psot should help: http://gonzaloruizcrm.blogspot.ca/2012/08/crm-2011-plug-in-assembly-does-not.html Gonzalo | ...Answered | 11 Replies | 23676 Views | Created by Geert Mathijs - Tuesday, April 12, 2011 9:07 AM | Last reply by Kiran Madhav - Tuesday, November 20, 2012 5:58 AM -
1 Votes
CRM 2011 plugin, Update cutom entity empty fields
Hi, You can implement your requirement using workflow or plugin, but you need think if this is a one time update or you want to do it always, if it's a one time ...Answered | 7 Replies | 5235 Views | Created by chicago bq - Wednesday, March 26, 2014 12:30 AM | Last reply by chicago bq - Thursday, March 27, 2014 1:46 PM -
0 Votes
CRM 2011 Plugin entity attributes
Hi, In an update, only the fields that have been changed are included.Answered | 2 Replies | 5232 Views | Created by aobubo - Monday, June 20, 2011 10:35 AM | Last reply by aobubo - Monday, June 20, 2011 2:48 PM -
4 Votes
CRM 2011: Plugin to update fields of current record
My update code for plugin is as like this..but not updating.Answered | 26 Replies | 48862 Views | Created by Mostafa Moatassem - Thursday, October 13, 2011 10:33 AM | Last reply by Shaun Harrison - Wednesday, July 16, 2014 10:57 AM -
1 Votes
CRM 2011: Plugin updates entity as SYSTEM, would like it to be the current user
So I used the SDK to development kit to build the plugins, and just looked into this a little further.Answered | 2 Replies | 5708 Views | Created by ChrisH5491 - Saturday, July 28, 2012 2:54 PM | Last reply by ChrisH5491 - Sunday, July 29, 2012 8:07 PM -
1 Votes
Plugin for Autonumber in CRM 2011.
Hi This thread discussed autonumbering several months ...Answered | 5 Replies | 4186 Views | Created by Chetan Khambe - Tuesday, May 8, 2012 6:02 AM | Last reply by Rob Boyers - Tuesday, May 8, 2012 8:31 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 | 12140 Views | Created by MrKrabs - Friday, April 29, 2011 6:35 PM | Last reply by Ben Cook - Wednesday, May 4, 2011 12:24 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 | 28781 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 -
0 Votes
PreEntityImages and PostEntityImages In CRM 2011 Plugin
Here you go, check this article out, it shows some examples http://crmconsultancy.wordpress.com/2010/10/25/plugins-in-crm-2011/ MSCRM ...Answered | 4 Replies | 12420 Views | Created by Deepak Kumar - PE - Monday, January 31, 2011 1:22 PM | Last reply by Deepak Kumar - PE - Wednesday, February 2, 2011 9:47 AM -
0 Votes
CRM 2011: Plugin to update chid records
Should be something like: Entity EntityUpdate = new Entity("entityname"); EntityUpdate.Id = new Guid(<guid ...Answered | 1 Replies | 3637 Views | Created by Mostafa Moatassem - Thursday, May 24, 2012 2:32 PM | Last reply by Andrii Butenko - Thursday, May 24, 2012 2:43 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 | 4272 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 -
5 Votes
Plugin for convert one custom entity record to another new custom entity record in ms crm 2011
Read the changed value and set that to another entity's field.Answered | 16 Replies | 10810 Views | Created by Shetty KP - Friday, December 2, 2011 7:30 AM | Last reply by Puneet Joshi - Sunday, January 5, 2014 6:31 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 | 9812 Views | Created by shonak - Thursday, March 24, 2011 10:40 AM | Last reply by Satrajit_Choudhury - Thursday, May 19, 2011 6:04 PM -
2 Votes
CRM 2011 Plugin Update Step
Hi Hussain, You can register a postimage for the update step and then from the image you can get the ownerid.To use the postimage go through the following link.Answered | 3 Replies | 3357 Views | Created by Hussain Saffar - Tuesday, February 5, 2013 10:04 PM | Last reply by Hussain Saffar - Wednesday, February 6, 2013 6:40 PM -
2 Votes
CRM 2011 - Plugin - Associate Entity References
For this message, as you can see, there are three parameters: Target -- Root Entity Relationship -- Relationship between the entities RelatedEntities -- ...Answered | 3 Replies | 10484 Views | Created by ePartners UK - Monday, April 25, 2011 4:00 PM | Last reply by ePartners UK - Monday, April 25, 2011 5:05 PM -
0 Votes
Dynamics CRM 2011 Plugin Thread Safety
If you need to store variables in a plugin then it might be better to store then inside CRM in the entity itself or another entity rather than use ...Answered | 4 Replies | 10374 Views | Created by Charina Palma - Friday, June 24, 2011 8:52 PM | Last reply by The Hosk - Monday, June 27, 2011 11:14 PM -
4 Votes
Trigger plugin from javascript crm 2011
So Jamie has provided you a workaround for using a custom entity in order to be able to call a plugin from javascript and in my previous ...Answered | 7 Replies | 16338 Views | Created by Ravi_Crm - Wednesday, May 11, 2011 1:43 PM | Last reply by Jamie Miley - Thursday, May 12, 2011 1:28 PM -
0 Votes
CRM 2011 - Plugin for Preventing Record Association
No, you would have to register the plugin on the child entities (since the parent is not updated when you add a child).Answered | 5 Replies | 5593 Views | Created by Rajesh Achanta - Monday, September 26, 2011 2:24 PM | Last reply by Gonzalo Ruiz R - Monday, September 26, 2011 6:14 PM - Items 1 to 20 of 168244 Next ›
No announcements