Handling attached files between users in a process

Hi all,
In my process I need to handle attached files (to the xfaform). I mean the users should be able to attach i file and the next user should be able to view it. How is this done?
Do I need to store them in a special way or anything?
Sincerely
Kim

It's a bit more difficult because you can't add it to an xfaForm variable.
Remember an xfaForm variable points to an XDP that gets rendered into a PDF by a render service. The PDF is recreated for every user step and the attachments would be lost. You would either need to pass the whole PDF from step to step as oppose to pass just the data (using a Document Form) or have to save the attachments in a variable and re-attach them every time.
It would be a lot easier to just use the built in attachment functionality ti you can.
Jasmin

Similar Messages

  • How do i share files between users

    I would like to know how to share documents (files) between users on my iMac.   Any suggestions would be welcome.

    Choose Go to Folder from the Finder’s Go menu, provide /Users/Shared/ as the path, and drag them there.
    (117100)

  • How do I share files between users on the same Macbook pro?

    I have created different users on my new Macbookpro, but I can't seem to share files between two users. Help how do I share files between users on one laptop? eg. a pdf file that I want to grab from my user x and use it on user y, thanks.  By the way I have already tries going into system preferences, sharing folder, then turning on file sharing and that didnt work. thanks

    From the Help Menu using the search criteria Drop Box

  • Sharing files between users and macs

    My husband and I share an iMac. I have a MBA for traveling and my husband a PC laptop (though he rarely uses for private stuff). We both have iPhones.
    We are looking for a way to:
    - Share our photos (we don't use iPhoto) and some files. We would like to have this in one shared folder, that we can access from both accounts in the iMac, the MBA and ideally (though not a must) the PC and iPhones. We would both need to have admin rights to edit documents, etc.
    - Have access to all the information in my account on the iMac from the MBA. Ideally, same thing for his and the PC.
    - Have access to all the data remotely when traveling.
    - Have all the data backed up locally (we already have a cloud backup, but we'd like to have a local backup too as it's easier and quicker to access)
    We have read a lot about configuration, NAS, time capsule... but we get more and more confused, as we are obviously no tech experts.
    Dropbox is not our preferred choice. We already have a cloud backup system. We'd rather have the files stored and accessed locally for everyday use.
    Using a NAS to store shared folders and backup the rest sounds good, but they either seem very complicated to set up, or they have mixed reviews in terms of stability, especially to access files remotely.
    Timecapsule seems easier and more straightforward, but I'm not sure it would solve the "sharing files between users and macs with admin rights"? It seems to be more focused on backing up the main drive and then providing access to the backed up files. (Though I might be completely mistaken!)
    We just can't manage to have one shared folder between both accounts in the iMac. We need to grant admin rights document by document. We don't manage to make it work automatically so we both have one folder to access with full rights for all the contents inside it. And this seems to me like something that should easily be done...?
    Any help, advice, proposals... would be greatly appreciated!!!

    Move any file you want to the other user to access to the Shared Folder. Anything you put in that folder is available to all users.
    The shared folder is here:
    Macintosh HD > Users > Shared

  • Best way to share files between users?

    New to the Mac World and trying to set things up for all our users. We have 5 (2adults,3kids) and I'm keen to be able to share some files with other members of my family and would like to know the easiest way in doing this.
    A couple of things to note;
    - The two adults are the admin's
    - Would like to share some photos between users (family photos are usually organised by my wife so I don't get to see them)
    - I'd like to let my kids view some of my videos that I've downloaded but not all of them
    Appreciate your time guys!
    Cheers

    Please try this first.  If you want to share certain files between users like pictures or music or even documents, apple has provided an easy way to do so.  The first step is to decide what to share.  For this example I will do pictures.  Open up Finder and go to the Macintosh HD, then click on "Users".  Here you will see a list of the users. Your account will look like a house instead of a folder because it is the account in use.  Click on your account and then right click (secondary click) on the pictures folder. 
    NOTE: From this point on you can do the same thing to any folder, such as music, documents, etc. or any file, such as a specific document in your documents folder.  But I will keep explaining pictures.
    After right clicking on the pictures folder, a new window will open up.  Near the bottom you will see "Sharing & Permissions:"  This is where you decide which users can access your folders/files and whether they can just read them or read and write them.  For example, if you want your wife and kids to have access to your iphoto library, just press the "+" button and add each one of them.  Under "Privilege" you had better give your wife the ability to "Read & Write" or you may get in trouble .  By doing this, any pictures she adds, deletes, or edits will be added, deleted, or edited in your iphoto too (and vice versa).  Lets say you don't want your kids to have editing abilities, then you just give them the "Read Only" privilege.  They can look at all the pictures, but they cannot change, add, or delete them.
    When your wife opens iPhoto for the first time, it will ask which library she wants to use.  (If not, you can do it through the menu bar).  Make sure you choose the iPhoto library under YOUR user account, not your wife's (it's empty).  It will no longer have a little red minus sign next to it.  That is the last time it will ask.  Every time your wife opens her iPhoto, it will use that library.  Same for the kiddos. 
    Again, you can do this with any folder or file.  This is how Apple intended users to share content without duplicating files or using external hard drives.  This way each user has their own icloud account but can access the families shared content.
    Hope this helps!  Good luck!

  • How do I share files between users on the same machine?

    I tried using /Users/shared to share files between myself (Admin user) and another user on the machine (Standard user). Whenever I put a file or a folder into said directory permissions are 755 for directories and 644 for files, my umask is 0022. The files and directories belong to my user and the group staff. This means I can read and write and others can read. If I do the same using the other users account. Permissions are 700 and 600 respectively. (Owner is the other user and group is staff.) Strangely the other users umask is 0022, too.
    The result is, that all directories and files I create with my account (Admin user) are readable to every other user on the machine, whereas all directories and files the other user (Standard user) creates are not readable for anyone else. I can easily rectify this using the Terminal and chmod and/or chown, but it is a pain having to do this, since I also need to forcefully restart the Finder App for it to notice the changed permissions.
    Ideally I'd like all directories in /Users/Shared to have permissions 777 and all files 666 no matter which user created, copied or moved them to said location. I think this could possibly be done using applescript and shellscripting and the folder action hook. So far my attempts to find such a script on the net or/and write it myself have failed. I'd be grateful for any hints how I:
    a) write and setup such a script
    b) accomplish what I try to do (share files and folders on the same machine) in another possibly more Mac way
    Kind regards
    David

    The following AppleScript will recursively descend the directory tree and change the items to your modes:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on adding folder items to this_folder after receiving these_items
    repeat with some_item in these_items
    ProcessStuff from some_item
    end repeat
    end adding folder items to
    to ProcessStuff from SomeItem
    processes items contained in SomeItem, recursively descending the directory tree
    parameters - SomeItem [mixed]: an item containing the items to process
    returns nothing
    set SomeItem to SomeItem as text
    set FileInfo to (info for SomeItem as alias)
    if (folder of FileInfo) and not (package folder of FileInfo) then -- a folder (not a package)
    do shell script "chmod 666 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    try -- to get items in the folder
    tell application "Finder" to set SubFolder to (items of folder SomeItem)
    on error
    return {}
    end try
    repeat with SubItem in SubFolder -- process the sub items
    ProcessStuff from SubItem
    end repeat
    else -- a file
    do shell script "chmod 777 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    end if
    return
    end ProcessStuff
    </pre>
    You shouldn't need to change the ownership, so I commented out the chown shell script since this would need to be run as a super user. You can run a shell script with administrator privileges, but in order to be used by a standard user you will need to provide the appropriate user name and password in the script, which might not be a good idea - note that the folder action script will need to be attached in all accounts that you want to change the permissions, which means that it would need to be accessible to those accounts.

  • Sharing the exactly the same files between users.

    Hello everybody,
    Hi I'm a newb, first post and first Apple ever! I am loving the iMac. Anyways, I have had it for a few weeks and have learned a thing or two. Alright so I have 3 users on this computer (me, sister, & guest) and I am wanting to share music files between them all. Yes I know how to use the shared folder, but that would create triple the amount of songs and take up triple the amount of space, right? So what I am wondering is if there is a way to share just the music files with the three users? Not sure if that was to clear but any help would be great. Thanks.
    20" iMac Intel Core Duo   Mac OS X (10.4.6)   1.5G of Ram, ATI Radeon X1600/256MB VRAM, JBL Creature speakers, Wireless Mice & Keyboard.

    Actually, you only use the sharing preferences in iTunes if you want to share your music with multiple computers across a network---which is why it requires you to turn off your firewalls.
    If you want to share your music with multiple users of the same computer, the best is still to move the folder "iTunes Music" from your "iTunes" folder to your shared folder. Remember to just move the folder labelled "iTunes Music" and nothing else (specially not the "Library.xml" file).
    After moving the folder, you have to go to your iTunes preferences/Advanced and click on the General tab. From there you have to change your "iTunes Music folder location" to the location of the shared folder where you moved your music. Repeat this process for every user on their own iTunes preferences.
    And no, it does not create duplicate files of your library, so there is no additional hard disk space wasted. You will merely be "relocating" the music folder to the shared one.
    Hope this clears it up for you.

  • Sharing folders/files between users on same imac Intel

    Hello,
    Hoping the Gods of OSX can help me. I'm a recent convert from PC to iMac Intel. My wife and I both use the imac so we set up two different users (both have admin priv). I was able to network the imac and our PC together and pull stuff off the PC onto the mac (music videos, documents).
    The Question:
    We want to be able to share alot of stuff between the two users. for instance, If I were to login then connect my Digital camera and import in iPhoto then fast switch to my wife's account I want to be able to see those photos that were just imported. What are the steps (if any) to make folders synced/shared.
    If anyone can help it would be appriciated.

    The easiest way is to put the files you wish to share between users in the Shared folder (this is the Shared folder located in the Users folder.) All files placed there can be accessed by all users.
    If you want to go a step further it's possible to set up multiple-user iTunes and iPhoto libraries:
    Share iPhoto Library with Multiple Users
    Share iTunes Library

  • Easiest Way to Share Files Between Users? -- Public, Shared, Drop Box.. .

    We have five family members (and so five user accounts) using our Mac. What is the easiest way to copy files between / share files with / ... files from one user to the other?
    Shared ... Public ... Drop Box ...
    I do this so infrequently that I forget -- or have never figure it out properly.
    Any advice would be great.
    Thanks!

    The Shared folder is fine, but anything a user puts there will be read-only to all other users. If other users want to be able to edit such a file they can make a copy of it and edit the copy. If you want all users to be able to edit one of your files without them having to make a copy of it first, you must change the file permissions to allow that.
    There are a few ways to have new files automatically set so that others can write to them. Storing such files on an external hard drive on which file/folder ownership is set to be ignored is one way. You can also use ACLs - see this page for an example.

  • How to share files between user accounts

    I have used the shared folder but I must duplicate the file every time - how can I get it to use 1 file on both users and saving it to the shared folder?

    When you say "Shared folder", do you mean /Users/Shared, or the public folder of your user, or some folder you are file sharing?
    If the file is read-only (for the other user), then that's why you're getting the Duplication request.
    I would put the files in  /Users/Shared, and that should work.

  • Sharing files between user accounts without permissions issues

    I have two user accounts on my iMac and need to make files available to both accounts, back and forth, without having to worry about permissions issues. Files need to be read and edited from both accounts.  I posted previously about this and was told to place the files in Users/Shared.  I've done this but it hasn't accomplished what I need.
    I created a document in one account and saved it to Users/Shared, but when I opened the document from the other account and tried to edit it, I was told that I didn't have permission to edit and that I needed to duplicate the file.  How can I avoid having to set permissions for files that I need to edit from both user accounts?

    Or not.
    I butt up against this lunacy frquently.
    I have just created a file saved to my external NAS - no problem - tried to save my edits - now don't have permission to do so.  Again - checked - custom access - again.  Ridiculous.
    Why can Apple not sort out this fundamental problem - if I create a file and put it on my network where I WANT IT - the OS should not then prevent me from accessing it.
    I spend hours, regularly, trying to sort this out.  Apple OS is a joke.
    And to be kept being told - do this, do that, use terminal, reset passwords is ridiculous.
    Sorry for the rant.
    But this is the limit.
    Mike

  • Moving files between users using Root?

    I won't have access to my Mbp for quite some time otherwise id test this out, and my time capsule took a ** on me so I figured I'd ask here. I wasn't able to find anything relevant online but then again I'm not too familiar with this process.
    What I hope to accomplish is to use Root to copy/move iTunes media files from one admin account to another. Is this feasible?
    Thanks!

    I presume from what you write that this is referring to two accounts on the same Mac? Instead of activating Root (if that is what you intend), why not simply copy the iTunes folder using the Drop Box (in Users>Username>Public). Are you moving/copying them all? More information might bring forth some more accurate advice.

  • How do I share files between users on the same computer?

    My wife has a MacBook, and I just bought my first iMac.  When I booted it for the first time, it asked me if I wanted to copy preferences from her computer.  I thought that was a great idea.  It took 8 hours to copy everything (this I totally did not expect, but couldn't interrupt), but when it was done, I had all of my fiiles and applications and everything, so that's cool.  Now the problem is the separate user accounts.  I had always used her account on her computer while mine sat idle, for the most part.  Now I want to use my account on my computer but cannot find *any* of my files, unless I switch users and view them on *her* account.  Even when I "search my entire computer" for a file, the Mac acts like the files don't exist.  I turned on file sharing in the sys pref, but that didn't seem to help.  Any ideas?

    Mac OS X by design keeps documents and settings owned by one user private from and inaccessible to any other user on the system. This is normal and has always been the case with Mac OS X.
    If you want documents accessible from both accounts, the easiest way to accomplish it is to put those documents in the Users/Shared folder. If you want to move your documents from your wife's account to yours, log into her account, move the documents to the Shared folder, then log into your own account and move the documents from the Shared folder to your own Documents folder.
    Regards.

  • Sharing files between users

    Hi
    I have 2 users set as as Admin on my iMac, myself and my wife.  iTunes and iPhoto are both used by my wife under her login.  Is there an easy way for me to use the iphoto and itunes files under my login, ie can they be shared so both can view the pictures or listen to the music when logged in to their own account?  Also, if I use Time Machine to backup the computer, will it back up everything on the computer, or just the files used by the person who is logged in, ie, if I og in and TM Backup, will it include the itunes library as well as all the pictures which are under my wifes login.
    thanks

    It doesn't help with the OP's first question....
    mpphoto wrote:
    Is there an easy way for me to use the iphoto and itunes files under my login, ie can they be shared so both can view the pictures or listen to the music when logged in to their own account?
    Thanks for picking up on and covering the TM question.

  • Share iTunes files between user accounts

    I am trying to share the iTunes music library between Admin. and user account on my Macbook Pro Mountain Lion OS.  The user account can not find the iTunes folder, even after the Admin. gave user account access to the iTunes music folder.
    Please help.

    Sorry, I think that this official Apple Post ought to do it.
    iTunes: How to share music between different user accounts on a single computer
    http://support.apple.com/kb/HT1203
    Chris CA is an expert, so if you don't understand Chris's expert advice and/or you don't understand the official post here, then simply take a break, relax, and come back and try again.
    Best Regards,
    ~mm

Maybe you are looking for

  • Withholding tax not able to view in FBL1N - Vendor Line Item report

    Dear All, The VI documents are posted in different vendors. The Tax code has been duly selected and tax was deducted at the time of posting the entry. When we generate the list of vendor line items using standard report FBL1N, we observe that only so

  • HP Color LaserJet 2605dn going offline for no apparent reason. Need help!

    There are four of us with these printers in our finance department.  Two PC's are running Windows Vista and two Windows 7.  The printers are networked but installed locally on each PC.  Routinely all of these printers will go offline at the same time

  • Will Service Purchase Order will create  GR/IR ?

    Hi, This is with referece to creating Service purchase order. I Created Service Purchase order but when i am doing GR/IR MIGO and Invoice Verification MIRO.it is not allowing me.my question is for Service Purchase order whether we can do GR/IR and al

  • Reporting Customer Consignment values

    Hello Gurus, How can we achieve this Need the capability to report on historical customer consignment values. MB58 only shows quantity, and MB52 shows valuation but is just a current snapshot. Need reporting capability similiar to MC.9/MC.L. Can any

  • Formatting a column in numbers

    I am using the travel planning template in numbers. I tried to enter a 10 digit confirmation number but it is being displayed in a format similar to scientific notation. I tried adjusting the column width. Can anyone please tell me how to adjust the