0
votes
0answers
48 views

Assign users to a task without form

I have associated a workflow to a list. When there is a new item, the workflow will be fire and it will assign a task to a user in order to edit the new item. At first the edit is made through a ...
0
votes
1answer
190 views

Can't start any 2013 workflow on Document Set item, when it is created using custom ASP item form

I have created very simple ASP New form which looks as follow: <asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server"> <SharePoint:FormField runat="server" ...
4
votes
1answer
194 views

How to alter SP2013 workflow task from an ASP task form?

I have created SPD workflow with a custom ASP form. My form opens when clicking on a task link and I can show information about the task. Now I want to alter the task after pressing a button, but ...
0
votes
1answer
65 views

Book/tutorial recommendations for very specific SharePoint 2010 requirements

Firstly, apologies for the nature of this question - I need to know this is at all possible BEFORE I begin to try to inderstand HOW! We are looking to expand our SP2010 installation from a basic ...
1
vote
1answer
172 views

Workflow not starting on adding new item to list via a custom aspx page/form?

I am using FB Authentication and have a custom sign in page for Users(External) to request new accounts. On request, their details are added to a custom list. I have workflow on this custom list ...
0
votes
2answers
260 views

What can be preventing OnTaskChanged from triggering with custom InfoPath task forms in the workflow?

Why could this be happening: VS Workflow with custom InfoPath Task Forms does not trigger OnTaskChanged when form is submitted with data (so clearly changed). Funny thing is that the same workflow ...
0
votes
2answers
2k views

Custom Task Forms created in InfoPath for Visual Studio Workflow

This article discusses creating Visual Studio workflow with custom task forms, created in InfoPath: http://www.codeproject.com/Articles/195348/SharePoint-2010-State-Machine-Workflows-with-Custo I've ...
2
votes
1answer
2k views

Workflow create task with content type - Custom Forms in InfoPath

I know it's possible to customize the forms of workflow tasks but is it possible to have them customized also for "CreateTaskWithContentType" component, not just for "CreateTask"? I had a try of ...
0
votes
1answer
161 views

Workflows with Custom Task Forms in InfoPath - More views in the same form

I'm following this article to create custom forms for workflow tasks. At one point the article says: If you are well versed with InfoPath 2010, you can create views in the same form for the ...
1
vote
2answers
538 views

SharePoint 2010 - Electronic form data into SharePoint

We have a need for users to fill out an electronic form. I then want this data to be available in a SharePoint list for tracking purposes. SharePoint is in a hosted environment where I do not have ...
2
votes
2answers
2k views

Form Action Workflow “canceled by System Account”

I've created a button, around which I've wrapped a form action that calls a custom form action. Problem is, it keeps erroring off with: User ID Date Occurred Event Type Duration ...
4
votes
3answers
6k views

How do I customize a workflow task form?

I am trying to edit the form that appears when I edit one of my tasks in SharePoint 2010. I currently have a Workflow with an approval process. I believe I can get to the relevent form for my ...
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
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 ...
3
votes
2answers
546 views

Getting started with Workflows in SharePoint 2010

I'm a starting sharepoint developer asked to implement the following scenario in sharepoint 2010. We're a bit lost on the best approach to get started.. I'm really struggling to find the best practise ...