No announcements
Found 315643 threads
-
0 Votes
CRM 2011 Online - Plugin Workflow running order
The plugin takes just a little too long to run Synchronous.Answered | 4 Replies | 3725 Views | Created by Gordon Johnston - Tuesday, October 30, 2012 9:42 AM | Last reply by Gordon Johnston - Tuesday, October 30, 2012 10:31 AM -
2 Votes
CRM 2011 - Cannot update plugin
2) You publish your activity and create a workflow which uses this custom activity.Answered | 11 Replies | 23564 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
Using File I/O Operations in CRM Plugin.
It is definitely possible to use a WCF Service, which is called from a plugin running in sandbox mode.Answered | 3 Replies | 2339 Views | Created by Siddhu336 - Thursday, April 25, 2013 2:29 PM | Last reply by DavidJennaway - Sunday, April 28, 2013 5:57 PM -
1 Votes
Plugin and Workflow
These values will be passed to the plugin constructor and can be easily updated.Answered | 4 Replies | 4469 Views | Created by jegansankar - Saturday, January 5, 2013 5:28 PM | Last reply by Nandan21 - Monday, January 7, 2013 10:21 AM -
0 Votes
CRM plugin lead
The reason why you want those plugins in the pre-state is that you manipulate data before the database operation and thus saves one database operation ...Answered | 4 Replies | 1210 Views | Created by Alexander_DM - Thursday, October 23, 2014 1:30 PM | Last reply by Rickard Norström - Tuesday, October 28, 2014 9:07 AM -
5 Votes
Difference between workflow and Plugin in CRM 2011
The following links will gives better understaning about workflows and ...Answered | 4 Replies | 18182 Views | Created by Sandra.CRM - Thursday, September 13, 2012 5:55 AM | Last reply by xkeshav - Thursday, December 5, 2013 8:36 AM -
0 Votes
Workflow and plugins CRM Web Service problem
If you update an entity in code using the Update method (or UpdateRequest), then any attributes which have a value in the BusinessEntity that is passed to the ...Answered | 4 Replies | 6441 Views | Created by Fernanda Sousa - Sunday, January 3, 2010 10:24 PM | Last reply by Fernanda Sousa - Monday, January 4, 2010 6:26 PM -
0 Votes
Tracking in CRM
Create a plugin on post create and post update of the grant entity to update the funds available field on fund entity.Answered | 4 Replies | 3614 Views | Created by linkCRM - Monday, August 22, 2011 8:30 PM | Last reply by linkCRM - Tuesday, August 23, 2011 3:54 PM -
0 Votes
CRM 2013: How to track which exact plugin and workflows run after create or update operations?
Through "View", you can filter Plugins by message (by default its filtered by Assembly, can also be filtered by Entity); For workflows you can access ...Unanswered | 4 Replies | 939 Views | Created by amx2012 - Wednesday, June 3, 2015 8:55 PM | Last reply by Pedro Beltrao - Thursday, June 4, 2015 8:39 AM -
0 Votes
CRM 4.0 Plugin execution
However, how will you know which workflow to cancel?Answered | 8 Replies | 6052 Views | Created by Dstr123 - Friday, May 20, 2011 2:07 PM | Last reply by Dstr123 - Friday, May 20, 2011 4:10 PM -
0 Votes
CRM 2013 Recursive Workflow
You are just defining it to run after 5 mins.Answered | 3 Replies | 1530 Views | Created by Swaroop_d - Monday, February 10, 2014 7:37 PM | Last reply by Swaroop_d - Monday, February 17, 2014 10:25 PM -
0 Votes
MS CRM 2011 - How to identify if the plugin is triggered from workflow in the plugin code?
Create a custom attribute (just to track plugin is being triggered from workflow update action).Answered | 2 Replies | 3061 Views | Created by Abhi D - Wednesday, June 26, 2013 7:11 AM | Last reply by Abhi D - Wednesday, June 26, 2013 8:19 AM -
0 Votes
CRM 2013 - C# Plugin
Add Reference > Browse for Microsoft.Xrm.Sdk.dll from the CRM SDK > OK Admin QuikView Solution for CRM 2013Answered | 24 Replies | 1864 Views | Created by Shaun Harrison - Wednesday, June 18, 2014 10:57 AM | Last reply by Shaun Harrison - Thursday, June 19, 2014 8:48 AM -
0 Votes
Get record GUID created by workflow in plugin
As has also been suggested, you can run your plugin asynchronously; this will allow you to execute long running operations, however your ...Answered | 9 Replies | 2960 Views | Created by MervinHut - Tuesday, December 18, 2012 5:58 PM | Last reply by MervinHut - Wednesday, December 19, 2012 5:18 PM -
0 Votes
CRM 2013: Updating a Entity form from WFA plugin
Hi, Write custom workflow activity for the custom code and write synchronous workflow for this.Answered | 3 Replies | 1473 Views | Created by Hasibur Rahman - Thursday, April 23, 2015 9:49 PM | Last reply by Hasibur Rahman - Wednesday, March 23, 2016 4:12 PM -
0 Votes
How difficult is creating plugins in Visual Studio?
You will have to understand the Execution mode in such a case, You can use the Pre operation plugin that will update the Input Parameter target properties without ...Answered | 3 Replies | 1183 Views | Created by Syed..Hussain - Wednesday, September 4, 2013 4:30 PM | Last reply by Payman Biukaghazadeh - Wednesday, September 4, 2013 8:38 PM -
0 Votes
Firing a plugin when updating a field through workflow
Hi buddy, chances are you registered your plugin is registered on synchronous event and workflow always run asynchronously.Answered | 6 Replies | 2728 Views | Created by anwar_addi - Monday, June 18, 2012 10:35 AM | Last reply by anwar_addi - Tuesday, June 19, 2012 9:03 AM -
0 Votes
CRM 4.0 Post-Plugin to create 2-Entities
Hi, It's better to use Post update aslo in case of modification in entity 1 it should reflect in entity 2.Answered | 2 Replies | 5106 Views | Created by VedrineRick - Tuesday, December 8, 2009 6:01 AM | Last reply by HIMBAP - Wednesday, December 23, 2009 6:54 AM -
0 Votes
how to update user's preference while creating a user in ms crm 2011 using plugin
hi, if u still have this problem, or for others who will meet such situation, actually user settings are not created during user create, threy are created ...Answered | 6 Replies | 5519 Views | Created by Deepak Kumar Singh - Tuesday, June 12, 2012 2:29 PM | Last reply by alaa_sayegh - Thursday, February 7, 2013 8:20 PM -
0 Votes
CRM workflows don't run.
Are the workflows recently created?Answered | 13 Replies | 7185 Views | Created by BlackWasp - Thursday, July 23, 2009 10:11 AM | Last reply by Leon Tribe - Thursday, July 23, 2009 6:30 PM - Items 1 to 20 of 315643 Next ›
No announcements