Skip to main content
Trans Am

Todd Klindt's SharePoint Admin Blog

Go Search
Home
Blog
Netcast homepage
SharePoint Terminology Wiki
  

Todd Klindt's home page > Todd Klindt's SharePoint Admin Blog > Posts > One document, multiple Document Libraries
One document, multiple Document Libraries

Here's another question I see a lot, "Is there a way to have one document in multiple libraries, but have there be a master?" The answer is "sort of." In SharePoint 2007 there is a new concept of "Content types." A content type is kind of like a template for document types you store in libraries. In this case we're going to leverage the "Document Link" content type. You can use it to create a link to a master document in another library or to any URL in general. In this post I'll walk you through how to do it. First, notice your options when creating a new document in a standard Team site Document Library.

We're going to add another option there for your link. Click Settings and then Document Library Settings. You need to access the Advanced Settings for the library, so click that.

Since we need to add a content type, click Yes next to Allow management of content types. Then hit Ok.

Now when you go back to the Document Library settings you'll see a new section, Content Types. Click "Add from existing site content types."

The content type we want to add is "Link to a Document." Click it on the left and click Add to add it. Click Ok.

Now you should see your new content type in the Document Library settings.

Make sure it will be Visible on the New Button

Now when you create a new document in that library you'll have another option under new. Let's check it out.

Go ahead and click it and let's create one. It's just like filling out a favorite in your web browser. Give it a name and a link. In this example I'm linking it to a Word document in another library, but you can put any URL in there, SharePoint doesn't verify it's pointing to another SharePoint location.

Here's what it looks like when you're finished:

Whenever you want you can change the document that the link references without worrying about the links pointing to it. This basically replaces the old "Links Library" in SharePoint 2003.

Enjoy!

tk

Comments

cool

Learned something today. Today, and even the month, not a waste because of that learning.  Thanks!
at 8/21/2007 3:24 AM

Re: cool

I'm always glad when someone gets something useful from my blog.  :)

tk
Todd O. Klindt at 8/21/2007 7:01 AM

Metadata

How do you get any custom columns to show up with the Linked Document content type?
at 8/27/2007 4:22 PM

Re: Metadata

There's no way to extract the metadata from the document being linked to.  As far as SharePoint is concerned you're just pointing at a URL and URLs don't have metadata.  If you want to populate the metadata yourself that is doable.  You'll need to go to the Site Collection Content Type Gallery and add the Site Columns you want to the Link Content Type.  Then alter your Document Library view to show those columns.

tk
Todd O. Klindt at 8/29/2007 9:51 PM

Editing a Linked doc

If you actually use the document link to link to a doc in another document libray, you seem to lose the edit features that you get with a doc library. So when you click and open a document via a link, then you get a read only copy of the document and not an editable version of the document. Is there any way to create a link that will just behave as a link and still provide the feature of using a document from a doc library?
at 9/24/2007 10:47 AM

Re: Editing a Linked doc

I don't know of any way to create a copy like you want.  As I've thought about this there *might* be a way to do this with Event Handlers or a workflow, but I think it would get very complicated having multiple read/write versions of a document.

tk
Todd O. Klindt at 10/11/2007 9:28 AM

Problem with Link to a Document Content type

I have a doc lib where I use the content type, for some items it does link it to the documents, for some other when I click on the Item it takes me to the ASPX page and it is not redirected to the Document itself.
Would Anyone know why I have this behaviour
at 11/7/2007 2:44 PM

Re: Problem with Link to a Document Content type

I'm not sure what would cause this, sorry.  Maybe somebody else reading this can help out.

tk
Todd O. Klindt at 11/8/2007 9:31 AM

Linking to the whole document library

Adding links to documents in other libraries is a tedious process, especially if a library contains many documents and I need to show the exact copy of the content of the library on another site. Is there a chance to add a library with linked docs - exact copy of a document library from a source site?
at 11/13/2007 6:50 AM

Linking to the whole document library

Are you using MOSS? It is trivial to use the Content Query Web Part to point to another library within the site collection to display a list of documents.

By the way, Todd, nice post. I know it was a while back, but that doesn't make it any less useful. I often use the Content Type to point to a document template, but never had used the Link to a Document function. Still lots to learn as all this gets hashed out.

Regards,
Mark
EndUserSharePoint.com
at 11/17/2007 8:58 PM

Re: Metadata

Just found this great tip - love it! 

All of our doc libraries are metadata-rich so for this to benefit us, we need to be able to have the linked doc group into existing categories.  It looks like metatdata can be attributed to a linked doc, by taking advantage of 'edit in datasheet'.  This allowed me to populate the metadata columns showing in the view - which ensures the linked doc is grouped as we require.
at 11/20/2007 12:09 PM

Re: Re: Metadata

Glad to hear it helps.  Make this whole blog thing all worth it.  :)

tk
Todd O. Klindt at 11/20/2007 2:03 PM

Re: Linking to the whole document library

I don't know of a way to do this.  If I were trying though the first things I'd look into were Workflows or Event Handlers.  If the two Document Libraries are in the same Site Collection you could create a workflow in SharePoint Designer that would copy a document from one library to another when it's uploaded or edited.  If the Document Libraries are in different Site Collections you can still do it with a workflow but you'll need to write it in Visual Studio.

An Event Handler might work too, but I haven't dealt with them much so I'm not sure.

Hope that helps.  Let me know if you figure something out.

tk
Todd O. Klindt at 11/20/2007 2:09 PM

Re: Linking to the whole document library

Hey Mark,
Thanks for the suggestion about the CQWP in MOSS.  I have considered writing a followup to this blog post outlining how to do this with a CQWP or a Data View Web Part (DVWP).  I've been busy preparing for my presentations in Barcelona, which is why I haven't been posting here much.  Now that TechEd IT Forum is finished I have a few things to post.

Thanks for reading.

tk
Todd O. Klindt at 11/20/2007 2:17 PM

Linking to doc in Outlook Public Folders

After linking to an Excel file in an Outlook Public Folder... and the Excel doc has been updated, the updated file doesn't immediately appear when I click on the file from Sharepoint. Is this some sort of caching issue? It seems like, since it's just a link to a file, that once the original is updated, that's what should appear when the link is followed.

Insights?
at 1/24/2008 1:55 PM

Parameters to document

Is there a way to modify the default hyperlink of a document in wss document library, so that we can add some extra details to the hyperlink - say some query params, which could be used from within the document as passed-in parameters.

Satish
at 1/25/2008 12:44 AM

Re: Parameters to document

I don't know of any way to do this, sorry.  You might be able to do something with a Data View Web Part.  You have more control over the links you have.

tk
Todd O. Klindt at 1/25/2008 1:08 AM

Re: Linking to doc in Outlook Public Folders

There is some lag between when a document is saved in Outlook and when it gets synced to SharePoint.  To force it to go more quickly you might try hitting Send and Receive.

tk
Todd O. Klindt at 1/25/2008 1:16 AM

Openning within the Application (MSWord) versus in the IE windows

I have followed these instructions, but what I am really trying to avoid is when the file (say MSWord) gets opened within the web browser, not the original application.  Is there a way to control that?

Thanks, John
at 2/27/2008 2:28 PM

Same idea...only in 2003

Can this be done in 2003 using document libraries?
at 4/1/2008 4:05 PM

Document Links and the Site Search

When you have a library loaded up with nothing but documents links, will those documents be included in the site search?
at 4/4/2008 8:08 AM

if not a link, then waht?

Given the limitations of links (the opened doc is read-only and metadata is imported into the new doc lib via a rather complicated method), is there some other way to accomplish the same goal (one document appearing in multiple doc libs)?

Or are people just limited to accessing a document from it's home doc lib?
at 4/7/2008 4:03 PM

Create LinkToDocument over Sharepoint API

I have code:
SPList list = ...;
SPDocumentLibrary docLibrary = (SPDocumentLibrary)list;
SPFile file = docLibrary.RootFolder.Files.Add(...

- I cannot create aspx file by template.

How create LinkToDocument over Sharepoint API?
at 4/16/2008 2:54 AM

Extending link content type

A new content type can be created from existing link content type and extra columns can be added if you need some additional information storage with link.
at 4/17/2008 1:24 AM

It doesn't seem to work with File URLs

Have anyone used this with File URLs?  Those URLs start with file:// and can be used to reference a file on shared drive.  When I try such URLs on documents using this content type SharePoint conplains and states the url must start with http or https.

Need help!
at 4/30/2008 10:28 AM

Re: It doesn't seem to work with File URLs

You are correct, it does not work with URLs that do not start with http or https.  A new content type would have to be created to support file:// URLs.

tk
Todd Klindt at 4/30/2008 4:05 PM

Link to a document

Hi,

We're using the Link to a Document" content type which uses the URL
column. When we set it up it worked fine. Now when we try to add a new "Link"
document instead of the URL column item, we get the standard file upload
field instead of the "Link" field.

Needless to say, this won't accept a hyperlink as the file name.

When reviewing the site content types and site columns, everything appears
to be correct. I've even resaved these defaults with update inheritance.
Nothing helped.

Any suggestions as to what to look for?
at 5/5/2008 10:33 AM

Link problem

Todd,

We link to documents the way you describe.  Our problem occurs when you hit the OK button, the user is redirected to a "PAGE NOT FOUND" error page.  If you return to the document list the document was added.

Any idea on why we would be redirected to the non-existant page.

Thanks
at 5/16/2008 9:40 AM

Adding hyperlink to document library in 2003?

Someone asked the question earlier but it never got answered. We'd also like to post links to doc libraries to avoid duplication. Any ideas on how to do this in SP2003?
at 7/11/2008 9:23 AM

Static link to document from list item

Hello. Not sure if I'm straying off topic here, but I'll ask anyway... We are using WSS and have a list based on the Issue Tracking template. We would like to be able to link to a document from Shared Documents in this list item. I know we can do that by copying/pasting a URL, but we really need it to link to the version of the document that is current at the time of linking. So for example, if I add the link to File1.doc, which is currently in version 1.0, I want that link to always point to version 1.0 even though that file in the Shared Document library may be revised over time. Is this possible? How? Thanks!
at 8/6/2008 3:36 PM

How to Extraxt All Information from the linked document?

Hi there! I'm new to sharepoint. With the feature of "link to document" showed above, I found it is useful in my company.

But I'm still having a problem where the linked document created doesn't extract the information that I want.

For example, I create a link from ABC file in Document Library A to Document Library B. The "comments" column showed empty for ABC file in Document Library B.

Did I missed any steps here?
at 8/21/2008 11:27 PM

Re: How to Extraxt All Information from the linked document? 

You didn't miss anything, it's just a limitation of the method, unfortunately.  SharePoint doesn't know you're linking to a SharePoint document, it just knows it's a URL.  It doesn't expect there to be any metadata, so it doesn't pull it over.

Sorry.

tk
Todd Klindt at 8/22/2008 2:55 PM

Re: Adding hyperlink to document library in 2003? 

SharePoint 2003 doesn't have content types.  The closes you could come is to create a Links library, call it something besides "Links" and then put all your document links there.  It's an ugly solution, to be sure.  Sounds like a great reason to upgrade to SharePoint 2007.  :)

tk
Todd Klindt at 8/22/2008 2:55 PM

Re: Static link to document from list item 

I don't know of any way to link to a specific version of a file.  Sorry.

tk
Todd Klindt at 8/22/2008 2:56 PM

Incredibly helpful, thank you!

Thanks so much for this helpful post, and also thanks to the commenter who explained how to categorize the link along with the other documents in the library by using edit in datasheet.  Saved me lots of poking-around time.
at 8/27/2008 8:17 PM

Retrieve link to a Doc

Hi to all
it is possible retrieve all link to a document?

tk
Ale
at 8/28/2008 5:50 AM

retrieve link

Hi to all
it is possible retrieve all link to a document?

tk
at 8/28/2008 5:51 AM

Too Many Links to One Document

Hi! Although I found this is useful but what it will be if I delete the main (master) document? All the linked will show error? I had tried these. It show the page could not be found.

What if I linked too many documents? Do I need to delete the "link document" one by one? Is there any better solutions to my problem?
at 9/2/2008 11:02 PM

Re: Too Many Links to One Document

You have uncovered two issues with this.  :)  I don't know of any way to clean up links to deleted documents.  I think SharePoint Designer does a check for dead links, that might help.

tk
Todd Klindt at 9/3/2008 9:58 PM

Re: Too Many Links to One Document

Do you have any ideas how to check the dead links?
at 9/5/2008 1:47 AM

Join it all up

Seems to me that something extra might help here:

Have a custom field which is capable of storing multiple values (SPFieldMultiChoice).
Add this field to each content type (ie master and children)
At the instance level, let this field be populated with those document libraries that "contain" (virtual or real) the document.

Have an event handler to update meta data in each document library when the meta data is edited, now we know what doclibs items we need to keep in sync.

I know this is not the whole story, and I'm only concerned with this working within a site collection, but I think it moves things forward.

Martin
at 9/6/2008 2:37 AM

yessir

yessir
at 9/9/2008 9:37 AM

Re: Join it all up

It's seem complicated to me!
at 9/10/2008 8:10 PM

What about using "Send to" functionality?

I am surprised that no one brought up the idea to send a copy of a source file to another library (or libraries).  Copies are managed from the source file, in that they can be updated simply by clicking "Update copies" in the document's edit control menu.  If the source file is to be deleted, you can first delete all copies with a single click before deleting the source document, avoiding the problem of "Page not found" errors wherever the copies resided.  If necessary, you can also "unlink" the copy from the source, if there is a need to edit just one copy and maintain it as a separate document.
at 9/16/2008 1:45 PM

Re: What about using "Send to" functionality?

Great suggestion.  My blog has some smart ready readers.  Here's a blog post on how to use the Send To option: http://blog.funknstyle.com/?p=563

tk
Todd Klindt at 9/16/2008 9:52 PM

Re: What about using "Send to" functionality?

It's seem to be good solution. I will try that out =)
at 10/8/2008 1:35 AM

Icon for Link A Document?

I'm wondering is there any other matter or way on how to update the "Link A Document" file icon?

I understood its has a shortcut icon with black arrow on the white square box. Is there any other way to update the icon similiar we used in windows now? Which I mean shortcut key icon for *.doc (blue icon with black arrow on it)
at 10/8/2008 1:41 AM

Wonderfully useful tip

Thank you for the great tip! The linking out of document libraries is saving me many headaches with regard to duplicate files.


P.S., It'd be even cooler if your "Today's sate" field validation handled all common date formats ;-)

(21 october 2008)
at 10/21/2008 11:29 AM

Re: What about using "Send to" functionality?

Hello everyone,

@Todd: Nice post. Thanks.

Well, I wanted to comment on using the "Send to" functionality. The main drawback of that function which made me avoid it is that it creates a physical copy of the document. I guess this redundancy would not be acceptable in case:
- The original documents have large sizes.
- There is a need to create many links to one document.

In this case, I think using the Document Link is a better solution. But one should develop a workflow or something that cleans up all the links once the document gets deleted.

I might be working on such a feature soon. If I do, I would be glad to post a link to it.

Regards,
Samar Hossam
at 11/7/2008 1:00 PM

Re: Re: What about using "Send to" functionality? 

Samar,
If you write something like that, let me know. I'd love to check it out.

tk
Todd O. Klindt at 11/25/2008 9:05 PM

Document library linking & advanced searching

I'm hoping someone can help me with the following two options in Sharepoint 2007. I should preface this with the fact that I'm not a System Administrator for the servers that Sharepoint runs on, but I am a full Admin for my site. Here's what I'm hoping to accomplish.

#1 To be able to add a search function that will search not only the whole site, but mainly the documents (their titles/filenames and content) within the sites document libraries.


#2 How to setup document multiple document centers/libraries that will allow for the updating of a document in one library to update the same document in its other linked locations.

Any help would be greatly appreciated.

Thanks,

phillip.milesjr@gmail.com
at 12/1/2008 3:25 PM

Does using links to docs in other libraries, negate versioning?

When I create a link in Library A to a document in Library B, the link works fine; the Library B document opens, but when I save my edits, the dialog that appears simply asks me if I want to overwrite the prior version of the Library B file. 

Normally this means the prior version is overwritten and lost.  But sharepoint's version control is supposed to save all prior versions. 

The above dialog suggests that if I edit a Library B document from a hyperlink, instead of from directly within Library B, the versioning process for the prior version of that document within Library B, will be bypassed.
at 12/10/2008 10:10 AM

adding item progamatically for content type "link to document"

Hi .... I have attached the "Link to Document" content type with my document library. I need to add the items to my document library progamaticalaly. Every time i try to add an item i get following error:
"To add an item to a document library, use SPFileCollection.Add()".

As i am not submitting any file along so not sure how i can handle this.
at 12/11/2008 3:00 AM

When I do this it opens a Word document

I looked in advanced settings for the content type and it is set to open word. How can I set it to open the URL dialog box?
at 12/11/2008 8:08 AM

Re: Does using links to docs in other libraries, negate versioning? 

I wouldn't think it would matter how you opened it, but I trust what you're seeing. I'll have to try it out and see what happens.

tk
Todd O. Klindt at 12/16/2008 11:34 PM

Re: Document library linking & advanced searching

Hey Phillip,
Are you using MOSS or WSS? If you're using WSS search should already work, there's really not much to configure. It should give you results only from your Site Collection. If you're deep into a Site Collection the WSS search will only search children of where you are.

If you have MOSS there's a bit to configure on the back end. Your farm admins will have to do that.

As for question #2, there aren't any great solutions. You can do what I describe here, but it doesn't really copy the documents to the other libraries. You *might* be able to do it with a workflow, but they are usually confined to the Site Collection they are running in. Outside of that I think you'll have to write custom code.

tk
Todd O. Klindt at 12/16/2008 11:39 PM

Re: adding item progamatically for content type "link to document"

Does this help?

http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/b290bf95-9f80-4e85-8e6d-fdd80aba67a0/

Looks like it's not intuitive if you don't use reflector.

tk
Todd O. Klindt at 12/16/2008 11:43 PM

Is there a way to browse to a document or list item?

I've found that this content type only works on a list that originates from a Document Library content type. 

The functionality I am looking for, is to relate referenced items to an individual list item.  Items could be list items, issues, discussion lists, or documents.  Let's say that I have a Policy as a list item and it needs to reference two documents and a discussion thread.  I am not seeing away to string this together with out of the box site columns or content types.

The desired functionality is similar to the Link to a Picture content type where it has the browse capability.  The limitation with the Link to a Picture content type is that it will only let you link to a Picture.  Duh!  ;-)  In addition, I'd like to be able to add references multiple items. 

So, let's say that I was performing an Audit and my list captures information about the Audit.  It might reference a Policy (list item), two forms (InfoPath form), and a procedure (word doc in a doc lib).

I know what I'm describing is most certainly a custom build solution, but I was looking for a way to ease into having to write code at this point. 

Any thoughts would be appreciated.

sailing_od











  
at 12/30/2008 10:25 AM

Re: Static link to document from list item

Just saw the old post asking how to link to an exact version. Example for linking to version 3.2 below:

http://your.domain/testsite/_vti_history/1538/Documents/Test.doc

major = x 512 + minor version number. So 3.2 = 3x512 + 2 = 1538

Convoluted, but easily progarammable - just remember your retention and version setting might mean old versions disappear, breaking these links.

If anyone knows how to provide the same drop list options as at the linked doc, please let me know - if I solve it I'll post for others of course.
Kind regards,

Mike <a href='http://www.sharepointblogs.com/mossms/default.aspx'>MOSSuMS</a>
at 1/22/2009 7:12 PM

Is it possible to have a "Link to Document" which opens up the target in a new browser window?

Hi... I'm wondering whether its possible to have a "Link to Document" which opens up the target in a new browser window, perhaps by creating a new "Link to Document (in New Browser)" content type that is a variation of "Link to Document".

I'm not a SharePoint expert; so if this is possible, I'd really appreciate knowing what steps to follow.

Many thanks for my learnings from this blog thus far!
at 1/23/2009 1:44 AM

Thank you!!!!

Great web site and great explanation. Keep up with the good work. Thanks a lot for your help.

Verica
at 1/29/2009 6:14 AM

Awesome!!

Been looking for this for a few days now, thank you very much

Thomas
at 2/3/2009 1:26 PM

Can anyone tell me why..

I guess this is a stupid question but...

1. I have a document stored on a fileshare which links to other documents on the fileshae and this works fine.
2. If I add the document to a SharePoint document library and check the document out all of the hyperlinks have been removed.
3. How do I resolve this? Do I have to move all of the fileshare documents into sharepoint as well? I am using WSS 3.0 SP1
at 2/9/2009 9:43 AM

Content Type

where is the document template that gives you the document name and url as shown above.
at 2/10/2009 3:56 PM

Link To Document items are not included in search results

Hi. Is there any particular search settings or configuration to have the Link to Document items be displayed in the search results.

We enabled this content type in one of our document libraries and it works great. but when we try to search for the items, they are not included in the search results.

Please help. Thanks.
at 2/13/2009 1:25 AM

Can anyone tell me why?

>where is the document template that gives you the document name and url as shown above.

I am not using a template. I have created a document library and then uploaded a word document to it.

This word document has links in this document to other documents.

Originally this document was stored on a fileshare with the linked documents also on the fileshare.

The links in the document refer to (for example \\myserver\mydocs\doc1.doc

After I upload the main document into SharePoint the hyperlinks are removed and so the document no longer links.

This is not my expected behavior. I would have expected the links to remain but would understand it they no longer worked.
at 2/17/2009 9:24 AM

Re: Content Type

It should be in the list just like the screenshot above shows. The screenshots above were taken on a mostly bland WSS farm. If it's there, it should be everywhere.

tk
Todd Klindt at 2/19/2009 2:14 PM

can't see the document link form

i followed the steps mentioned above, but when i clic link to a document option from New menu in the library,  it opens Word or the template defined in the library.
at 2/26/2009 11:43 AM

can't see the document link form

same here. i managed to get it to use the upload form but where is the correct form
at 3/2/2009 10:40 AM

can't see the document link form

Can anyone shed any light on the issue mentioned above? I'm running into the same thing - when I add the "Link to a Document" content type, it appears to require that I create a new document.
at 3/5/2009 3:22 AM

Solution found: can't see the document link form

"i followed the steps mentioned above, but when i clic link to a document option from New menu in the library,  it opens Word or the template defined in the library."

I stumbled across a solution for this issue.

http://www.eggheadcafe.com/conversation.aspx?messageid=32139746&threadid=30236472

1. Go to Settings > Document Library Settings
2. Select the Link to a Document Content Type
3. Select the Advanced Settings option
4. In the Enter the URL of an existing document template: field,
enter /_layouts/NewLink.aspx
at 3/5/2009 4:18 AM

Thanks!!

Thank you so much for this wonderful step-by-step.  It was incredibly helpful and I'll have much happier users!!
at 3/9/2009 2:34 PM

can't see the document link form

this worked for me
1. Go to Settings > Document Library Settings
2. Select the Link to a Document Content Type
3. Select the Advanced Settings option
4. In the Enter the URL of an existing document template: field,
enter /_layouts/NewLink.aspx
at 3/10/2009 11:25 AM

YOUR ARTICLE SAVED MY LIFE

Thanks sooooo much. I kept getting word when I used this content type and the /_layouts/NewLink.aspx saved the day!!!! Thanks so much; I have been working on this for a week! Yeah!
at 3/25/2009 11:29 AM

Re: YOUR ARTICLE SAVED MY LIFE

Awww, shucks. :)

Glad to have helped.

tk
Todd O. Klindt at 3/25/2009 11:45 AM

Thanks!

Your article provided the exact answer to my question. It's nice when you can actually go out and find precisely the info you're looking for!
at 4/21/2009 12:46 PM

New column not showing up on NewLink.aspx

I added a new site colum called 'document type' to the 'Link to a document Type'. When I go to add a new link in the document library..newlink.aspx does not show the new column! I don't see NewLink.aspx through SPD 2007 to add the new column manually to the page. Can anyone please help? I have dozens of document libraries and adding a custom newlink.aspx page to each document library will be an arduous task...please help.
at 4/22/2009 9:23 AM

Linking to Multiple Document Libraries????

I've been able to successfully send the link to another document library.....very helpful..... but is there a way to select multiple document libraries as the destination for the link?
at 5/14/2009 1:05 PM

Nicer metadata editing option

This is a great solution for what I was after. Thank you for that.

Having documents with a number of additional metadata, I wanted adding the Metadata simplified without going to the "Edit in datasheet" option. All you do once document is linked;
1. Edit properties for that linked document
2. Change the Content Type back to Document

That's it. It keeps the link and changes the view to add the metadata as you would a normal document.

RV
at 5/26/2009 12:41 AM

Display of document library with links in Data View

Hi!
Thanks for your article. Unfortunately i have now another problem.
When I display the document library where I added links in Data View with SharePoint Designer the view does not render links. Instead of www.google.com I get www.myserverportal.com/www.google.com
I do not know how to get read of this prefix!
Please help!
Larisa
at 6/3/2009 2:36 PM

Thank you so so much!

You saved my life!

While setting this up I found a way to sort the link into the appropriate metadata filter.  Say you have a column with Radio Button Choices, you just change what the default column is in the library settings under columns, and then you can add the new link which will automatically go into the default.  If you want the link to go under a different choice for that column, just change the default and then add the new link.  Tedious if you have a lot of links to add but still doable.

Larisa - you should make sure you include http:// in your link.  This should solve your problem.

Anyway, thanks again.
Meg
at 7/15/2009 6:02 PM

Re: You saved my life!

Thanks for the kinds words and the ideas. I appreciate them both. :)

tk
Todd O. Klindt at 7/16/2009 8:42 PM

open the page in new window

today, the document is opened in the same window.
what need to be done so the link will open the document in a new window?
at 7/20/2009 3:27 AM

Great help

Hi there,

Thanks! In the comments I found the solution to the problem that it did not show an url field but asked to upload a document.
at 8/18/2009 4:16 AM

Re: Great help

Glad this post and the comments could help. Thanks for reading.

tk
Todd O. Klindt at 8/18/2009 11:00 AM

re: redirect to ASPX page

quoted from post on 11/7/2007
"Problem with Link to a Document Content type

I have a doc lib where I use the content type, for some items it does link it to the documents, for some other when I click on the Item it takes me to the ASPX page and it is not redirected to the Document itself.
Would Anyone know why I have this behaviour"

I had this yesterday and figured out that the '+' in the folder name that was being linked was messing with the url coding. Make sure your documents / folders do not have # @ ^ + & = (could be more, these are the ones I know) in them.
at 8/28/2009 1:27 PM

Thank you! You just save me 7 days of thinking!

You just save me 7 days of thinking!
at 9/4/2009 5:29 AM

Multiple Links

Hi -
Is there any way to link one document to multiple documents? aka multiple links?

We have deliverables in our SharePoint that reference multiple documents...
at 9/29/2009 4:15 PM

Re: Multiple Links

I don't know of a way to do this. Maybe you could make a link to a folder or a document library that has all your documents.

tk
Todd O. Klindt at 9/29/2009 9:29 PM

Thanks very much...

It's great when somebody writes a tutorial in such a clear concise manner. Very useful and much appreciated. :)
at 10/5/2009 4:53 AM

Thanks!

Just what I was looking for.
at 11/18/2009 10:54 AM

Multiple content types

I am using multiple content types in a document library. All these are inherting from document content type. Now when click new button or any content type name in new button menu, and then write something in document and try to save it, it prompt me file properties dialog and asks for selecting content type from dropdown. I want that this dialog box should not come while saving document.
Thanks!!
at 12/10/2009 4:04 PM

Thanks!

That was very helpful.  I tried the Send To feature first, to try to link a document from one library to another, but received an error.   But your solutino was a much easier fix.  For the long term, I may need to figure out how to get the Send To to work, as I may have to link more documents from one library to the next....but that's for when I'm a bit more experienced.

Carla Williams
Mass Audubon IT Department
cwilliams@massaudubon.org
at 1/11/2010 3:35 PM

Adding the " /_layouts/NewLink.aspx "  for link problem - can it be done at site content type

Can this be done at the site content type level to avoid having to change a bunch of doc libraries.

Thanks for listening. --umkclag0
at 1/25/2010 11:17 AM

Add Comment

Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights. More information on content approval.

Title


Body *


Today's date *

Please enter today's date so I know you are a real person
Attachments