Sharepoint workflow sits on the top of windows workflow and adds the human workflow flavor.

learn more… | top users | synonyms

0
votes
0answers
5 views

Error when running workflow from a document Library in sharepoint 2013

I have created a simple workflow on a document library using the Sharepoint Desiner 2013. The workflow just logs a message. If I manually run that workflow from any document in that library, the ...
0
votes
0answers
5 views

Sharepoint 2013: Develop Workflow with (partial) WebPart-Frontend

I want to develop a Workflow for SharePoint 2013 where a WebPart (with code behind) can be the frontend for several steps of this workflow. My aim is to have a Webpart as a wizard that leads the user ...
-1
votes
1answer
12 views

sharepoint website publishing [closed]

Hi can anybody please answer me if I can use sharepoint to develop and design a website then I publish or deploy it on another server that doesn't install sharepoint server, I mean is there any method ...
0
votes
0answers
9 views

Capture logged in user sharepoint 2010

How do I achieve this: getting who just logged in to a sharepoint site. The SPF is using active directory/windows based. I am trying to set a value in a list of users to - In - as soon as the user ...
-1
votes
0answers
27 views

Creating a complex custom form for SharePoint workflow? [closed]

I am doing an approval process which (I think) requires a custom form. It would look something like this. User uploads item to a document library. This document item contains individual list items ...
-1
votes
0answers
18 views

workflowproperties.item = null visual studio workflow for SharePoint [closed]

I'm using the following to retrieve the values of 2 fields from a document library item: SPListItem item = workflowProperties.Item; myValue1 = item["Value1"].ToString(); myValue2 = ...
-1
votes
0answers
134 views

Sharepoint 2013 - Step by Step App/WebPart combined with Workflow and WebService in the backend [closed]

I want to develop a Sharepoint-based application (App or Webpart) that is able to use multiple steps as frontend for a workflow with a webservice in the backend. In detail I would like to be able to ...
0
votes
0answers
24 views

How to send an email to multiple users in a workflow?

I have a workflow which sends e-mail in some cases. I want to send these mails to multiple users which defined in a Sharepoint List, is it possible to do that?
-1
votes
1answer
46 views

Approval Workflow in Sharepoint [closed]

I am creating a form that submits requests for new equipment in the form of a sharepoint list. As soon as a new entry is added to the list, a workflow should be triggered, which sends an approval ...
0
votes
1answer
106 views

Copy All list items to another list in SharePoint 2010 WSS

I have created two custom lists And able to copy list item from one list to other using work flows in sharepoint designer 2010.but my requirement is to copy all the items in one list to another using ...
-2
votes
0answers
7 views

Designing a Sharepoint Workflow Distribution list filtered on column values [migrated]

I'm working on putting together a Sharepoint site to report issues with a new software that is being implemented by my company. I already have a workflow that automatically sends an email to specific ...
-1
votes
1answer
17 views

Check if previous case number is listed via SPD 2007 workflow? [closed]

I've got a list that has "case number" as a field. Basically I need help setting up a workflow in SharePoint Designer 2007 to check for duplicates to this field if possible. Basically on a new ...
0
votes
1answer
131 views

Sharepoint Workflow Task List Title URL

I am fairly new to SharePoint 2010 Development. I have created a Task Tray Web Part to list all the tasks (from Workflow Tasks List) awaiting action by the currently logged in user. It is required ...
1
vote
2answers
67 views

How to embed image in SharePoint Workflow Association Form? [closed]

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
51 views

MS Access Web database update on Task completion in sharepoint 2010 site [migrated]

Working on a Sharepoint 2010 website with a list of Tasks. The Tasks have a custom field - "Hours worked" which is a number. I have added a web database(Access) site (Contacts Web Database template) ...
0
votes
1answer
508 views

Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts? [closed]

I am new to sharepoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edtion to create app and web parts for sharepoint 2013?
-2
votes
0answers
117 views

SharePoint 2013 - Errror “Cannot import hello web part sharepoint 2013” [closed]

I am new to SharePoint 2013. I am using SharePoint 2013 server and vs 2010. The SharePoint Server 2013 and vs 2010 is present on different PC's. I have created a new "Hello" visual web-part in vs 2010 ...
0
votes
2answers
39 views

How can I close a custom form and force behavior afterwards?

I have been struggling with a problem for some time now, and am hoping that someone may shed some light on some possible solutions. I currently have a custom creation form for items on a SharePoint ...
0
votes
1answer
112 views

SharePoint 2013 - Error “init.js failed to load”

I am new to SharePoint 2013 server and SharePoint designer 2013. When I browse SharePoint site in IE, I am getting the below error. "init.js failed to load" But when I browse SharePoint site in ...
0
votes
0answers
71 views

Could not load file or assembly 'Microsoft.SharePoint, …' or one of its dependencies. The system cannot find the file specified [closed]

I am new to SharePoint 2013. I am using SharePoint server 2013 installed on one server and vs 2010 on my local PC. I have install the "WSPBuilder" to develop the web-parts on my local PC. I have ...
-1
votes
3answers
153 views

Sharepoint: Update an item when an item is added in another list [closed]

So I had to make a Sharepoint site to inventorize our servers. I have two types of lists (replicated a few times per group, but for this, just consider two lists), one lists servers and has a column ...
0
votes
0answers
39 views

SharePoint 2007 designer assign a task does not continue after completion of task [closed]

I'm currently looking for a way to use the assign a to do item in sharepoint designer as a way to approve the items. My problem is that when I try to assign a task to a person and he's already ...
0
votes
0answers
67 views

Cannot add workflow to List in SharePoint Online

I've been trying to create a simple workflow to a custom list in our SharePoint Online site using SharePoint Designer 2013. The dialog appears that allows me to enter the name of the workflow, then ...
1
vote
0answers
68 views

Can you import a visio sharepoint workflow template directly into Visual studio without using Designer?

We are trying to determine if it is possible to import a workflow directly from Visio to Visual Studio without using SharePoint Designer. A comment here: ...
0
votes
2answers
100 views

How to use While activity and Replicator Activity on Shareponit Workflows

I have developed a document approval workflow which I needed to use the Replicator Activity to solve the need for many people who can elaborate, review and Approve a document. The workflow is ...
2
votes
1answer
330 views

How can I customize custom task form in sharePoint 2010?

I have master detail lists in SharePoint. I created a workflow for items in detail list and create a custom form with collect data from users action. in this form I have related item to workflow but ...
0
votes
1answer
68 views

SP2007 Workflow: Lookup XXXX property for XXX by Title?

Does anybody know if there is a way to use the Look site user property but search by the user's title instead of their NTLogin/Username? Example: Lookup JobTitle property for John Smith, store in ...
0
votes
0answers
180 views

Not able to create workflow on SharePoint Online using SharePoint Designer [closed]

I am trying to create Workflow on SharePoint online using SharePoint Designer 2010/2013 , but its not working. After choosing create workflow it do nothing. I also tried to use Visio for same and ...
0
votes
1answer
45 views

WorkFlow + Web Service + Sharepoint2010

I am facing a problem, I wrote a list work flow, and on item update this work flow will get started, now if I update some item via web service, workflow get failed( Failed of Start) then I copy the ...
-1
votes
0answers
11 views

Sharepoint workflows with SqlTrackingService? [closed]

Is it possible for SharePoint workflows developed in Visual Studio 2010 to use the SqlTrackingService?
-1
votes
0answers
69 views

How to enable or disable ribbon elements in sharepoint 2010? [closed]

Am trying to enable or disable ribbon elements for a task in sharepoint 2010. Ex: If a project is created in PWA, initially it will create a task to the project owner and set the status to create. ...
0
votes
1answer
482 views

SharePoint 2010 Create sample WorkFlow on Document Library

Am totally new to WorkFlows in SharePoint 2010. I know the question could be too basic. but please help me sorting this out. I have SharePoint 2010 web application have Groups: Presenters and ...
0
votes
0answers
102 views

Site stops responding while debugging a Sharepoint WorkFlow

Since two days, I am unable to debug a SharePoint Workflow. As soon as I add a new item to the list attached to the workflow, the site does not respond anymore. If I open a new browser page to the ...
1
vote
1answer
139 views

OOTB Workflows dont migrate from MOSS 2007 to SP2010

I am doing a migration from MOSS 2007 (12.0.0.6670) to SharePoint 2010 (Just SP1 for now) in our Dev Environment using the database attach method. (Moving from Server 2003 32bit, to Server 2008 R2 ...
0
votes
0answers
54 views

“This action has required parameters that are missing”

I made custom activity for SharePoint designer , I add __Context Property in code, But when I check my work flow for Errors I got “This action has required parameters that are missing” Error in ...
0
votes
0answers
22 views

Workflow doesnt copy folder name

I've create a workflow which is meant to copy the name of task to another list. This works when i create a task, but when trying to create a "Summary Folder" it doesnt copy the name it gives me a name ...
0
votes
1answer
484 views

Adding 2nd Step to Sharepoint workflow causes Error “failed on start (retrying)”

I am designing a workflow in sharepoint designer to manage the approval process for an infopath form. I am using sharepoint server 2007. My sharepoint site already has a form library dedicated to the ...
0
votes
0answers
351 views

Import the survey responses to a separate SharePoint List 2010

Currently, I have workflow that sends e-mail responses for approving survey response entries. I would like to viewers to see the result of the survey moderation in a different list. I tried to create ...
0
votes
0answers
39 views

how to move my webpage to another tab?

basically what i want to do is the move my pages "Feature Article" from View tab to Browse Tab but i got no idea to do it although i already google for whole Day. what should i do now inorder to move ...
1
vote
0answers
634 views

SharePoint 2013 Visual Studio Workflow ListIId

I'm trying to implement some Workflows on SharePoint 2013 using Visual Studio 2012 for learning purposes. The workflow I'm working on now is very simple, it supposed to copy one list item to another ...
0
votes
0answers
122 views

SharePoint Online workflow not start

I have a list on SharePoint Online and create a workflow with SharePoint Designer. I have configured the workflow to start automatically (send an email) when an item is created. But the problem is ...
0
votes
1answer
64 views

can't connect a webservice to MOSS 2010

I have a client application (workflow designer) which have to publish a workflow on Sharepoint 2010. Since my application is developped in .NET 4.5 and MOSS 2010 can't deal with that version (as it's ...
0
votes
0answers
40 views

How to start workflow 2013 from powershell

There are some guides on how to work with 2010 workflows using powershell. Can somebody point out to me how to do the same with 2013 workflows? They are no longer listed inside ...
0
votes
1answer
73 views

Showing previous comments in aspx Task Form

I am working on Custom SharePoint 2010 statemachine workflow using aspx Task forms. Its a 3 level workflow.My scenario is Ex: If approver puts a comment and submits to the workflow then a task gets ...
0
votes
0answers
74 views

How to retrieve list of users from a group in sharepoint 2010?

I would like to verify if the current user belongs to specific group used by a SharePoint workflow. I am able to retrieve the current user details and tried the following procedure: ClientContext ...
-1
votes
1answer
404 views

Workflow for moving an item from document library to list [closed]

I have an infopath form library created which is attached to a library. My task is to check for a condition and move the item properties to a different list. I used a workflow which goes like this: ...
0
votes
0answers
41 views

Trying to pass 2 variables to a 2007 SharePoint workflow

I have a workflow that I want to be able to use the ActID of an activity and the EmpID of the employee that is registering for the activity. I can not figure out how to get the SP workflow to see the ...
0
votes
0answers
13 views

Author Editor workflow

i am creating an article application. Here an author will write content and send it to editor, editor may or maynot edit the page and approve it. once approved by editor, then it wil be assigned to ...
0
votes
1answer
205 views

Visio workflow visualization in Sharepoint 2013

Can you please confirm that we don't have Visio visualization of new workflows in Sharepoint 2013? Thanks.
0
votes
1answer
54 views

Sharepoint 2007 : WorkFlow with Confirmation Activities

I am implementing an SharePoint workflow that perform the following activities. User upload an excel System would validate and if the data is correct would temporary save the data in a SPList User ...

1 2 3 4 5 6