0
votes
2answers
18 views

How to create form or survey with same multiple choice answers

I have a need to create a SharePoint questionnaire for building inspections. These inspections are to be performed weekly by different departments Each area to be inspected will have a reply of: ...
1
vote
0answers
15 views

NullReferenceException: Task List, RelatedItems and New Item Forms

I started trying to make myself a custom New Item form for a OOTB task list in SharePoint Server 2013 with the latest CU's. I found that if my DataFormWebPart had the RelatedItems field present and ...
0
votes
0answers
10 views

Assign a form to a Group doesn't create multiple task items to the users belonged to a group

I was creating a task using the SPD "Assign a form to a Group" in order to assign multiple task items of those persons inside that group. Unfortunately, when i view the Assigned To Column in the task ...
1
vote
0answers
173 views

How to set start and end date in Timeline webpart in SharePoint 2013?

So here is the scenario. I want to "hijack" the Timeline webpart used for project sites in SP2013 and set a fixed start and end date. There is an option to lock the timeline in it's current state in ...
0
votes
1answer
121 views

SharePoint2013 “Start Task Process” workflow activity

The problem is the following: I need to create a workflow using sharepoint designer, which will create tasks for chosen users and after, will send them email notifications, where every email will ...
1
vote
2answers
112 views

Order Tasks in a List View

I'm new to Sharepoint. Google hasn't given me a straight answer on this so hoping to find it here. Can I custom order a Task list view? In case that is not clear, I would like to order tasks in a ...
0
votes
0answers
125 views

Ways of implementing “Change Requests” behaviour in SPD 2013 workflow

I am implementing SPD 2013 workflow and have to add possibility to change requests in every task. In SPD2010 WFs we could set the Change Requests button and it created all the behaviour behind the ...
4
votes
1answer
205 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 ...