1
vote
0answers
24 views

Sharepoint designer - Collect data from user error

I am new to sharepoint workflow development. I created my workflow in sharepoint designer 2010. My problem is the following: My workflow has a few steps, in every step I use the "collect data from ...
0
votes
1answer
49 views

Workflow History on a Form Library: how to view previous versions of an edited form?

Is it possible to get hyperlinks to previous versions of a form, or even just see a list of changes to a Form Library item via Workflow History? If that wouldn't be available, what are the ...
0
votes
1answer
87 views

Association Form for custom workflow in a subsite

I have a SP 2010 custom workflow built using Visual Studio 2010. The workflow specifies an association URL like this <Workflow Name="WF Name" Description="WF Description" ...
0
votes
0answers
30 views

Inconsistent workflows

I recently started working in a large governmental corporation. There are many offices throughout the organization and most of them have a SharePoint site that serves one purpose or another. Mostly, ...
0
votes
2answers
45 views

How can I create a form that automatically hides or displays certain questions based on previous answers?

What is a good reference on how to create a work-flow based form? i.e. The form has ten fields, and the first five fields show up by default, but the next five fields show up only when a user has ...
2
votes
2answers
438 views

Check if task has already been submitted on opening InfoPath task form and switching view to reflect so

I am trying to make my custom task form (of Visual Studio Sequential Workflow) to switch view to "Submitted" in case someone has already submitted this task before, since this task could be assigned ...
3
votes
1answer
437 views

Username() in infopath form return empty string on sharepoint workflow form

I have an infopath form loaded as an initiation/association form for a sharepoint workflow. I added a text field wich I want to be prefilled with the current user username. I'm using username() to get ...
1
vote
2answers
2k views

SharePoint Workflow, Approver Lookup List

I am trying to create an approval process for InfoPath Form in a Form Library, for SharePoint 2010. I currently have a list of approvers in a list on my SharePoint site called Approvers. This list ...
1
vote
0answers
55 views

How to access workflow variable in association form created in SharePoint designer?

I need to access a worflow variable in an association form created using the action 'Collect data'.
1
vote
1answer
126 views

Changing the value of a field in another List from a Form Library

I have the following scenario: I have one SharePoint List - List_A and one SharePoint form - Form_A List_A has two columns (ConfigItem and ConfigValue) and it contain a few configuration settings. ...
1
vote
1answer
973 views

Developing customized form and workflow with only visual Studio 2010

I am trying to duplicate a Domino workflow onto sharepoint 2010. The domino workflow that I am trying to port over consist of many section, fields and button. As such I thought of using ASP.NET to ...
1
vote
2answers
288 views

Best way to present a list form to users?

Whats the best way to present a list form to users? We are just starting to convert some of our dead-tree documents into SharePoint forms and workflows. What is the best way to present these forms ...
2
votes
2answers
880 views

SP2010: How to start a workflow which is not related to a document or list item?

I'm trying to build a "list" which is comprised of a bunch of workflows. Example workflows would be: Travel, Reimbursement, Software Request. I would like to list these workflows and allow a user to ...
0
votes
1answer
1k views

Workflow createTask: How to customize regular InfoPath task template?

Can I customize the InfoPath task form which is used by the regular createTask activity? I know I can create my own form and reference that in the elements.xml file, but I like using ...
0
votes
1answer
242 views

Missing finished tasks and successful workflows

We have a InfoPath Form Library with Visual Studio Workflows on an MOSS 2007. Now to some of the form we're missing tasks in the tasklist and there isn't a status in the column of the workflow. But ...
0
votes
2answers
120 views

DVWP, xsl choose

I'm looking at building a solution that will use this as it's base: Content Types as Statuses and I'd like to know if it's possible to create a DVWP form that only allows the first form, eg the ...