You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- I just had a thought of maybe adding the hyperlink as a property on the document? A user could then view the properties of the document and get the URL, without cluttering the main view. Do you know how I would go about adding a property to it? The only other option I can think of is creating a view which shows that column and just giving the user the option to change their viewJoe129– Joe1292016-03-02 18:31:47 +00:00Commented Mar 2, 2016 at 18:31
- You could create a choice field that lets users indicate what type of document it is, then create a view for each choice instead of using folders. Then you could include the link column in only the Public Documents view.Erin L– Erin L2016-03-02 18:59:51 +00:00Commented Mar 2, 2016 at 18:59
- @ErinL The only issue is this; users only have access to documents that are either public or internal. Then documents that are for marketing or are restricted are locked down by permissions. That's why I've done folders, so I can apply the permissions to those parent folders.Joe129– Joe1292016-03-03 17:24:05 +00:00Commented Mar 3, 2016 at 17:24
- How many documents have special permissions? If it's close to 500, then you're right, you have to either use folders, or break them into separate libraries as Jason suggested.Erin L– Erin L2016-03-03 18:34:10 +00:00Commented Mar 3, 2016 at 18:34
- @ErinL At the moment it's not much, but will grow. Almost certainly over 500. The issue I can't seem to find a fix for is that we will have a lot of columns and I don't want them all in the same view because it will be horrible for users to use. The only thing I can think of is using multiple views and giving them the option to change between them.Joe129– Joe1292016-03-03 20:20:56 +00:00Commented Mar 3, 2016 at 20:20
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. sharepoint-online), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default