No announcements
Found 188421 threads
-
0 Votes
Pass in optionsetvalue to workflow activity not working
; Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata options = picklistMetadata.OptionSet; IList<OptionMetadata> OptionsList = (from o in options.Options ...Unanswered | 4 Replies | 3727 Views | Created by nicko2009 - Tuesday, December 1, 2015 3:58 PM | Last reply by Faisal Fiaz - Wednesday, December 2, 2015 11:40 AM -
0 Votes
custom workflow activity not working
I'm getting an error when trying to run my custom workflow activity that I can't seem to figure out.Answered | 2 Replies | 6263 Views | Created by chuckc_1 - Monday, August 16, 2010 3:12 PM | Last reply by Ranjitsingh R - Tuesday, August 17, 2010 2:35 AM -
0 Votes
Workflow to check Opportunity form activity
You have to create a custom workflow activity.Answered | 5 Replies | 2518 Views | Created by KawasakiRider03 - Thursday, February 28, 2013 4:35 PM | Last reply by Payman Biukaghazadeh - Friday, March 1, 2013 6:02 PM -
0 Votes
custom workflow input field that accept more than 1 teams
Only the following types can be passed as input/output to a custom workflow activity: bool int string DateTime decimal OptionSetValue ...Answered | 3 Replies | 4356 Views | Created by verystupidguy - Monday, September 26, 2011 3:27 AM | Last reply by verystupidguy - Tuesday, September 27, 2011 2:40 AM -
0 Votes
Enabling Plug-in and custom workflow activity tracing - not working
Yes, I do have Workflow custom activity that is using ITracingService to log information to Trace log.Answered | 3 Replies | 2694 Views | Created by Makarand Keer - Friday, October 20, 2017 8:20 PM | Last reply by Moh Helper - Monday, October 23, 2017 12:51 PM -
0 Votes
workflow not working
Hi, mardukes - spot on i changed to organization and it worked DavidBerry - thanks for your follow up explainationAnswered | 6 Replies | 4517 Views | Created by geordie_123 - Tuesday, June 8, 2010 8:34 AM | Last reply by geordie_123 - Tuesday, June 8, 2010 10:26 PM -
2 Votes
CRM 2011 Online - Executing a workflow on an entity with 1:N or N:N relationship
Sample code would be: if (context.InputParameters.Contains("EntityMoniker") && context.InputParameters["EntityMoniker"] is EntityReference ...Answered | 2 Replies | 5910 Views | Created by BusinessWorks - Friday, October 21, 2011 1:50 PM | Last reply by Jehanzeb.Javeed - Sunday, October 23, 2011 9:52 PM -
1 Votes
Workflow for activities in CRM?
As you describe in your reqirement, the workflow has to check new activities.Answered | 3 Replies | 5334 Views | Created by kbd635 - Thursday, April 22, 2010 9:06 PM | Last reply by MmoZ - Friday, April 23, 2010 5:41 PM -
1 Votes
Accessing Active Directory through a Workflow Activity
this now works in both workflows and dialogs and I can take the service users and computer account out of the domain admin group.Answered | 2 Replies | 876 Views | Created by minzoku - Wednesday, January 8, 2014 1:27 PM | Last reply by minzoku - Wednesday, January 8, 2014 4:08 PM -
1 Votes
Activate Processes for other users
SetStateRequest unpubReq = new SetStateRequest(); ...Answered | 3 Replies | 2838 Views | Created by Dave Maslen - Tuesday, April 10, 2012 6:02 PM | Last reply by Dave Maslen - Wednesday, April 11, 2012 12:51 PM -
2 Votes
Register plug-in against Service Activity
Amongst the InputParameters passed to your plugin are an OptionSetValue for State and for Status.Answered | 6 Replies | 2499 Views | Created by sparkymark75 - Saturday, June 9, 2012 11:40 AM | Last reply by sparkymark75 - Saturday, June 9, 2012 10:11 PM -
0 Votes
Use Custom (Child) Workflow to Output Global Optionset Value to Various Entities
Yes, you could return string or integer, but there is no way to convert string/int to OptionSet So still, you might need to think of an alterative to custom ...Answered | 5 Replies | 5801 Views | Created by lambrite - Wednesday, July 18, 2012 8:23 PM | Last reply by Gonzalo Ruiz R - Sunday, July 29, 2012 10:33 PM -
6 Votes
passing on credentials of user who started workflow
I'd have thought there are 3 different ways to get this to work: 1.Answered | 10 Replies | 8016 Views | Created by Christian Dollerup - Wednesday, March 3, 2010 2:32 PM | Last reply by Jeff.Han - Friday, March 5, 2010 9:35 AM -
0 Votes
Custom Workflow Activity
Hi, I am facing an issue while creating custom workflow activity in SharePoint 2016 using Visual Studio as a Farm solution.Answered | 3 Replies | 1554 Views | Created by Anju S Chandran - Tuesday, January 23, 2018 5:13 PM | Last reply by Dave Patrick - Wednesday, January 24, 2018 1:16 PM -
0 Votes
Workflow to activate Contract
mayank------ " The status of the contract does not allow this action" is the message on the workflow .Answered | 4 Replies | 6051 Views | Created by Roshan Mehta - Friday, March 5, 2010 1:53 AM | Last reply by Mayank Pujara - Friday, March 5, 2010 11:41 AM -
0 Votes
How to write info to workflow details at custom workflow activity
Oh so you want general logging of you workflow code.Answered | 6 Replies | 1985 Views | Created by CheneyGu - Monday, January 28, 2013 2:37 AM | Last reply by Piyush Paliwal - Wednesday, February 6, 2013 11:23 AM -
2 Votes
Do workflows fire for completed Activities
You can set the workflow to be a manual workflow rule so that it can be run on a collection of completed activities (e.g. from Advanced Find).Answered | 6 Replies | 6341 Views | Created by Blidski - Thursday, November 4, 2010 4:37 PM | Last reply by Neil Benson - Thursday, January 13, 2011 3:35 PM -
0 Votes
Register workflow activity error.
To use custom workflows your CRM should in UR12(05.00.9690.3218).Answered | 5 Replies | 1881 Views | Created by ka.vdovkin - Wednesday, January 16, 2013 12:00 PM | Last reply by Vikranth Pandiri - Thursday, January 17, 2013 9:27 AM -
0 Votes
Workflows - multiple activities in one assembly
Hi I've looked further into this and I now believe the problem of this workflow running twice is more to do with it being activated on the record ...Answered | 4 Replies | 5729 Views | Created by sjb500 - Thursday, February 5, 2009 3:08 PM | Last reply by sjb500 - Friday, February 6, 2009 5:05 PM -
0 Votes
Workflow not working as planned
ok i made a stand alone work order that just updated the contact's setting for do not email and do not bulk mail, and THAT worked perfectly.Answered | 8 Replies | 9030 Views | Created by Bonj87 - Tuesday, February 10, 2009 9:29 PM | Last reply by Bonj87 - Friday, February 13, 2009 8:20 PM - Items 1 to 20 of 188421 Next ›
No announcements