Users are able to view only their own uploaded documents in Document Library

Permissions for all are "Contribute" but still few are not able to see all documents - docs uploaded by other users. Is there a setting that is preventing them? 

Hi,
One more thing you need to check about library is versioning. Go to doc lib settings-->versioning settings-->check content approval and document version history settings. They should be turn off.
>but still few are not able to see all documents
If this is happening for few users then have you tried to use different browser and different machine. Just try to use different browser and machine with same user login and see the result.
Let us know your result
Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
you see a reply being an answer to the question of the thread, click "Mark As Answer
Please feel free to unmark answer if does not resolves your problem.

Similar Messages

  • Allow users to create reports based on their own selection of fields

    Is there a way to allow users to create reports based on their own selection of fields?
    And if there is a way, then how?
    In access we retrieve all demographic info on one screen and on another screen user can be able to choose specific fields from a list box to import data into file.

    Hi,
    This can be handled in various ways - but the principles are the same.
    You need to apply conditional displays to all of the columns that your user can select and base the display of a column on the value of a field on the page.
    You can have a series of Yes/No options - one for each field and base the display on the corresponding field being Yes. Or you can use checkboxes.
    However, if you wish to use a multiselect list (which is probably easier as you can dynamically generate the list of field names), you will need to have hidden fields that will store either Y/N or 1/0 (I use ones/zeros) and have the conditional displays watch these fields instead. Populating these hidden fields is a bit more tricky than just having fields on the page that the user can control, but is doable:
    1 - Create one hidden field for each field in the report that you want to show/hide. Put these fields in the same region as the select list in a region above the report
    2 - Set conditional display values to "Value of Item in Expression 1 = Expression 2" and use the appropriate hidden field for Expression 1 and in Expression 2 enter in 1
    3 - Create a page process that runs on submit, and create PL/SQL code something like:
    DECLARE
    lFields HTMLDB_APPLICATION_GLOBAL.VC_ARR2;
    vField VARCHAR2(1000);
    BEGIN
    :P31_SHOW_EMPNO := 0;
    :P31_SHOW_ENAME := 0;
    :P31_SHOW_JOB := 0;
    :P31_SHOW_MGR := 0;
    :P31_SHOW_HIREDATE := 0;
    :P31_SHOW_SAL := 0;
    :P31_SHOW_COMM := 0;
    :P31_SHOW_DEPTNO := 0;
    lFields := HTMLDB_UTIL.STRING_TO_TABLE(:P31_FIELDS);
    FOR i IN lFields.FIRST..lFields.LAST LOOP
    vField := lFields(i);
    IF vField = 'EMPNO' THEN
    :P31_SHOW_EMPNO := 1;
    ELSIF vField = 'ENAME' THEN
    :P31_SHOW_ENAME := 1;
    ELSIF vField = 'JOB' THEN
    :P31_SHOW_JOB := 1;
    ELSIF vField = 'MGR' THEN
    :P31_SHOW_MGR := 1;
    ELSIF vField = 'HIREDATE' THEN
    :P31_SHOW_HIREDATE := 1;
    ELSIF vField = 'SAL' THEN
    :P31_SHOW_SAL := 1;
    ELSIF vField = 'COMM' THEN
    :P31_SHOW_COMM := 1;
    ELSIF vField = 'DEPTNO' THEN
    :P31_SHOW_DEPTNO := 1;
    END IF;
    END LOOP;
    END;
    4 - Finally, add a button that generates the report - this just needs to submit the page and branch back to the same page
    I've used the standard EMP table for this example and my hidden fields are P31_SHOW_fieldname. The code resets the hidden fields to 0, checks if the user has selected the field from the list (P31_FIELDS) and changes the hidden fields value to 1 for all those selected. When the page is re-rendered, the report hides the columns where the hidden field value is 0 and displays those where it is 1. The export option will then only export those fields that are displayed.
    You can see an example of this here:
    http://htmldb.oracle.com/pls/otn/f?p=33642:31
    Regards
    Andy

  • HT1198 If I share an iPhoto library between multiple users, will the Faces, Events, and Places be automatically usable by all users, or will each user have to tag all the photos (e.g. if a user tags a face, will a different user have to do it in their own

    If I share an iPhoto library between multiple users, will the Faces, Events, and Places be automatically usable by all users, or will each user have to tag all the photos (e.g. if a user tags a face, will a different user have to do it in their own iPhoto application??

    Have you read this Apple document regarding sharing a library with multiple users: iPhoto: Sharing libraries among multiple users?
    OT

  • All the users are able to access all queries in all infoset's.

    Hello All-
    All the users are able to access all the queries in all the query areas and infoset irrespective of the user group setting. even though the users don't have access to a particular infoset they are able to access and execute the queries in them and also edit them.
    Please advice if there is a setting that is set at the client level or any other setting. We are in ECC 5.0 recently upgraded from 4.6.
    Thanks-
    Chakri.

    Thank you all for your prompt responses!
    The role all these employees are having is a composite role which is having SQ01, SQVI as a single roles in it.
    But if the users have the access to SQ01 then why are they able to edit or change any other queries which they don't have access as per the user group. What is the use for the user group?
    Please advice with any thoughts!
    Thanks-
    Chakri

  • Users are able /not able to join Flexconnect APs

    Hi Community ,
    I have 2504 controllers(.6) at central office and remote APs have joined the Controllers . Flexconnect is Up and working . Problem is I can see some users are able to connect to some flexconnect APs but not to some other APs in the remote side .
    What is the reason for this type of behavior ?

    You don't happen to have a topology do you? Are you saying you have 6 x 2504's? Why so many? Flex APs are they doing local switching? Do you have VLANs identified on all the FLEX APs? Are the FLEX APs connected to a switch port that allows trunking if they are doing local switching?  How are the clients authenticating central or local AAA server? 
    Really need a L2/L3 topology even pencil sketch to help answer this.
    ~ Please rate helpful post ~

  • Level permission only for edit uploaded documents

    Hi guys,
    I have this requiriment, in my document set I need that spcecified users are allowed only to edit uploaded document (for example editing using word if is a docx type) but not other fields in SharePoint........ is it possible?
    thanks!

    This is not possible using OOTB functionality. If you have edit permission to a file/list item, you have access to modify all of the information.
    There are a few third party options that provide column/field-level permissioning in SharePoint. You could also program your own rules into an Event Receiver.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Users are unable to view private mails of shared mailbox

    We are facing one issue here with shared mailbox ( helpdesk and servicedesk) . users are not able to view mails which marked as private to helpdesk ID
    Symptom:- users having full access to shared mailboxes are unable to view private mails received in shared mailbox.
    Product: Outlook 2010 SP2/ Outlook 2013

    Did you try the article I suggested?
    Essentially, the "owner" of the mailbox needs to grant "show all items, including Private, to my delegates".
    I think MSFT introduced this change (to honour the Private flags) in OL2010, and earlier versions did not respect the Private flags.
    (some customers want private to be properly private. other customers, don't want private to be private, if you know what I mean ;)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Can two users of the same iMac have their own "space" and how is this set up?

    My wife and I will share the same new iMac.  Can we each have our own "space" complete with personal background preferences, tools, etc.?  How would I set this up?

    As PrDm indicated, you can indeed each have your own user account in Mac OS X. But you do not have to log out for the other person to use their own account in Mac OS X. You can use Fast User Switching:
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/8672.html
    That makes it a lot easier to share a single computer.
    Regards.

  • I've heard that when you update your new software you are able to view any photo or text message you have ever done, is this true?

    I've heard that when you update the new software to your iphone you are then able to view every photo and text message you have ever created, is this true.

    Um, no.

  • How to List view web part to display document library for only users with access permission

    Hi
    I am trying to accomplish this requirement but I don't know if that is possible or how to get there.  Any suggestion or advice are helpful.
    On a site collection, I have several document libraries,  with each library have unique permission to a few user or SharePoint group.
    I want to create a web part page and make that the site home page.  On this web part page, I want to create a Content Search Web Part to list the content of the document library that the logged on users have permission to see. 
    Is this possible with CSWP or is there anything easier or if it is not possible at all,  please advise.
    Thanks
    Swanl

    Hi ,
    Based on your description, my understanding is that you want to create a Content Search Web Part to list the documents that the logged on users have access permission.
    It is feasible with CSWP, you can follow the below step:
    Edit Content Search Web Part->Change query-> Select a query: Items matching a content type (System); Restrict by app: Current site collection; Restrict by content type: Document.
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]

  • Not able to copying files/folders from one Document Library to another Document Library using Open with Browser functionality

    Hi All, 
    We have SharePoint Production server 2013 where users are complaining that they are not able to copy or move files from one document library to another document library using “Open with Explorer” functionality.
    We tried to activate publishing features on production server but it did not work. We users reported following errors:  
    Copying files from one document library to another document library:
    Tried to map the document libraries and still not get the error to copy files: 
    In our UAT environment we are able to copy and move folders from using “Open with Explorer” though.
    We have tried to simulate in the UAT environment but could not reproduce the production environment.  
    Any pointers about this issue would be highly appertained.
    Thanks in advance
    Regards,
    Aroh  
    Aroh Shukla

    Hi John and all,
    One the newly created web applications that we created few days back and navigated to document library, clicked on “Open with Explorer”, we get this error.
    We're having a problem opening this location in file explorer. Add this website to your trusted and try again.
    We added to the trusted site in Internet Explorer for this web application, cleared the cache and open the site with same document library but still get the same above error.
    However, another existing web application (In same the Farm) that we are troubleshooting at the moment, we are able click on “Open with Explorer”,  login in credentials opens and we entered the details we are able to open the document
    library and tried to follow these steps:
    From Windows Explorer (using with Open with Explorer), tried to copy or move a files to
    source document library.
    From Windows Explorer moved this file to another destination document library and we got this error.
    What we have to achieve is users should be able to copy files and folders using
    Open with Explorer functionality. We don’t know why Open with Explorer
    functionality not work working for our environment.  
    Are we doing something wrong? 
    We have referred to following websites.
    we hope concepts of copying / Moving files are similar as SharePoint 2010. Our production environment is SharePoint 2013.   
    http://www.mcstech.net/blog/index.cfm/2012/1/4/SharePoint-2010-Moving-Documents-Between-Libraries https://andreakalli.wordpress.com/2014/01/28/moving-or-copying-files-and-folders-in-sharepoint/
    Please advise us. Thank you.
    Regards,
    Aroh
    Aroh Shukla

  • Allowing only pdf files in document library using Javascript

    HI,
    I have a document library in sharepoint 2013, where i want only pdf files to get uploaded in it. I have created event receiver for the same and it is working fine. but i want to restrict the files using javascript on
    the page itself, since, In event receiver, after the file is getting uploaded, it is checking and throwing error. So, is there any way to check for the file type before uploading the file and show error message if wrong file is uploaded?
    Harikrishna Baskaran

    Bind event to the upload button and add jquery to validate the file extension. Refer to the following posts for more information
    http://stackoverflow.com/questions/13124950/change-onclick-event-input-type-button-in-ie-8-9-ff-with-jquery-won%C2%B4t-wo
    http://stackoverflow.com/questions/4234589/validation-of-file-extension-before-uploading-file
    --Cheers

  • How to add the current user to a people picker using javascript coding in document library

    Hi Everyone,
    This is my scenario,
    I have a document library,for this if any user uploads a document,there we have three content types(Ex:content1,content2,content3)
    if the uploaded user is from content 1(here we have four columns name,assigned to ,status,published to) after uploading the document the document has to be updated.so when the document is updated by the user then automatically the published filed people
    picker has to be filled up with the current user name this is done by using java script object model programming.
    i am stuck with this can anyone help me..............
    thanks in advance
    Ramu

    Hi,
    I understand that you want to set a people picker field value automatically to current user. You can use these ECMA scripts on your EditForm.aspx page. Edit the page in SharePoint designer and add the code before a </asp:Content> tag.
     <script type="text/javascript">
    var context = null;
     var web = null;
     var currentUser = null;
    ExecuteOrDelayUntilScriptLoaded(GetUserLoginName, "sp.js");
    function GetUserLoginName() {
    context = new SP.ClientContext.get_current();
     web = context.get_web();
     this._currentUser = web.get_currentUser();
     context.load(this._currentUser);
     context.executeQueryAsync(Function.createDelegate(this, this.onSuccessMethod),
    Function.createDelegate(this, this.onFailureMethod));
     function onSuccessMethod(sender, args) {
     var today = new Date();
     alert('Name:' + this._currentUser.get_title() + '\n Login:' + this._currentUser.get_loginName()); document.getElementById('ctl00_m_g_9b4b3950_80d8_4e6e_b2fa_241b727d83d4_ctl00_ctl02_ctl00_ctl02_ctl00_ctl00_ctl04_ctl00_ctl00_ctl04_ctl00_ctl00_UserField_upLevelDiv').innerHTML=this._currentUser.get_title();//you
    need to change the ID here to you people picker field ID. You can get the id for this field with the help of IE developer tool.
     function onFaiureMethod(sender, args) {
     alert('request failed' + args.get_message() + '\n' + args.get_stackTrace());
     </script>
    For more information, please refer to this site:
    Get current user’s LoginName Ecmascript Sharepoint 2010:
    http://www.learningsharepoint.com/2011/05/18/get-current-users-loginname-ecmascript-sharepoint-2010/
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • Windows 7, and I open window, which then flashes across the screen and is then hidden (only on my screen--the other users are able to open Firefox). What can I do?

    There are several different user screens on my computer with each users programs. We all use Firefox on our Windows 7 desktop. However, for the last week, when I hit my Firefox icon, a small window flashes across the screen and is hidden. However, it shows the open window and the default site on the Task Bar, and I cannot browse, although Firefox still works on the other users' screens. What can I do to use it again and still save my Favorites/Bookmarks?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Project Server 2013: Timesheet Managers are able to view and edit all resources' timesheets

    Regarding the Timesheet Managers list, per this
    Office Blog post: "This feature is designed to support scenarios where the regular timesheet approver may be out of the office or any other scenario where a user must submit their timesheet to a different approver each period." 
    In Project 2013, a resource must be added to the Timesheet Managers list in order to be able to approve timesheets.  With that, is there a way to restrict the resources in the Timesheet Managers list from viewing and editing timesheets where they are
    not the resource's designated timesheet approver?

    Hi,
    As far as I know, the users that are in the timesheet manager list will not see all the timesheets but only the ones they have been designated as approvers. Did you experienced a different behavior? Can you detail it?
    Here is an excellent
    blog post which explains in detail how does this feature works.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

Maybe you are looking for

  • How can I receive the value of a selected item in the backing bean

    I have a table in a jspx file. When I go to the detail page I want to do something with the value of the currentrow. I want do a calculaction of the value of ClbId. How can I receive the value of the selected ClbId in my backing bean <af:table value=

  • Ipod recognized as a camera and wont sync with itunes

    ive had my ipod touch since christmas and have had no problems uploading new music in the past. but since 3 days ago, my ipod is recognized as a camera and will not upload with itunes. could someone please help me with my problem. i have reinstalled

  • Video Sync between iTunes and iPad with IOS 7.0.2 Never Completes

    Hi, I travel a lot and load recorded content up to my iPad from iTunes on my MAC on a weekly basis. Everything worked fine until I upgraded my iPad-2 to IOS 7.0.2 and upgraded iTunes to 11.1. Now when I sync the iPad from iTunes, the sync hangs. Afte

  • Delete, uninstall everything

    I am buying a new Mac and want to give away my current computer stripped of all files, etc. What is best way to do this? Thanks for help. Don

  • Small photos

    Hi I have an iMac and iPhoto 6 and I'm having some trouble when I download my pictures on facebook or myspace. Every time I download them, they look very small. It's not the size on the camera that is small (actually the pictures resolutions are on t