Create Personal Documents Folder and iView to display

Hi, I would like to
1. Create an KM Navigation iView to point to a users Fersonal Folder
2. Create an KM Upload iView to upload documents to a users Personal Folder
These iviews should point to a users personal folder dynamically based on who is logged in. 
Also,
3. I am noticing that there is no Entry Points Folder or any personal user folders set up.  Can anyone give me some direction how to create these or get them to appear?
Thanks for any help with this!

Hi, Thanks much for the quick reply.  When I added this path I end up in my top level user name folder KMURRAy.  The screen shows up as follows:
KMURRAY
==> actioninbox
==> Favorites
==> Personal Documents
I was thinking that your solution would might put me in the "Personal Documents" Folder.  I next just added '/Personal Documents/' to the end of the intial folder parameter to be put directly int my "Personal Documents" folder.
This is great.  Thanks again for the help.  Greatly appreciated!

Similar Messages

  • Can you create a new folder and put several documents in it in Adobe?

    Can you create a new folder and put several documents in it in Adobe?

    Thank you for your help. Now I just want to expand on this a bit. To use the Applescript you have supplied me, how do I tell it to name the folder other than by date, and where to put it?
    Let me say, preferably, is it possible to make an action like this right-clickable? Instead of having to pick a script. Anything that slows this process down means I might as well do it all by hand. What I'd really love to do is this:
    Select a number of items. Right click to an action saying "create a new folder and put this items in it. Name the folder with the first item's name". Very simple and quick.
    Could this be accomplished? Through Automator? or something that can appear in the contextual menu? Folder actions?
    I'm just getting started with using these tools.

  • How to create a document folder using ListData.svc

    Hi All,
    I've recently been put on a project where I need to use the REST services (ListData.svc) to retrieve and add documents to the document library. It all has been smooth sailing until I hit the point where I want to save a document in a path that doesn't exist.
    I get an error if I try to save a file where the folder structure doesn't exist. I then went about it a different way trying to create the folder structure first. This also didn't work and I get an error message saying that the entity type is marked with the
    MediaEntry attribute but no save stream was set for the entity. Not too sure what set for the save stream if I'm just adding a folder.
    So my question is can a file be added to a folder structure that doesn't exist where it automatically creates the folders. If not can the service create folders?
    Some sample code I've been using:
    var folder = new SampleDocumentLibraryItem();
    folder.Name = "Sample";
    folder.Title = "Sample";
    folder.ContentType = "Folder";
    folder.Path = "/sample/folder1/folder2";
    spContext.AddToSampleDocumentLibrary(folder);
    spContext.SaveChanges();
    Thanks in advance,
    Damo

    Hi All,
    Finally managed to figure this one out. For anyone who needs source on how to create a document folder. Some sample source is below...
    var folder = new DocumentLibraryItem();
    folder.Name = "Folder Name";
    folder.Title = "Folder Name";
    folder.ContentType = "Folder";
    folder.Path = path;
    spContext.AddtoDocumentLibrary(folder);
    spContext.SetSaveStream(folder, stream, false, folder.ContentType, folder.Path + folder.Name + "|0x0120009BCC19899CEBC6468FF4EEAC7B8CF4F5"
    spContext.SaveChanges();
    So the important differences in the code above. The content type of the object and stream MUST be set to "Folder". I'm not sure why but you still need to set the save stream to be a valid stream even though you're only adding a folder. So just keep the stream
    open and then pass "true" to close it when you actually save the file. The other important element as noted from the URL's in the previous comments is you need to add a "|" + Content Type ID of a folder. You'll be able to get this ID by visiting the rest service
    for an existing document library and view source to see the actual content type id for a folder.
    Thanks everyone for your help,
    Damo

  • HT1212 When I hit the restore button on itunes to restore my iphone 3gs to factory setting as I am giving it away  it takes me to my PC document folder and asks for a file name

    Hi,
    Im trying to restore my iphone 3GS as i am giving it to my dad. When I hit the restore button when connected to my PC and itunes it takes me to my documents folder and asks for a filename. I cant find anywhere on the internet that this has happened to anyone else and the steps that itunes say are supposed to happen arent. please help.

    It says   at the top      under Redeem after I touched that:
              $14.73
    Account: [email protected]   (my account name)
    Enter your Gift Card or Download Coad

  • Windows 7 hangs when creating a new folder and hangs again when renaming it.

    Ok, so I have a problem where Windows 7 hangs when creating a new folder and hangs again when renaming it.
    I have documented this problem on my blog here:
    Windows 7 hangs when creating a new folder and hangs again when renaming it Rhyous's 127.0.0.1 or ::1
    This has my hardware details, etc...
    I consider myself an expert at troubleshooting (being in support for over 10 years including time as a Lead Technician doing Windows 2000 support focussing on performance), and have checked quite a few things to try to pinpoint this issue, but I just can't find the cause.
    I am asking others if they have seen this issue. I need to know if it is only on my workstation, or if others are seeing it as well.
    Have you ever right-clicked, chose new folder and then had to wait 45 seconds for a new folder to appear.
    Then the same thing when you try to rename the new folder, a hang of about 45 seconds before the new name take affect.
    Anyway, let me know if you have experienced ths.

    Hi,
    I suggest you temporarily uninstall the antivirus program to check the issue. You need to make sure that you have the installation file to reinstall it later.
    If it does not work, I suggest you also test the issue in Safe Mode and Clean Boot to determine if this is a hardware or a software issue.
    Good luck!
    Arthur Li - MSFT

  • I tried creating a new folder and quickly moving Newsstand into it, but Newsstand is grayed out, and could not be moved. Any other ideas how to get rid of it?

    I tried creating a new folder and quickly move Newsstand into it, but it is grayed out and cannot be moved. Any other ideas how to get rid of it?

    You cannot

  • IPhoto, moving photo's to my document folder, and remove thumbnails from iphoto.

    iPhoto, moving photo's to my document folder, and remove thumbnails from iphoto.
    How to? Please...I cut and paste items, it is removed from iphoto for a few seconds then they appear again.

    The photos that are appearing on the mini - are they photos taken with an iPhone or iPad? If so, open System Preferences on both computers and select the iCloud tab. On the mini, click the Photos checkmark off and on the MBP click the Photos checkmark on (if it isn't already), then start iPhoto and select Preferences. Select the Photo Stream tab and make sure Photo Stream is on.

  • A script to create a new folder and place selected items into it?

    I'd like to select a few items and have either an Apple script / contextual menu automatically create a new folder and place the selected items inside it.
    I have many, many to do—which is why I wanted to know if there is a script or automator or contextual menu thing available. Or if not, how can I create one?
    Can that be done? Thank you!

    Thank you for your help. Now I just want to expand on this a bit. To use the Applescript you have supplied me, how do I tell it to name the folder other than by date, and where to put it?
    Let me say, preferably, is it possible to make an action like this right-clickable? Instead of having to pick a script. Anything that slows this process down means I might as well do it all by hand. What I'd really love to do is this:
    Select a number of items. Right click to an action saying "create a new folder and put this items in it. Name the folder with the first item's name". Very simple and quick.
    Could this be accomplished? Through Automator? or something that can appear in the contextual menu? Folder actions?
    I'm just getting started with using these tools.

  • Folder redirection configured in GPO does not create Documents folder and does not redirect

    Hi
    Another Folder Redirect-post - sorry for that, but I could not find an answer for my problem so far: even with consulting many threads here...
    We have an existing environment under Windows XP and want to move away from that. Now I ran into troubles with folder redirection...
    The following folder- and permission structure exists so far:
    \\<server>\<Users$-share>: This is the base folder for all users-directories
    -> Permissions: SYSTEM: Full / Administrators: Full / Users: Read&Execute, only this folder
    -> Share-permissions: Authenticated users: Full control
    \\<server>\<Users$-share>\<username>: base folder for the specific user
    -> Permissions: SYSTEM: Full / Administrators: Full / User: Change, all permissions inherited onwards
    -> Giving only change permission prevent further problems with self-called "advanced users"... ;-)
    \\<server>\<Users$-share>\<username>\profil.V2: Profile directory of the user
    -> Of course here the permissions are set by the system: override the predefined permission
    \\<server>\<Users$-share>\<username>\daten: Atcual Home directory of the user
    \\<server>\<Users$-share>\<username>\daten\Documents: Suposed Documents directory of the user
    Now I am going to Server 2012 and Windows 8.1, configured the GPO to redirect Documents folder into the above mentioned:
    GPO - User configuration - Policies - Windows settings - Folder Redirection - Documents:
    Setting: Standart - redirects all folders to the same path
    Destination folder: Copy to base directory of the user
    I apply policy to the user, log out and in - it doesn't work, no folder Documents created in my home-folder, Folder Documents still configured at C:\Users\<user>\Documents
    A very special point:
    I also do Redirection of the My Pictures-folder: Define it to follow the Documents folder. Funnily that one works and creates and configures \\<server>\<Users$-share>\<username>\daten\Pictures
    -> So in my eyes, it should work!
    Then: I want to do the folder redirection without Offline Files, due to the fact, that our users work with dynamically assigned virtual desktops, which are been cleaned everytime a user logs off a machine. Therefore synchronizing doesn't make sense...
    I just cannot see, why this redirection does not work :-(
    Thank you very much for any help!
    Kind regards
    David

    Hi David,
    Before going further, would you please let me confirm the OS version of the Windows Server which you used to
    configure folder redirection? Based on your description, did you mean that those users (who will be applied folder redirection settings) logged on Windows XP client computer?
    When you configure the folder redirection setting in Document Properties (path:
    User Configuration-> Policies-> Windows Settings-> Folder Redirection-> Documents), please check if you checked “Also apply redirection policy to Windows 2000, Windows 2000 Server, Windows XP, and Windows Server 2003 operating system” in Settings
    tab. As below picture shows.
    à
    GPO - User configuration - Policies - Windows settings - Folder Redirection - Documents:
    à•Setting: Standart
    - redirects all folders to the same path
    à•Destination
    folder: Copy to base directory of the user
    Would you please provide a screenshot of those settings you describe? Meanwhile, please summarily describe
    that how you configure. For example, where this GPO link to? Or any other. It will help me to understand clearly. Thanks for your understanding.
    In addition, please use
    gpresult command to check if the folder redirection group policy was really applied.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Deleting Documents folder and replacing with symlink - Downsides?

    Background:
    I have a new iMac with the dual internal drive option (SSD + HDD) running Lion. I am trying to set up the system to have the OS and applications on the SSD with documents and media on the HDD. In researching my options I found three paths often suggested:
    1. Create folders in the HDD and save your documents there + point applications like iTunes and iPhoto to the HDD for storage.
    2. Move your entire home folder to the HDD.
    3. Replace certain folders of your home folder with symbolic links that point to the actual folders in the HDD (i.e., Documents, Downloads, Movies, Pictures, Public) + leave certain folders in the SDD (i.e., Library, Desktop, Music) + point certain applications to the HDD for storage.
    After weighing the pros and cons of the options, I plan on using option number 3. Option 1 required the least "advanced" work, but had the downside of needing to change preferences in all my programs that default to folders like Downloads to the HDD as well as the good chance that I or others in my family would forget to navigate to the HDD to save documents. Option 2, moving the entire home folder seemed simple after reading the steps, but came with two main downsides: 1) warnings not being able to boot should the OS stop recognizing to look to the HDD for the user account and messing up the library and 2) not gaining the performance boost of keeping certain things on the SSD (e.g., the library file of iTunes and Aperture, files for current active projects kept on the Desktop).
    That left me with Option 3, the one with the most setup work, but hopefully a good balance of later ease and performance.
    Question:
    In order to set up Option 3, my understanding is that I need to create a new folder in the HDD, delete the usual folder in the user home folder, and then create a symlink that lives in the user home folder so programs reference it and seemlessly access the folder in the HDD.
    Does this really work without any problems? In order to delete folders like Documents and Downloads, you need to ignore warnings that say the folder "can’t be modified or deleted because it’s required by Mac OS X" and then use terminal commands to do so.
    Of course, I plan to replace these folders with symlinks, so I think all should be fine and applications will just see the newly created folder without a hitch. I just want to be sure.
    Here are some links to articles outlining the method:
    http://gigaom.com/apple/how-to-create-and-use-symlinks-on-a-mac/
    http://macperformanceguide.com/SettingUp-Relocating-Documents.html
    http://martinbay.net/how-to-move-user-folder/
    Thanks for the help!

    Just a note... I've noticed a problem in some sandbox apps when trying to save a file to the symlinked Documents directory.. depending on how the app saves the file, it might throw an error.

  • HT2488 I imported pictures into iPhoto from my iPhone, when trying to find my pictures by clicking on iPhoto Library it is always empty. I had to create a new folder and copy the same exact pics in the new folder just to be able to access them.. help plea

    I imported photos into iPhoto from my iPhone, however i cannot access them. When clicking on iPhoto Library where they should be stored the folder is blank but if i open up iphoto from the dock menu they appear. I had to create a new folder just to access them. help please, because making a new folder takes up unnecessary space.

    There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Created a Document : Waiting for moderation - Status display will be a good addition

    Hi SCN Support Community,
         i had created a document a week ago, Since this is my first attempt to give back to the community , I am very impatient about when this will be published ( as its under moderation). I understand from the FAQs of Pre-moderation section that we have volunteers to moderate content and it takes roughly 3 days. I also understand that there is no way to check the status of my document till i get the relevant notification. However i feel it will be really helpful if we have in the portal where we can atleast see the status ..doesnt matter if it says "Under- Moderation" (there might be a reason why scn has opted away from this , if there isnt any, why not .
    Thanks & Regards,
    Tashi

    Hi Tashi Norbu,
    Your document is released now. Thanks for sharing your experience with a good document.
    Here is your document WebDynpro ALV: Editable ALV using Property Binding(Without dedicated boolean attributes)
    Keep participating in SCN.

  • Creating a new folder and drive map with Preferences

    So I am trying to set things up using GPP so that users of a particular security group get a U:\ drive at the following location:
    \\server\share\%username%
    I have set up the drive map preference & also a folders preference (to create the user's folder).  The problem is that it works BACKWARDS and the drive tries to map prior to folder creation and thus fails, THEN the folder gets created.  So
    that the 2nd time the user logs in they actually get the U:\ drive at the correct location.  The goal is to have the folder created and mapped to on the 1st try for the user.
    How can I get this working WITHOUT resorting to scripts, folder redirection, or manually setting the U drive on the AD Profile?  I just want that folder to be created for only users in the proper security group, and then have the drive map
    to it.
    # When I wrote this script only God and I knew what I was doing. # Now, only God Knows!

    > How can I get this working WITHOUT resorting to scripts, folder
    > redirection, or manually setting the U drive on the AD Profile?  I just
    > want that folder to be created for only users in the proper security
    > group, and then have the drive map to it.
    You cannot. The execution order of GPO parts (called Client Side
    Extensions) cannot be changed, so you're stuck with this error if you
    don't resort to a script :)
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

  • Workflow: create a document set and add default documents to it

     
    Having a workflow create a new document set seems straightforward: use the "create list item” action, choose the target library and one of the document set content types available in it
    and supply values for the fields. But that workflow action doesn't provision the document set with default content, even though the content type has default content defined. Other people have asked the same question and some say you can write a second workflow
    triggered by creating the new document set item in the target library, but I don't see how you can add default content to it.
    "Copy list item" would work if you could supply the title of the document set along with the target library. You can copy files (in my case several .msg, .pdf and .docx files) from
    a "templates" library, but without being able to add the document set name/path as part of the target "this list" they end up in the root of the target library not in the document set.
    I've seen suggestions that "Create list item" will work, but I don’t see how it can since with that you can't supply a file name to provide the default content with.
    Am I missing something?
    Tom
    SharePoint Systems Officer, Capital Regional District, BC, Canada

    Hi Tom,
    According to your description, my understanding is that you want to add documents to the document set using workflow.
    I recommend to use the custom workflow activity “Copy List Item Extended” and you download it from the following link:
    http://spdactivities.codeplex.com/.
    With this activity, we can copy documents to document sets.
    Please refer to the link below to deploy the custom activity:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/24f21b48-0078-4c18-bd3e-180cd2291c28/moving-items-into-library-foldersdocument-sets-infopathspd-2010-workflow
    Thanks,
    Victoria
    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]
    Victoria Xia
    TechNet Community Support

  • Mail created a new folder and throws some, not all, of my wife's email there

    So my wife had been complaining about trouble finding all her emails after I upgraded to Mountain Lion.  I took a look and saw that in addition to her account (sub-in-box) under Inbox, she had a folder under "On My Mac" with emails there too.  So I moved all the latter emails to her sub-Inbox and then deleted that "on my mac" folder.  Well, that didn't work.  The next day she said she was still having a problem.  Turns out that the "on my mac" folder had come back to life somehow and Mail was sending some, but not all, of her emails there.  There seems to be no sense to it.  Some emails go into her "regular" account (under Inbox) and some into the "on my mac" folder.  Many, but not all, of the latter are "junk" mail.  So she still has to check both folders to see all her mail.  How do I fix this?

    Okay, thanks to nobody for their help.  But I figured it out anyway.  Somehow there was a rule which had the "if-then" result of "move to (my wife's name) mailbox" -- so when such an email arrived, Mail would have to create the (previously-deleted) mailbox in order to follow the rule.  So I just deleted that rule.

Maybe you are looking for

  • The installation process has encountered an error while installing Shared Technologies. Please resta

    I have tried all the remedies suggestted by Adobe and can not complete and install of the Adobe Premiere Elements 11 and Photoshop Ellements  11. I had installed a trial prior to purchase. Placed the software on an older computer WXP and fpound it wa

  • How to get back my admin password without re-installing Lion?

    like it says. can I get Apple to send me it via e-mail via my Apple account? I thought I would ask here and avoid the hassle of going to the Apple Store or calling tech support.

  • Migrating to a new OD master?

    Hello all, We currently have a G5 Xserve running OS X Server 10.4.11. This is our main server: it is our OD master, it has networked home directories, and various share points for different groups in our office. We will be replacing this with a new I

  • WLS 10.3 SNMP v3: SnmpSecurityCoderException: UNKNOWN_USER_NAME

    Hi, I'm in the midst of configuring SNMP v3 traps on WebLogic Server 10.3 using decentralized agent model (one SNMP agent per server). I have done the following as per documentation: 1) Created SNMP agent with all the correct configuration for v3 (in

  • How to download cs3 extended from uk website?

    I have Photoshop CS3 Extnded on my PC (Student & Teacher) which has died.  I want to download it to my new MAC.  I have the product key from the original purchase and installation.  However when I try to download it from the site I get an error page.