0
votes
1answer
168 views

How to move a document from SharePoint folder to local directory in a drive?

I know there is a workflow to move documents from one folder (or a library) to a different one inside the SharePoint based on their approval status or version number etc. But I want to move the ...
2
votes
1answer
91 views

copy the name of a folder to a column

Is there an out of the box way in SP2010 to copy the name of a folder to a column? Or a workflow to do it? For example. I have a folder content type called scholar and it will be named the scholar's ...
3
votes
2answers
1k views

Triggering a Workflow When a Folder is Created and not A File?

I'm new to workflows, so please excuse the novice question. I set up a workflow on a document library configured to send an email when a new item is created. When I create a new document in this ...
0
votes
1answer
231 views

Can a workflow be associated to a folder without custom code?

My client has a document library that contains a folder for each "case" they are working on. These "case" folders contain various documents related to the case. They would like to be able to add a ...
3
votes
1answer
171 views

Trouble copying a folder with a workflow

I'm using a "display" flag for people to only see what they care about, when display is set to "no" i just copy the item to a different list and remove it from the original list. I am using a ...