Document library is a list for storing documents
0
votes
2answers
547 views
Uploading Documents Choose Destion folder does not work
I have a document library with at least 20 folders in it. When I go to the library to upload a document, the upload document popup window does render properly.
- I then click on the choose ...
1
vote
0answers
13 views
Record management in document management project - SharePoint 2010
For a document management project we need to implement a record management capability to a document library .
Which template should we use?
Record centre Or document Center?
Record center has many ...
1
vote
1answer
378 views
How to provide read-only access to a subset of library documents?
Let's say we have a library of Dept docs with R/W access for Dept members.
- Some of the Dept docs need to be shared but not all, only that are "ready" to be shared as READONLY to Dept Visitors.
- ...
0
votes
0answers
10 views
Synchronized InfoPath Attachment With Document Library
I have an InfoPath 2010 form with a Document attachment.
if any user upload infopath form with attachment, than attachment must be added in document library,
if any user modify or delete any ...
1
vote
2answers
397 views
Unable to filter SharePoint Document Library Folders based on Login member
I have a task on a SharePoint document library. I have 3 folders A, B & C. These 3 folders are 3 business packages. The customers might have more than 1 package.
Example
Data Entry ...
0
votes
2answers
302 views
Custom Event Receiver - Copy To sub Folder
I need to copy my files from one document library to another document library which reside on another site and
Document library contains number folders and sub folders..
The same structure should be ...
0
votes
4answers
32 views
bulk files upload to document library in SharePoint 2010
in one of the project we need to upload bulk files ( 250 mb at a time or more ) to a document library in SharePoint 2010. OOB multiple file upload through IE browser is not good one as it gives ...
0
votes
1answer
15 views
Displaying Version # In Document
I am looking for a way to display the SPItem version number from within an Excel document. We are authoring an Excel Template in a version controlled document library. I want the Excel document to ...
0
votes
0answers
11 views
Is there a way to make data linked to by BCS look like a document library?
Is there a way to make the data linked to by BCS look like a document library?
Basically, I'm storing some archival type documents in cheaper storage than a SharePoint document library, but I would ...
0
votes
1answer
26 views
I want a literal 'Read/view Only' library - no save, download or print functionality. Is this possible?
I have a number of documents that I want to be literally 'Read Only' in a Library (ideally view in the browser). This means that I want to disable the 'Save As', download and print functionality to ...
0
votes
1answer
14 views
why I cannot download documents If subfolder name of document library contains “+” symbol
I am using sharepoint 2007 portal.
In document library I have created one folder and named it as "Cards + Payments".
I am able to upload document in that folder but when I try to download, it is ...
0
votes
0answers
268 views
Model a Hierarchy Organizational Structure with SharePoint 2010
I'm about to model an organization with SharePoint 2010. I found out there are lots of Task Passing through different parts and divisions of organization.
For example a task created from Management ...
0
votes
1answer
19 views
Use checksum to verify data in Document Library
I am migrating data into SharePoint Document Library using web service. Here i need to check whether folder/document already exists before creating and have to verify the data using checksum. I ...
0
votes
1answer
26 views
Error conflict with updating an item
I have an issue with updating an item in ItemUpdated event. Basically i don't get any error but it is just not being set my field. But if i debug it, then i do get an 'error in saving'. I have this ...
1
vote
0answers
15 views
Customize Filters in Document Library
We got several document libraries which has a column type. This like all other columns can be filtered by values that is inserted on the document library. In Type, we got file types like doc, docx, ...
1
vote
1answer
35 views
warning of duplicate item while uploading file in document library
I have a standard document library. I want to prompt the user if file name already exists in document library. I want this Friendly Error (with custom error text) on "Upload Document" form when when ...
3
votes
2answers
236 views
Programmatically add item to sharepoint list from window application
How to add item to SharePoint list from window application using claim based authentication ?
it gives 401 forbidden error. user is authenticated from ADFS server.
0
votes
1answer
48 views
Versioning in Sharepoint Document Library
I am uploading a document in the document library using the following code.
Hashtable objhash = new Hashtable();
objhash.Add("List ID", ListIDNo);
//
...
2
votes
2answers
2k views
How can I modify the Document Library Upload Form?
I'll be as specific as possible for this issue as I haven't found anyone of my normal resources that can help me out with this one.
I have a Document library that we would like to have a field that ...
0
votes
0answers
13 views
Some items not showing up in grouped view of document libary
I have a document library that contains several hundred articles I've written that were published in a couple of different magazines. I've added some custom fields to, among other things, identify the ...
0
votes
1answer
20 views
I have a document center in 2010. Can I set unique doc IDs by library?
So if I have an HR, accountant, admin library I and start them with HR ACT ADM
Can it be assigned by folder?
1
vote
1answer
66 views
+50
Update Created By field in Document Library using web service
I am uploading documents to Document Library using copy web service. I need to update read only fields like created, created by, modified, modified by, version,.. I changed the read only property of ...
0
votes
1answer
19 views
Retrieve reference for list from Lookupfield
I have a sharepoint 2007 and in a document library eventhandler: in ItemUpdating, i would like to be able to retrieve the value by id's from lookupfield. So with other words i have to get the ...
1
vote
0answers
9 views
Set Created By field for Folder in Document Library
I need to migrate documents from xml to Document Library. We can use Files.Add method to create documents with created by and modified by fields. How can we update / create Folders in Document Library ...
1
vote
2answers
416 views
Add a ‘Create New Document Set’ link to a web-page
I've found this page which explains how to add a ‘Create New Document’ link to a page :
<img alt="" src="/_layouts/images/rect.gif">
<a ...
1
vote
2answers
404 views
Workflow; Use previous document library item to populate field
This one has stumped me indefinitely... so I'm coming to the great guru's of the confusing concepts.
CASE:
I have an InfoPath form which is connected to a document library. Once the form is ...
1
vote
1answer
785 views
Library workflow starts on upload, but not on save in the edit form
I have a document library for pictures and I've created a SPD workflow tha should start every time items are changed or added: newly uploaded, edited metadata or uploaded againg (overwritten). The ...
1
vote
0answers
23 views
Update Document Library columns
How to update column values in Document Library while creating documents or after creating?
I am adding a new document using the Copy web service. I tried using the Lists web service and Event ...
1
vote
2answers
15 views
SharePoint 2007 Custom Sorting for Document Library
I have a uploaded slides from PowerPoint to a document library that can then be collected for a staff meeting presentation. Each slide has its own number and place where it belongs for the slideshow. ...
-1
votes
0answers
18 views
Connecting Sharepoint to Enterprise Service Bus(ESB) that connects to IBM DB2 [duplicate]
Is it possible to connect to an Enterprise Service Bus which connects to a DB2 database instead of connecting to the current sharepoint SQL database.
This is in relation to document management. Will ...
1
vote
4answers
673 views
Files in document library not opening in explorer
When trying to access a file in a document library folder in explorer, some users are getting the following error:
However, this is not the case for all users. The users can though open the files ...
1
vote
1answer
21 views
How to use the reorder method for document library?
I have a document library of 179 documents, and I want to reorder them. I have this code to try swapping the first two documents
bool u = sharepoint.library.Ordered;
if (!u)
{
...
0
votes
0answers
10 views
Document Template Error
When I want to create a document using my custom content type, I get this error. How can I resolve this problem?
1
vote
1answer
16 views
Can you add metadata to a folder in a document library?
I am making a visual webpart for SharePoint 2010 that displays files and folders from a document library, and I want to keep ordering to folders. I want to be able to sort folders so I need a way to ...
1
vote
2answers
39 views
ItemAdding in document library
I have an issue with setting the field in item updating event in document library with SharePoint 2007.
I have following situation, I have a document library, and when i add a document based on one ...
2
votes
1answer
304 views
How to print document library item from ribbon button
I'm creating some custom features to add functionality to the ribbon.
I have created a button to print the page you are viewing very easily like that:
SPItem containing elements.xml:
<?xml ...
0
votes
3answers
228 views
How to Print Document Library Item?
Document Library having Number of document items. how to create feature for print item in document library.
0
votes
1answer
16 views
Viewing HTML Pages from a SP List
In the SharePoint 2013 environment that I'm developing, I'd like users to be able to view HTML files from a list.
I'm able to a HTML file to the Document Library that I've created, but clicking them ...
0
votes
1answer
18 views
Update Document Library Fields
Is it possible to add/update Document Library fields like Content Type, Version, File Size,..?
These fields are visible in view mode.
0
votes
3answers
362 views
Display a filtered top-level document library in a subsite?
I got a top level document library with some extra metadata fields such as customer, project etc.
I'd like to create a sub site for each project and include a web part which allows managing of only ...
0
votes
0answers
7 views
Websphere portal 8 PDM with SharePoint
Can we relate IBM websphere portal 8 PDM with SharePoint? Is it possible to migrate PDM to Document Library?
1
vote
1answer
344 views
How to give a visitor user, contribute access in a document library folder
I am facing problem in giving a visitor user permission as "Contribute" on a perticular folder inside a document library. In my scenario the user is added in the top site collection inside visitor ...
0
votes
1answer
31 views
I'm unable to update the multiline description field in a document library for office documents
I have a document library with ~1,800 documents in it. There are 4 content types with about 20 total combined fields. When I view and update properties everything seems to work except for one specific ...
2
votes
1answer
20 views
Documents Migrated from 2010 have bad Document IDs
I have done an upgrade for a SharePoint 2010 site collection to 2013. The site collection in question is a document center and there were a few thousand documents contained in it. Another person ...
1
vote
1answer
1k views
COM exception while querying document library
I have a need to get collection of SPLitsItem currently viewed to user. My solution is a ribbon button which calls custom application page in LAYOUTS via javascript in custom action.
Application page ...
2
votes
1answer
68 views
Gathering users requirements for building a document management system
I'm working in a company and we want to implement a document management system using SP. As a software engineer I will handle the requirement gathering. The document management system is somehow ...
1
vote
3answers
339 views
How can I change Document library permissions for all site collections using powershell?
Total Powershell newbie here, but I have managed to write a couple scripts so far that have been working.
We are using 2010 Enterprise edition, and I have been tasked with creating a script that will ...
0
votes
2answers
33 views
Custom action with custom code doesn't work properly
I have an action in my document library, but it doesn't work as it supposed.
So I have here definition of my custom action:
<CustomAction
Id="MyProject.Google"
Title="Go to google"
...
5
votes
8answers
8k views
Missing “Upload Multiple Documents” in SharePoint 2007
I'm using MOSS on the server and have Office Enterprise 2007 and IE9 on the client. In all libraries, I can only upload a single document at a time; the multiple document upload option is not ...
0
votes
2answers
50 views
Custom ribbon button in Document Library
I need to create custom ribbon for document library. I tried creating custom ribbon button with registration id as 101, but it shows ribbon in all document library.
I also tried using content type ...


