The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
56 views

Add/Create new document in SharePoint document Library programmatically

I have created a new Document Library and set up custom content type with MS Word Document Template. When i click on Create new template it works fine. but i need to be able to add some logic on ...
3
votes
3answers
2k views

SharePoint custom context menu in custom list appears on folders and not just files

I have created a custom list here is the List Template: <ListTemplate Name="CustomDocumentLibrary" DisplayName="Document Library" Description="" BaseType="1" ...
2
votes
1answer
21 views

Trigger script on certain document library event?

Is there a way of triggering a script on certain event in a document library in SharePoint? How can one control those events? can they be controlled at all? are they even created by SharePoint? ...
2
votes
2answers
370 views

How can I get the Document Libraries permissions in Sharepoint 2010?

I'm developing a Webpart and I need to go through every document library and get its permissions. Basically I need to get the groups and its permissions associated with the document library. I have ...
2
votes
2answers
2k views

SharePoint 2007 Document Libraries vs. Folders

We are building a new SharePoint 2007 web site to replace our intranet website for the company I work for, and a common debate keeps coming up. Specifically, should we be using multiple document ...
2
votes
5answers
651 views

Create a document library with external persistence

I would like to create a custom document library where I use the standard UI but implement a different persistence layer. Basically fetch and display documents from a different source system. This way ...
1
vote
1answer
21 views

workflow or EventListener

We are building an extranet sharepoint portal for our clients. Each client will have a site. Total number of sites will be between 2000-3000. I have a requirement to copy a document from a ...
1
vote
1answer
21 views

Error: “Value cannot be null. Parameter name: formType” retrieving default view page of document library

I'm trying to get the default view url of standard document library list in SP2010: var defaltViewUrl = documentLibrary.Forms[PAGETYPE.PAGE_DEFAULTVIEW].Url; and I'm constantly getting the ...
1
vote
0answers
48 views

Using Application Pages for List Forms

I'd like to use an application page that I created in the _layouts folder as the new document form for a document library in SharePoint. When I attempt to do this in SharePoint Designer, I have to ...
1
vote
2answers
1k views

SharePoint SPFile change extension on existing item possible?

I am at my wits end on this one. I have a user interface that creates and edits documents stored in a SharePoint document library. The trick part is I need to allow the user to update the document no ...
1
vote
3answers
584 views

sharepoint moss 2007 add column with javascript

We use MOSS 2007, and I have a document library with several document templates in it. When someone clicks the document template (for example .dotx), the templates is opened. But I want it working so ...
1
vote
2answers
658 views

Display a success message to user in a SharePoint Document Library after validation in ItemAdding Event

When validating a document in the ItemAdding event there are many ways to display errors to the user, but there doesn't seem to be a way to display successes to user, like a validation was successful. ...
1
vote
4answers
1k views

How do you get file details in a SharePoint ItemEventReciever in the ItemAdding Event?

I would expect something like this to work but the ListItem, BeforeProperties, AfterProperties are all null/empty. I need the file name and file content. public class MyItemEventReceiver : ...
0
votes
0answers
20 views
+100

Document ID is not set in contenttype when saving from Office client

I have a problem that i've struggled with for a long time. This problem manifests itself in the test environment, but not in my dev environment. I have a document library template. In a event handler ...
0
votes
4answers
38 views

How to move document library sharepoint 2007

We have one client requirement to move document library from one subsite to another. While moving we should move all documents along with all the custom columns with its values as it is. All the ...
0
votes
0answers
39 views

sharepoint document library view to show actual images uploaded

Scenario : Sharepoint 2010 document library. Users click on 'add new document' and upload a picture (They always upload pictures or images only). The default view shows the 'Type' and the filename. ...
0
votes
2answers
44 views

How to programmatically move (archive) a document from document library of a site collection to another site collection

I have to programmatically move (archive) a document from document library of a site collection to a document library of another site collection in SharePoint 2010, when a specific value is set for a ...
0
votes
1answer
47 views

Is it possible to copy a list item to a document library in SharePoint 2007?

How could I copy a list item, when it is created, to a document library using a workflow? Is it even possible? If not, what would be a possible solution for getting a created list item to a document ...
0
votes
1answer
45 views

iterating through a Web downloading all folders,lists, documents in it and its sub-web

I am trying to download everything (documents, lists, folders) of a web and its sub-webs and its sub-webs (if exists) and so on, I can do it for a single web but its not working for subwebs in it, ...
0
votes
0answers
70 views

SharePoint 2010: Advanced filtering on Managed Metadata field

I'm implementing a document management site on SharePoint 2010. Each document that is stored on the site, is tagged with one or more geographical locations indicating what the content of the document ...
0
votes
0answers
68 views

How to print bulk document from sharepoint site

How can we print bulk documents from sharepoint site through browser. We have to print the documents through browser means at client side not at server side. The printer is not in the server network. ...
0
votes
0answers
90 views

Changing a document library name without affecting static url references that contain the library name

I need to change a document library name such that all static URL references (consider the URL path to a document mentioned somewhere else) containing the old library name will redirect me to the same ...
0
votes
1answer
106 views

Sharepoint 2010 migration - document library contains only the latest 2 versions of the doc

After migrating a sharepoint application from a MOSS 2007 environment to SharePoint 2010, the document library which had versioning enabled is showing only the last two vesrsions of the documents. The ...
0
votes
1answer
210 views

Disable default fields(column) available in a sharepoint library

I want to disable the option that allows users to select the different name fields(columns) available during a sharepoint library creation. I want the users to create a new column instead of chosing ...
0
votes
1answer
71 views

Depending fields in Document Library?

I would like to know if it's possible and how to do something like this in SharePoint 2010: I want to add to a document library some custom columns; 2 of them will be of type choice. I want one of ...
0
votes
1answer
507 views

Sharepoint 2010 - Redirect to library item's default edit page

I want to programmatically upoad a document to a Sharepoint library. After uploading I want to redirect the user to the Edit Page (OOB or custom) associated with the new library item. How do I know ...
0
votes
1answer
511 views

Sharepoint 2010 - Client Object Model Upload content to document library

I have the following requirement: I have created a Flash application that is embedded in a Sharepoint Application Page. In the Flash application I have to upload text (I cannot create a file on the ...
0
votes
1answer
32 views

Authorizing SharePoint Site

I wrote a method which will convert the word documents in a sharepoint library into PDF. public WordToPDF(string fileName, string filePath, string userName, string passWord) { //Code to ...
0
votes
0answers
323 views

Sharepoint 2010 Document library- Storing multiple document under a group

I want to implement a functionality in which I want to store multiple document under a ListItem of document Library. On click of Add new of document library,user will upload a zip file. Its ItemAdded ...
0
votes
0answers
303 views

Failure Uploading multiple documents to Sharepoint 2007 Server from Office 2010 client

This scenario previously worked when my client pc had office 2007 installed. After upgrading to Office 2010 on the client, this is the result: Browse to the MOSS 2007 site and go to any document ...
0
votes
1answer
326 views

SharePoint web service call to retrieve file information for the contents of a specific SPFolder

I have a large SharePoint document library with many levels of subfolders in it, my goal is to make one service call to list the file information (Name, size, AbsoluteUrl, etc.) of the files contained ...
0
votes
2answers
173 views

How to write a SharePoint (2007) Enhancement to allow ShortCuts / Links in Document Libraries?

Hi Right now it seems impossible to add a regular "link" or "shortcut" in Share Point built in Document Libraries. the need for shortcuts is clear, as you might want to have references from related ...
0
votes
1answer
735 views

Open SharePoint 2010 list item via custom web part

On my SharePoint 2010 site I have a list of items (Document Library). This library contains xml files. Also, I have a Visual Web Part which displays data from these xml files. Is there a way to ...
0
votes
0answers
202 views

SharePoint concurrency issues (users accidentally checking out older versions of files)

This is a strange issue that I'm wondering if others have encountered when editing documents in a SharePoint document library. Basic problem is as follows: User1 edits document X User1 checks in ...
0
votes
1answer
128 views

How do I know if the user selected a SharePoint file in OpenFileDialog?

In an OpenFileDialog, the user can enter the address of the SharePoint site and select a document in the document library. I need to provide check-in/check-out integration for SharePoint documents. ...
0
votes
1answer
370 views

Soft Limits for Sharepoint2010 document libraries, page libraries and lists

Our client plans to migrate from the existing Content Management System(non-Sharepoint) to Sharepoint2010. We need to specify soft limits for document library, page library and list to the client from ...
0
votes
2answers
230 views

Sharepoint's “New Folder” doesn't ask for a required field

I am using Web Part Connections to filter documents in a documents library in SharePoint. To do this, there's a column that is required, which I've named "related contact." Here's my problem: When I ...
0
votes
1answer
227 views

How to delete documents from a document library in WSS 3.0?

I need a way to programmaticaly delete documents from Sharepoint 2007 document library. I don't have access to the server to deploy server-side code, so it needs to be via web service or pure http. I ...
0
votes
5answers
254 views

inadequate version control, MOSS 2007

Sharepoint document libraries used for policies and procedures, both administrative and clinical (health care). version control and approval workflows support legislative requirements and protect ...