No announcements
Found 314685 threads
-
0 Votes
crm2011 generated class enitity within plugin bringing null value for certain properties- help
Actually I am not talking about the input or output parameters in the context but I am calling another entity on a certain guid value and and the data for certain columns is ...Unanswered | 2 Replies | 633 Views | Created by coolbuddy_27 - Sunday, January 19, 2014 5:17 PM | Last reply by coolbuddy_27 - Thursday, January 23, 2014 12:47 PM -
0 Votes
How to get optionset value in CRM2011 plugins/??
my code will give you the text value of the option set if it is selected on the primary entity on which plugin is firing.Answered | 5 Replies | 14413 Views | Created by Prashant Wani - Friday, September 7, 2012 11:03 AM | Last reply by Anand Wani- MS CRM Developer - Friday, September 7, 2012 2:31 PM -
0 Votes
CRM2011 retrieve connectionroleassication help
You can get IOrganizationService in Plugin in following way void IPlugin.Execute(IServiceProvider serviceProvider) { if ...Answered | 3 Replies | 4057 Views | Created by BlueNova1 - Thursday, October 20, 2011 9:15 PM | Last reply by Makarand Keer - Friday, October 21, 2011 6:40 PM -
1 Votes
crm2011 recalculate plugin
Hi kindly help.Answered | 5 Replies | 5806 Views | Created by kn2011 - Sunday, March 4, 2012 11:54 AM | Last reply by kn2011 - Friday, March 9, 2012 8:04 AM -
0 Votes
CRM2011 plugin on pre-operation and get all values.
You can register a pre-image on your plugin execution step in the plugin registration tool and get all the values prior to change there.Answered | 1 Replies | 7328 Views | Created by BLessard - Monday, February 27, 2012 5:07 PM | Last reply by Jamie Miley - Monday, February 27, 2012 5:19 PM -
1 Votes
CRM2011: Is it possible to stop certain tabs/sections on form to load using plugins?
Users have access to forms by roles; and on each form, sections/tabs will be available based selected values of some fields.Answered | 5 Replies | 2830 Views | Created by HanVo - Thursday, October 18, 2012 9:09 PM | Last reply by HanVo - Monday, October 22, 2012 5:42 PM -
0 Votes
How to retrive the Null Value via plugin
Null values items are not returned, so you cannot access their values.Answered | 1 Replies | 5915 Views | Created by Ketki Garg - Sunday, July 19, 2009 11:53 PM | Last reply by lemonje - Monday, July 20, 2009 12:52 AM -
2 Votes
CRM2011: SetState of a record in a Plugin
Hi, please refer the following code, in CRM 2011 SetStateRequest use to change the state SetStateRequest setStateRequest = new ...Answered | 2 Replies | 9769 Views | Created by ChrisH5491 - Thursday, December 1, 2011 11:45 PM | Last reply by ChrisH5491 - Friday, December 2, 2011 2:20 PM -
1 Votes
newbie needs plugin help - System.ArgumentException: Property value must be non null.
I had the same issue and solved with your help.Answered | 8 Replies | 6106 Views | Created by Bender000 - Thursday, September 22, 2011 4:35 PM | Last reply by MSUser23 - Wednesday, January 9, 2013 4:56 PM -
0 Votes
Re register Plugin in CRM2011
If I register a Plugin then make changes to the code, do I need to re register the Plugin?Answered | 2 Replies | 3103 Views | Created by Nick2020 - Tuesday, June 19, 2012 3:24 AM | Last reply by Nick2020 - Friday, June 22, 2012 4:42 AM -
2 Votes
crm2011 - plugin - post sync calculate tax not working
2) In the Create message it will be just creating a quotedetail entity record with the filled values and in the update message it will be doing the automatic calculation ...Answered | 4 Replies | 9147 Views | Created by shapeshifter_ - Wednesday, April 20, 2011 11:04 PM | Last reply by Athul MT - Friday, February 3, 2012 8:31 AM -
0 Votes
Plugin: how to handle properties with no value
Hi Edwin Please check the below code for checking null condition if (target.properties("opportunityid") !Answered | 3 Replies | 5065 Views | Created by Edwin Debrouwere - Friday, December 18, 2009 9:11 AM | Last reply by Kannan Boopalan - Friday, December 18, 2009 1:18 PM -
0 Votes
Cannot get LinkEntities Values (CRM2011)
Hi Cornel Croitoriu, Thanks for your help.Answered | 2 Replies | 3909 Views | Created by Yukonn - Tuesday, October 18, 2011 10:20 AM | Last reply by Yukonn - Tuesday, October 18, 2011 1:34 PM -
1 Votes
Cannot see all plugins within the assembly with the registration tool (CRM2011)
yeah its correct the class need to be public, so that the regstration toll will detect it.Answered | 3 Replies | 6394 Views | Created by Samuel7CRM2011 - Thursday, February 17, 2011 1:31 PM | Last reply by Samuel7CRM2011 - Friday, February 18, 2011 10:42 AM -
0 Votes
how to get field values in plugin on Create, Post Event
If you don't see the field value in the attributes in the plugin, then you need to select it when create a step for the plugin.Answered | 7 Replies | 13889 Views | Created by crmpnk1 - Monday, April 29, 2013 7:37 AM | Last reply by Litonn - Monday, April 29, 2013 11:30 PM -
0 Votes
SetStatus Request for an Entity in CRM2011
On this plugin you can build your logic to update the additional attributes and update the record, also use can use Pre-Image get previous values as well.Answered | 2 Replies | 4257 Views | Created by SP22403 - Wednesday, December 14, 2011 1:12 PM | Last reply by SP22403 - Wednesday, December 14, 2011 2:46 PM -
0 Votes
Logging and Tracing in Plugins
--Thushara M-- ITAnswered | 8 Replies | 8953 Views | Created by shane carvalho - Thursday, April 28, 2011 7:36 PM | Last reply by tsampath - Thursday, November 8, 2012 10:29 AM -
0 Votes
Deploy Plugin within an install batch
p=73 I think it can help.Answered | 9 Replies | 9238 Views | Created by MetalDestroyer - Wednesday, February 27, 2008 9:56 AM | Last reply by Frederic Penalver - Tuesday, November 23, 2010 3:41 PM -
0 Votes
How to catch unassigned value in a Picklist in CRM2011
--DoddAnswered | 6 Replies | 8590 Views | Created by DynamicCoder - Tuesday, May 24, 2011 11:33 AM | Last reply by MDodd73 - Tuesday, June 28, 2011 7:05 PM -
0 Votes
How Can I Get The VersionControlServer class in Plugin.
Hello, I implemented Custom Checkin Policy and Custom Plugin.Answered | 1 Replies | 1176 Views | Created by Hüseyin Büyükdere - Monday, January 6, 2020 6:54 AM | Last reply by - Monday, January 20, 2020 11:51 AM - Items 1 to 20 of 314685 Next ›
No announcements