0
votes
2answers
19 views

How to embed image in SharePoint Workflow Association Form?

I am developing a custom SharePoint workflow in Visual Studio. I have a custom association form (ASPX) and I'd like to display an image, which is embedded into the project (and subsequently wsp). ...
0
votes
0answers
22 views

Workflow For Updating To A List(Sharepoint)

I have created a workflow to add the values from excel sheet in SP list...I want to create a condition such like whenever the excel is modified its values should get reflected in the list.. I Am Using ...
4
votes
1answer
195 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 ...
2
votes
1answer
301 views

Replace Workflow InfoPath with ASP.NET WebForms

In SharePoint 2010, when using Workflows with Tasks; SharePoint gives you some InfoPath forms to use for Approval, etc. Can I replace these forms with a non InfoPath WebForm/WebPart, whatever... ...
0
votes
2answers
221 views

Email with multiple attachments triggered by a button

I want to create a button that would trigger to send an email with all the documents in a certain document library. I tried creating this on workflows but unfortunately I can't seem to add multiple ...