How to disable user's personal folder

Ref subject.

I would like to completely disable the user folder for all users as we don't need that for our application. Does BO support that?

Similar Messages

  • How to block user create personal view and select ALL VIEW?

    How to block user create personal view and select ALL VIEW?

    Hello,
    >create personal view
    To restrict creating personal view, you need to modify your existing permission level or create new one. Login with admin account to your site and open role.aspx page (http://siteurl/_layouts/role.aspx). Then click on existing permission or add new permission
    level-->and move to "Personal Permissions" section-->uncheck "Manage Personal Views - Create, change, and delete personal views of lists" option. Later you can assign this permission to all users, whom you don't want
    to allow to create.
    >and select ALL VIEW
    Since SP does not supports view level permission directly so you have to use custom solution or use below designer solution to restrict user to open any view.
    http://www.codeproject.com/Articles/433486/How-to-set-view-level-permissions-out-of-the-box-i
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to disable user account

    Hi,
    How to disable user account after few failed login attempt.
    We have the password policy settings.  But we also like to disable account after 5 failed login attempt.
    thanks

    This function is not available in Connect.

  • How to disabled 'user settings' in ALV by right clicking

    Hi,
    How to disable the 'user setting' context menu and corresponding popup after right clicking in the ALV.
    I already tried parameter wddisableuserpersonalization = X but still I can do a right click and go to user settings.
    Hope you can provide the right solution/method etc.
    Thanks, John

    Hi,
    In my opinion this has nothing to do with auth settings... Has everything been transported cleanly?
    You should double check the settings on your Acceptance machine, especially considering WD_GLOBAL_SETTING. If User-Personalization is allowed here, it will overwrite everything else.
    Maybe also check WD_ANALYZE_CONFIG_USER on Acceptance machine and delete all personalizations for the user you are testing with. I once successfully messed up my Personalization with conflicting entries there...
    best regards, Lukas

  • How to add users from person or group field in a sharepoint list to sharepoint group

    Hi,
    How to add users(single or multiple) from person or group field in a sharepoint list to sharepoint group programmatically?
    Any suggestions would be appreciated.
    Thank you,
    AA.

    Hello,
    Use SPGroup.AddUser() method to add user in group. I have just written sample code in notepad so it is not tested:
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using(SPSite Site = new SPSite(SPContext.Current.Site.Url))
    Using(SPWeb Web = Site.OpenWeb())
    SPList list = web.Lists["ListName"];
    SPQuery query=new SPQuery ();
    query.Query = "<Where><Eq><FieldRef Name='Title' /><Value Type='Text'>Test</Value></Eq></Where>";
    SPListItemCollection items = list.GetItems(query);
    if(items.Count > 0)
    foreach(SPListItem item in items)
    //Get USers from person or group column
    SPFieldUser userField = (SPFieldUser)item.Fields.GetField("Users");
    SPFieldUserValueCollection userFieldValueCollection = (SPFieldUserValueCollection)userField.GetFieldValue(item["Users"].ToString());
    SPGroup spGroup = spSite.RootWeb.Groups[groupName];//group name
    if (users.Count != 0)
    bool isUserInGroup = false;
    foreach (SPFieldUserValue user in users)
    foreach (SPUser item in spGroup.Users)
    string itemUserName = item.LoginName;
    string UserName = user.User.LoginName;
    if (itemUserName == UserName)
    isUserInGroup = true;
    break;
    if (!isUserInGroup)
    spGroup.AddUser(user.User);
    The above code will query list item and then get users from "Users" column. Now it will check whetehr user is already in group not, if not then add user in group.
    http://rajanijilla.blogspot.sg/2012/09/add-users-to-group-programmatically.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to disable user defined buttons

    hi,
    how to disable userdefined buttons in alv in webdynpro abap.
    thanks and regards,
    Sridevi.D

    Hi,
    Create attribute in context to control enabling/disabling action of a button. Bind this attribute to button. In some action method populate this attibute with boolean values.
    Reward point if useful.
    Regards,
    Karthick S

  • How to disable user iteraction in listview in ADF mobile

    Hi,
    I want to disable user iteraction in listview. When user is click on listview, it will not be selected or highlighted.
    Thanks.

    Hi,
    Always mention your JDev version. Why not using an iterator instead of a list view? AFAIK, you cannot disable list items.
    -Arun

  • How to disable user from adding personal devices to EAS?

    I have enabled the EAS mobile device policy for a user (John) with a specific policy named "Samsung S4".  It works perfect, he connects as designed.
    The issue is he has taken it upon himself to add additional devices (personal iPhone & iPad) with the settings that are in his Samsung S4. 
    How can I disable other devices and only allow him to connect one device the "Samsung S4"?
    Exchange 2013 sp1
    PennyM

    Martina,
    I ran that as of now.  Is this something I could have done in the EAC?
    Yesterday, I was in EAC opened up his mailbox, went into the Mobile Device Details and selected "Access Denied" for the iPhone/iPad and selected "Allow" for the Samsung S4.  But, when I checked this morning the following was shown;
    Samsung S4 - Access granted
    iPhone - Remote Device Wipe Successful (I think his supervisor initiated this)
    iPad - Access Denied
    Do I need to do anything else to clean this up correctly?
    PennyM

  • Let users access personal folder when using webdav on iPad

    Hi,
    I am setting up Lion server so users on an Active Directory network can access webdav folders from iPads.
    I have got this working fine when accessing a shared multi user folder.
    I want users to also be able to access their own personal folders, with no one else being able to access the folder.
    I can share the Users folder but this will give each user access to other users folders how can I fix this?
    Thanks

    I am still waiting for an answer.    If you don't know the answer, but know who to ask or where to look to find an answer, I'd really appreciate it.

  • EREC - How to disable user settings in external job board e recruitment

    Hi All,
    Is there an option to disable the user settings for External Job Boards ? The user settings where candidate can save default keywork search etc (which unfortunately stays for other candidates unless the default value is discarded.)
    Thanks
    Suman

    Hi Suman,
    Please check the following link on how to set up the WDDISABLEUSERPERSONALIZATION parameter:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/7b/fb57412df8091de10000000a155106/frameset.htm
    and then set up the parameter for the standard hrrcf_a_unreg_job_search and try to run your WD application.
    Hope it helps,
    Kind Regards
    Christine

  • How to disable user from accessing form settings?

    Hi,
    What is the authorization to disable a user from acessing the forms settings of the main menu?

    General Authorization, User name --> General --> Document Settings --> set to no authorization.
    now the user can click n see the form setting, but cant change any prior settings.
    Regards,
    Dhana.

  • How to disable user for disk encryption unlock

    When I add an account that user is added to the list of enabled users when first booting a disk protected with Filevault2. I only want the master password to unlock disk encryption. I don't want to list admin or standard accounts. Is this possible?

    This sounds like two different questions:
    1. I only want the master password to unlock disk encryption.
    This isn't possible to my knowledge.
    2. I don't want the EFI bootloader to list all accounts upon first powering up the machine
    Despite many customers' pleas, Apple has not changed the 'list all usernames' feature on first boot... however, waking from sleep, logging out or fast user switching to honor this request (when set in System Preferences).  There are several discussion forums previously attempting to solve this issue, but no concrete solution yet.

  • Recover a personal folder placed on sidebar, accidentally removed

    How do I recover a personal folder placed on the sidebar, accidentally removed by r-click "remove folder"?

    It just removed the alias to the real folder. In Finder, locate the original folder. Click and drag that folder back into the sidebar, position in Favorites where you want it, and then release.

  • Personal folder in CMC

    Hi,
    Is it possible to set up size limit for each user's personal folder? i know u can limit number of objects in each personal folder, can i set up limit like 2MG for each personal folder?
    Thanks

    Hi,
    no...not by size, only by number of objects as you already wrote.
    Regards
    -Seb.

  • Disable User Menu button is LSMW

    Hi everyone,
    can any one please tell me how to disable "User Menu" button in lsmw transaction.

    I took a look at the program,  and it does not use any kind of customizing to build the gui-status.  So, in other words, you can not turn it off using config.  You may be able to do it useing a screen variant.  Check out transaction SHD0.
    Regards,
    Rich Heilman

Maybe you are looking for

  • Photoshop Elements 4.0 on macbook pro?

    Hi! Anyone know if it is possible to install Photoshop Elements 4.0 on macbook pro 10.6.4? Cause when I install it, restart computer, open the application then it says that something is invalid, name, licence nr, ... But I know that everything is cor

  • Can't get sound w/ AppleTV?

    Set up Apple TV based on directions using HDMI to Samsung and Digital Optical Cable to Denon receiver. Have video feed but not audio. Have audio from other sources (Direct TV) but don't have audio from Apple TV?

  • HELP : T500, External LCD monitor problems, after upgrading GMA4500MHD display driver!

    I have upgraded my display driver for GMA 4500MHD from version 7.15.10 to version 8.15.10.1968 (Vista 32bit). After the installation and rebooting of the T500, my brand new Samsung SyncMaster2233BW cannot show correct display image. Only image I can

  • Not able to see list of Plan applications when click on Navigate- Applica

    Hi, Somehow I am not able to see list of Planning applications when clicking on on Navigate->Applications->Planning from Workspace within Planning 9.3.1. Is there an Internet settings that I would need to change in order to see the list of applicatio

  • Stacked bar chart with custom x axis labels

    Is there a way to build this simple chart in labview that I did in Excel?  I need to have many x axis labels and there could be from 5 to 100 of them depending on the data set.  Attachments: Excel.JPG ‏33 KB