No announcements
Found 135711 threads
-
0 Votes
Structure of a Select statement in CRM workflow steps
To figure out what is going on, I would add a update prospect step that just writes into a description field on the WF stage after each IF statement to identify ...Answered | 3 Replies | 732 Views | Created by pobox90210 - Tuesday, April 8, 2014 1:50 AM | Last reply by Mamatha Swamy - Tuesday, April 8, 2014 10:53 PM -
2 Votes
Crm decode UIData workflow steps
This may be academic now, as CRM 2011 handles workflows differently and even upgrades v4 workflows into the new XAML format, but the uidata string, once base64 decoded is ...Answered | 13 Replies | 8466 Views | Created by [AUS]Benn - Friday, May 28, 2010 3:30 AM | Last reply by Mike Ralphson - Thursday, October 4, 2012 9:16 AM -
0 Votes
Cannot expand workflow step in ms crm 4.0
The best you can do is put the remaining steps into another workflow and call it as a child workflow from the first.Answered | 3 Replies | 6004 Views | Created by Raji kambar - Monday, August 3, 2009 12:49 PM | Last reply by Leon Tribe - Monday, August 3, 2009 8:29 PM -
0 Votes
Workflow - If and Then Statements
Rob Microsoft Certified Technology Specialist (CRM) GAP Consulting Ltd Microsoft Community Contributor Award 2011Answered | 3 Replies | 3773 Views | Created by IMacias - Tuesday, July 3, 2012 8:57 PM | Last reply by Rob Boyers - Thursday, July 5, 2012 7:25 PM -
3 Votes
CRM 4.0: Workflows - Is it possible to extract the text of the steps
This may be academic now, as CRM 2011 handles workflows differently and even upgrades v4 workflows into the new XAML format, but the uidata string, once base64 decoded is ...Answered | 5 Replies | 4175 Views | Created by DianneEvans - Tuesday, July 26, 2011 1:25 PM | Last reply by Mike Ralphson - Thursday, October 4, 2012 9:21 AM -
2 Votes
Workflow Structure
Leon Tribe Want to hear me talk about all things CRM?Answered | 3 Replies | 5635 Views | Created by Onur T_ - Thursday, April 1, 2010 12:17 PM | Last reply by Leon Tribe - Thursday, April 1, 2010 6:39 PM -
0 Votes
workflows - multiple if statements
I have a few workflows to create on my list.Answered | 4 Replies | 6460 Views | Created by Bernardina - Wednesday, December 8, 2010 7:00 PM | Last reply by Bernardina - Thursday, December 9, 2010 5:14 PM -
3 Votes
CRM 2011 workflow using a semicolon
My 4.0 workflow has an if statement in it to test if the field is equal to one of several states.Answered | 9 Replies | 2262 Views | Created by GWG Admin - Wednesday, May 8, 2013 5:58 PM | Last reply by GWG Admin - Thursday, May 9, 2013 8:38 PM -
0 Votes
Bug: Workflow steps cannot be selected
In my case modifying the workflow on a higher resolution fixed the issue.Answered | 1 Replies | 6821 Views | Created by Henricus - Thursday, January 7, 2010 10:34 PM | Last reply by Alex Fagundes - PowerObjects - Friday, January 8, 2010 3:42 AM -
0 Votes
add condition around existing steps in Dynamics CRM 2011 workflow designer
Specify Insert step direction will help you to move steps .Answered | 3 Replies | 7975 Views | Created by Andrew at Shropshire - Thursday, July 21, 2011 10:48 AM | Last reply by Neena Sri - Wednesday, November 20, 2013 3:54 PM -
0 Votes
crm 4.0 and crm 2011 - Automated Workflow
In CRM 4.0, I am not able to get "Process" in wait condition.Answered | 4 Replies | 1951 Views | Created by Ravi MRC - Saturday, January 19, 2013 10:41 AM | Last reply by Guido Preite - Saturday, January 19, 2013 11:54 AM -
0 Votes
Custom Workflow Step, Target Entity
you need have picklist attribute on any entity (suggesting create new custom entity) and then populate that entity with CRM Entitynames and then use this attribute as Input property in your ...Answered | 2 Replies | 5361 Views | Created by darrmerc - Friday, March 26, 2010 10:07 AM | Last reply by Mayank Pujara - Friday, March 26, 2010 10:28 AM -
1 Votes
workflow choice steps
You just have to add a "Check Condition" step before your first step.Answered | 3 Replies | 5866 Views | Created by Dany85 - Monday, April 27, 2009 6:46 AM | Last reply by JuergenBeck - Monday, April 27, 2009 7:02 AM -
0 Votes
Workflow Custom Steps
Hi EddiRaeM The source code for the workflow custom activities is not stored in Dynamics CRM.Answered | 20 Replies | 4898 Views | Created by EddiRaeM - Thursday, February 9, 2012 7:47 PM | Last reply by kcompter - Saturday, February 2, 2013 4:56 PM -
2 Votes
CRM 2011 workflow question
They are stored in Crm (in the workflow entity), but they're not accessible via the Crm UI.Answered | 3 Replies | 1151 Views | Created by JenniferNHS - Tuesday, May 5, 2015 2:35 PM | Last reply by DavidJennaway - Thursday, May 7, 2015 4:29 PM -
0 Votes
CRM 2013 Recursive Workflow
Swaroop, As Payman mentioned, the steps in the workflow do not have iteration.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
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 -
3 Votes
CRM Custom Workflow Activities in Dynamics CRM
http://mscrmsupport.wordpress.com/2008/03/22/example-of-custom-workflow-activity-crm-40/Answered | 4 Replies | 5353 Views | Created by help23 - Wednesday, July 7, 2010 9:11 AM | Last reply by help23 - Wednesday, July 7, 2010 1:29 PM -
0 Votes
crm workflows when notes are added
Hi, Try the following steps to configure for Case entity: 1.Answered | 2 Replies | 3065 Views | Created by spafco - Friday, August 5, 2011 12:31 AM | Last reply by Jehanzeb.Javeed - Friday, August 5, 2011 12:46 AM -
4 Votes
CRM 2011 custom workflow activity not available
1) I've created a custom workflow assembly a month ago and when I deployed it I could see my workflow activity (Class) in the workflow designer (Add ...Answered | 8 Replies | 14277 Views | Created by Larry McCoy - Wednesday, January 11, 2012 6:03 PM | Last reply by Philip Verlinden - Monday, April 28, 2014 9:21 AM - Items 1 to 20 of 135711 Next ›
No announcements