Stories recently tagged with 'Workflow'

Show ID field on the DispForm.aspx form page(patrikluca.blogspot.com)

submitted by PatrikPatrik(705) 3 years, 1 month ago

Business requirement: Show ID field on the DispForm.aspx page The ID field of a SharePoint list is not shown by default on the DispForm.aspx form page. This can be very annoying, especially in cases where an Issue Tracking list is used: most of the time business users want to see the ID for an Issue Tracking list item. read more...

add a comment |category: |Views: 144

tags: another

Lookup user info in a Workflow(patrikluca.blogspot.com)

submitted by PatrikPatrik(705) 3 years, 2 months ago

Business Requirement: Use the Name user property in an Email sent out by a Workflow Suppose following scenario: you have created a site based on the Help Desk template, one of the Application Templates for Windows SharePoint Services 3.0. With Microsoft Office SharePoint Designer 2007, you have added a Workflow to the Service Requests list which sends out an email each time a service request is changed to the Service Representative. Problem is that the user information in the email will be the Account, though you would prefer to have the Name in the email. read more...

add a comment |category: |Views: 36

tags: another

How to trigger a workflow based on a non-empty Comments field?(patrikluca.blogspot.com)

submitted by PatrikPatrik(705) 3 years, 4 months ago

At an installation where I created a helpdesk functionality based on the Help Desk template, one of the Application Templates for Windows SharePoint Services 3.0, I was asked to create a workflow which sends out an email automatically when a comments is added to a service request. The email may not be sent out if the comments added was empty. read more...

add a comment |category: |Views: 19

tags: another

Creating full-blown WPF applications within minutes using Vidyano(vidyano.com)

submitted by SetsukoSetsuko(455) 3 years, 6 months ago

Vidyano is a new product that allows you to literally create WPF applications, optionally running on top of Windows Workflow, within minutes. The July 2008 CTP, as well as a quickstart tutorial, just became available as public downloads. The screencast is a quick overview on some of Vidyano's initial features, it also shows you how to apply a workflow state machine as an engine behind a pagecontroller. More info and tutorials will become available in the upcoming days/weeks. read more...

add a comment |category: |Views: 291

tags: another

Fill field by default with current user (patrikluca.blogspot.com)

submitted by PatrikPatrik(705) 3 years, 10 months ago

how to fill a field by default with the current user? read more...

add a comment |category: |Views: 24

tags: another

Book: Building a Web 2.0 Portal with ASP.NET 3.5(oreilly.com)

submitted by oazabiroazabir(1790) 4 years ago

If you think you're well versed in ASP.NET, think again. This exceptional guide gives you a master class in site building with this framework. You learn how to develop rock-solid web portal applications similar to My Yahoo!, iGoogle, and Pageflakes using ASP.NET AJAX, Windows Workflow Foundation, LINQ, and .NET 3.5, along with ASP.NET 3.5 -- sites that can withstand millions of hits every day while surviving scalability and security pressures. read more...

add a comment |category: |Views: 65

tags: another

Using Workflow Rules to Iterate and Remove Items From a Collection(richardsbraindump.blogspot.com)

submitted by rbanks54rbanks54(210) 4 years, 4 months ago

Information on how to process collections and remove items from collections, all via the WF Rules engine. read more...

add a comment |category: |Views: 60

tags: another

Overview - Introducing Windows Workflow Foundation(mnour.blogspot.com)

submitted by mnourmnour(320) 4 years, 6 months ago

This is a brief post introducing Windows Workflow Foundation - We will try to introduce basic concepts and definitions. We will try to discuss why Workflow Foundation can be useful for building large scale projects. read more...

add a comment |category: |Views: 30

tags: another

How to Create a WebService Based on a Workflow(nayyeri.net)

submitted by keyvankeyvan(4086) 4 years, 9 months ago

Keyvan describes how to create a webservice that runs a workflow. read more...

2 comments |category: |Views: 22

tags: another

Invoke a WebService from a Workflow(nayyeri.net)

submitted by keyvankeyvan(4086) 4 years, 10 months ago

In this post Keyvan talks about InvokeWebService activity in Windows Workflow and how to call a webservice from a workflow. read more...

add a comment |category: |Views: 52

tags: another

Windows Workflow 101 or 2 Months with WF(codebetter.com)

submitted by SamGentileSamGentile(225) 4 years, 11 months ago

This article presents both an introduction to WF as well as in-depth discussion of the issues I faced in trying to apply it's model to a real-world application read more...

add a comment |category: |Views: 19

tags: another

Hungry about Framework 3 ?(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 4 years, 11 months ago

Go to DinnerNow !!! This is a great sample application which use all the latest Microsoft technologies ! "DinnerNow is a fictious marketplace where customers can order food from local restaurants for delivery to their home or office. This sample is designed to demonstrate how you can develop a connected application using several new Microsoft technologies." read more...

add a comment |category: |Views: 6

tags: another

How to Write a Designer Component for Custom Workflow Activity(nayyeri.net)

submitted by keyvankeyvan(4086) 4 years, 11 months ago

In last post of his series about writing a custom workflow activity, Keyvan discusses about writing a designer component and designer theme for a custom workflow activity and updates his sample workflow. read more...

2 comments |category: |Views: 54

tags: another

How to Write a Toolbox Item Component for Custom Workflow Activity(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years ago

In third post of his posts about writing a custom workflow activity Keyvan talks about writing a Toolbox Item component for custom workflow activity. read more...

add a comment |category: |Views: 46

tags: another

Compiling Workflows(devhawk.net)

submitted by DevHawkDevHawk(165) 5 years ago

How to add custom code generation to a custom WF activity read more...

add a comment |category: |Views: 1

tags: another

Binding Across States in WF(devhawk.net)

submitted by DevHawkDevHawk(165) 5 years ago

Understand the effect that subordinate AECs have on data binding in State Machine WF workflows read more...

add a comment |category: |Views: 1

tags: another