Created documents: changing default permissions

We have a shared server in which we share documents, but for several of us, our documents always have "read only" permissions automatically set to them. Changing them one at a time is a pain.
Is there any way that when documents are saved (InDesign, Quark, etc.), that they can have automatic Read & Write permissions set to them without having to do the whole "get info" thing?
Thanks for any info. - j

There isn't anything for Apple to get involved in - the file permissions are working as they are designed. It is up to the owner of the document to change the permissions of their documents (they own them, after all). Setting the group to "everyone" or the permissions for "others" to read/write will allow others to read and write the file. If you want some kind of automation, then perhaps a folder action script will do what you want:
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px;
color: #000000;
background-color: #FFDDFF;
overflow: auto;"
title="this text can be pasted into the Script Editor">
on adding folder items to ThisFolder after receiving AddedItems
repeat with AnItem in AddedItems
tell application "Finder"
set everyones privileges of AnItem to read write
end tell
end repeat
end adding folder items to
</pre>
This folder action will set the permissions for "others" to read/write on every file dropped into the folder. Each user will need to attach the folder action to the Shared folder (attached actions are specific to the user), so it should be stored in a location accessible to everyone - perhaps /Library/Scripts/Folder Action Scripts.

Similar Messages

  • How to change default language in an existing document?

    I have created several documents, all with tables in them (lots of text in tables). All of these were created when the default language was English. As I am typing all of these documents in Australian English (same as British English) I am getting lots of red underlines on word that Pages thinks are incorrectly spelt.
    How can I do a global change of the text to Australaian English (or any other language for that matter). If I do Select All within the document it does not select the text in the tables so for the moment it looks like I have to select each cell individually to change the language. This will take hours, Surely there is a simpler method to to a global language change.

    Update all the styles after you have changed the language.
    Insert the cursor in the sample style > Styles Drawer > click on the red triangle next to the style > Redefine Style from selection
    Save your document. If you need this for future documents save as a template.
    You should have set your system language to Australian English and it would have defaulted to that.
    Peter

  • How to change default value of requested delivery date in va21 create quo

    hi experts,
    My requirement is simple, to add one day to the default value of the Req deliv date under "General header data" in VA21.
    I modified MV45AFZZ (an include in SAPMV45A).
    I added this code:
    if sy-tcode eq 'VA21'.
      case screen-name.
        when 'RV45A-KETDAT'.
         write reqdate to RV45A-KETDAT.
       screen-input = 0. "don't let user change it back.
       screen-active = 1. " but let user see the field and the
      endcase.
    endif.
    reqdate is the new value for RV45A-KETDAT which is sy-datum + 1.
    This code does'nt actaully change anything. I tried to change other values of other fields using the same code and it works. Is RV45A-KETDAT the correct field to use?
    Thank you in advance.

    You don't need to do that via user exit.  You can configure the RDD defautls by document type in SD config, and adding 1 day to the current date is very simple.  You can continue to use the FIELD_MODIFICATION user exit to lock down the field.
    Also, as a general practice in the sales exits, don't use SY-TCODE, use T180-TCODE or T180-TRTYP, even if you're not using BAPIs to create documents.

  • Need to create a Change document for tracking Purpose on standard table

    Hi Experts,
    I am updating a field in standard table so need to create a change document for tracking the changes being done on the field.
    I created the change Document with transaction SCDO but I am stuck at point - How to call that in the report program to enable the change document.
    Please advice.
    Thanks!!

    Hi
    U can assign your transaction to Z-report like this:
    PARAMETERS: TAB1 RADIOBUTTON GROUP R1 DEFAULT 'X',
                TAB2 RADIOBUTTON GROUP R1,
                TAB3 RADIOBUTTON GROUP R1.
    DATA: TABNAME TYPE TABNAME.
    START-OF-SELECTION.
      CASE 'X'.
        WHEN TAB1. TABNAME = 'BSID'.
        WHEN TAB2. TABNAME = 'BSAD'.
        WHEN TAB3. TABNAME = 'BKPF'.
      ENDCASE.
      CALL FUNCTION 'RS_TABLE_LIST_CREATE'
        EXPORTING
          TABLE_NAME               = TABNAME
    *   ACTION                   = 'ANZE'
    *   WITHOUT_SUBMIT           = ' '
    *   GENERATION_FORCED        =
    *   NEW_SEL                  =
    *   NO_STRUCTURE_CHECK       = ' '
    *   DATA_EXIT                = ' '
    * IMPORTING
    *   PROGNAME                 =
    * TABLES
    *   SELTAB                   =
       EXCEPTIONS
         TABLE_IS_STRUCTURE       = 1
         TABLE_NOT_EXISTS         = 2
         DB_NOT_EXISTS            = 3
         NO_PERMISSION            = 4
         NO_CHANGE_ALLOWED        = 5
         OTHERS                   = 6
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • My iWork (pages and keynote) are not communicating with the iCloud. I haven't changed anything and all of the sudden there is no sync happening.  My iCloud account is fine as i can create documents on my iPad and they appear on iCloud.

    my iWork (pages and keynote) are not communicating with the iCloud. I haven't changed anything and all of the sudden there is no sync happening.  My iCloud account is fine as i can create documents on my iPad and they appear on iCloud. However, when i change documents on my mac (documents that are supposed to be in the iCloud), the changes do not sync with my other devices nor with iCloud.  Even when i create new documents on my mac and save them to iCloud, all seems okay and i can access them from my mac, however they do not show up in the iCloud and i can't access them with my other devices.
    Most recent version of mountain lion updated over a month ago.  New iPad in use for over a month.
    thanks

    The same thing is happening to me, Mail was fine about an hour ago and now is rejecting correct password.  Typical when today I'm waiting some important emails!

  • Change default document type in transaction F-47

    Hi guys,
    any idea how may I change the default value (not on user level) of the document type in transaction F-47.
    Thanks and regards

    Use transaction OBU1 (path: IMG Financial accounting / general ledger accounting / business transactions / G/L account posting / Carry out and check document settings / default values)

  • How to create the change document functionality for a dependent objects?

    May I please know how to create the change document functionality for a dependent objects?
    I have done it follow the same process as for business process objects. But when i try to test it in BOBT, there is no records under "FIELD_CHANGE_WITH_FILTER". It seems the change hasn't been recorded.
    If the way I did to create change document for dependent object is correct, please also kindly advise the possibilities for why there is no record during testing.
    thanks in advance.

    I also have some doubts about the business object.In this case,one abstract BO hase a subnode wihich is root extended.I added the change document for this node under the category "root_extended" and then tested the function in BOBT.I got some error message "can't find the root key".Shall i redefine the method /BOFU/IF_CDO_CREATION~IS_CDO_CREATION_ACTIVE so as to solve the problem?
    Thx.

  • Change documents for DEFAULTS tab in su01

    Hi all!!
    Somehow SPOOL CONTROL option-> output device for a user changed(under SU01--> DEFAULTS tab) in my Production system.
    Question> can i find out change documents for DEFAULTs TAB  in SU01 for a user ID?

    In fact I was believing the same.
    I was wondering if we could add one new column to sap standard tables which will store any change documents specific to defaults tab for users. But no idea how lengthy this could be!!
    Any suggestions???
    Please do reply if there is any other option to find.

  • Before this last upgrade, when I would create a file and do a "Save As" it would always open "My Documents" by default, which is what I prefer. But since the upgrade it opens in some annonomus file, to which I have to go through several steps to get to My

    Before this last upgrade, when I would create a file and do a "Save As" it would always open "My Documents" by default, which is what I prefer. But since the upgrade it opens in some anonymous file, to which I have to go through several steps to get to My Documents, and I can't seem to select the default in my preferences. HELP PLEASE!!!

    Before this update of what software from what version to what version using which OS?

  • How to open documents by default with Pages 4 ( "Change All", "Open With" info option)?

    Hello I installed Pages 5, which I don't like.
    So I would like to open all my documents by default with Pages 4. However, I can't get the system to fix this default. In the "Info" panel of the Finder, under "Open With", I can set Pages 4 as a default app for one single document, but when I ask to "Change All" documents and use Pages 4, the system refuses to use the setting I select, and keeps reverting to Pages 5. Any suggestion, short of uninstalling Pages 5? Although I don't like it, I need to use it sporadically, so I don't want to uninstall it.
    Thanks.
    l.

    As far as I know, there is not any built-in way to do this. Perhaps an add-on can modify how the "star" works or add a new button for this function?
    Until then, you'll have to continue changing the pop-up list:
    * when bookmarking a page, double-click the star, and change "Unsorted Bookmarks" to "Bookmarks Toolbar" and then click Done
    * when bookmarking a page, press Ctrl+d or right-click the page > click the star on the context menu, and change "Bookmarks Menu" to "Bookmarks Toolbar" and then click Done
    Some users like to drag the padlock or globe from the left end of the address bar to the Bookmarks Toolbar, but if you always want the new bookmark added at the end, then this is not efficient.

  • Alert on create or change document

    Hi Gurus,
    Is it possible to get a alert message to user when a document created or changed?
    Thanks in advance
    cnu

    In standard DMS, There is not standard workflow available to trigger once new DIR/ Doc is created.
    For this you need to ask your ABAP/ Workflow consultant to develop new workflow.
    But Following workflows are available in standard DMS:
    Change document info record (TS 00007842) : Whenever a doc/ DIR get changed, a workflow will be triggered to the agent assigned
    Find document  (TS 00200124) : Whenever a doc/ DIR is searched, a workflow will be triggered to the agent assigned
    Display document (TS 00200237) : Whenever a doc/ DIR is displayed, a workflow will be triggered to the agent assigned
    Find dependent objects for document (TS 00200153)     etc..
    You need to do the necessary customizing in CVIY. You need to assign agent (ex: SAP log-on id).
    I hope this helps you.
    Best Regards
    Amaresh Makal

  • Exit for VF01/VF02 when creating or changing billing document

    Hi,
    Can any one tell me which exit is triggered when we are creating or changing billing document
    (VF01/VF02).I alreay find the exits but not able to find the exact one.
    Thanks in Advance,
    regards,
    kishore.

    Hi
    Check This EXIT  available for VF01/VF02 And find Exact one
    SDVFX007 User exit: Billing plan during transfer to Accounting
    SDVFX008 User exit: Processing of transfer structures SD-FI
    SDVFX009 Billing doc. processing KIDONO (payment reference number)
    SDVFX010 User exit item table for the customer lines
    SDVFX011 Userexit for the komkcv- and kompcv-structures
    V05I0001 User exits for billing index
    V05N0001 User Exits for Printing Billing Docs. using POR Procedure
    V60A0001 Customer functions in the billing document
    V60P0001 Data provision for additional fields for display in lists
    V61A0001 Customer enhancement: Pricing
    Ranga

  • Can we use IDOC_INPUT_ Message type for creating and changing the document

    Hi,
    I have a requirement to create or change the requisition data.
    Can I use IDOC_INPUT_PREQCR01 function module for both the purpose.
    OR shall I go for custom function module by using BAPI function modules to create or change the data.
    Please help me in this regarding.
    Answers will be rewarded.
    Thank you.
    Eswar

    Hello Eswar
    You could use the IDoc processing function module if you had the data already available in the IDoc specific format (which is unlikely). This would mean you are receiving the IDoc data from another SAP system.
    Instead, check the BAPI explorer (transaction BAPI) if you can find an appropriate BAPI.
    Regards,
      Uwe

  • Create OS X Default Profile/Template & Bind to AD (10.6 & 10.5)

    This article will explain how to create a default user profile/template for OS X 10.6 Snow Leopard & OS X 10.5 Leopard as well a quick overview of how to bind your Mac to AD (Active Directory)
    Why create a Default profile/template?
    If you a computer that multiple users log into it on a regular basis & you want all users to have an identical profile with looks, setting etc. then this article will show you how to do so.
    Binding to AD (Active Directory)
    With the new version of OS X Snow Leopard, Apple has now moved where the Directory Utility is found. It's now part of core services unlike OS X Leopard where it was found in the Utilities folder.
    Step 1 (Create default user profile/template ** OS X Snow Leopard & Leopard)
    With your “admin” user fully update OS X.
    ** Keep in mind that there are some applications out there that will not run or support past certain version of an OS X. If this does not apply then update to latest OS X version release.
    With your “admin” user install all needed applications that will be needed all check for any updates for those applications.
    From the “Accounts” panel create a new user. (For this document I will name create a users named “default”)
    Enable “Root” user:
    Snow Leopard 10.6 - Go to the Accounts Panel -> Login Options -> Network Account Server & select “Join”. Next select “Open Directory Utility”.
    Once you have the “Directory Open” select ”Edit” from menu bar & select “Enable Root User” and give it a password.
    If you chose to the direct method to open “Directory Utility” is /System/Library/CoreServices/Directory\ Utility.app
    Leopard 10.5 - Go to /Applications/Utilities/Directory\ Utility.app
    Once you have the “Directory Open” select ”Edit” from menu bar & select “Enable Root User” and give it a password.
    Logout & then login into “default” user
    Organize the Dock with all your needed applications
    Adjust settings & preferences for:
    Dock
    Desktop/Finder/MenuBar
    System Preferences (Run through each option in System Preferences & adjust as needed)
    Run “ALL” applications that will be used on the system. Once each application has launched open it’s preferences and adjust as needed. (In most cases, it’s recommended to turn “off” “check for updates” if you do not want users getting prompted each time an application releases an update)
    If there is more than one browser installed you should set which browser should be default. At this point you can also select a default “Save Folder” if you want users to select where download will appear.
    In case you have downloaded & visited website during your profile creation, clear the cache, history & cookies in each browser.
    Once you feel that your “default” user is prepared the way you want others to see it proceed to the final step, but only when you are finished working on the user.
    Clear the “default” user caches. Go to /Users/”default”/Library/Caches & simply delete/trash all the files in this folder.
    **Clearing the user caches is not fully needed but if you want to slim down the default user profile/template for a faster login, then removing these files will speed things up. Applications will just create the needed files here when they are needed.
    Next, open “Keychain Access” /Applications/Utilities/Keychain\ Access.app
    Select “Login” from the “Keychains” area then select the “File” menu and chose “Delete Keychain login”.
    Now restart the computer and login as root.
    We now just need to copy the newly created profile/template and replace the system default profile.
    Open Terminal & run the following commands:
    Backup current system profile (in case something happens you can restore this folder)
    Right click and select “Compress English.lproj”
    sudo rm -rf /System/Library/User\ Template/English.lproj/*
    (Removes contents from English.lproj folder)
    sudo cp -R /Users/”default”/* /System/Library/User\ Template/English.lproj/*
    (Copies your newly created “default” user profile/template) *May take a minute if profile is big
    You have now created a default profile that will load up each time a new user logs in.
    Now restart & login as your “admin” user and run “Repair Disk Permissions” in “Disk Utility”
    If you wish to bind the computer to Active Directory continue to Step 2.
    Step 2 (Bind to AD / Active Directory ** OS X Snow Leopard & Leopard)
    Snow Leopard 10.6 - Go to the Accounts Panel -> Login Options -> Network Account Server & select “Join”. Next select “Open Directory Utility”.
    If you chose to the direct method to open “Directory Utility” is /System/Library/CoreServices/Directory\ Utility.app
    Leopard 10.5 - Go to /Applications/Utilities/Directory\ Utility.app
    Once Directory Utility is open double click “Active Directory”
    Once open enter in the needed info for your Domain, name computer & select what options you want or don’t want.
    Now simply select “Bind” and enter in a user/password that has Network Administrator access to your domain.
    You are now bound to your domain.
    It’s also a good idea to change the login window to “Name & Password” if there will be many users logging into the computer.
    Now restart your computer.
    Once restarted & sitting at your login window, the best way to know you are connect to your domain is to click 5 Times where you see your computer name. You should see a colored dot, which will give you your status. You want to see Green.
    Now try logging in using an AD/Active Directory account.
    ** If you see an issue or mistake in this article please let me know here http://tinyurl.com/Create-OS-X-Default-Profile
    Message was edited by: carter.x

    See:
    *https://support.mozilla.org/kb/how-run-firefox-when-your-profile-missing-or-inacc
    This is usually caused by a problem with the profiles.ini file and the profile marked as Default=1 in this file is no longer present on the hard drive.
    *Windows: %AppData%\Mozilla\Firefox\<br>C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    *Linux: ~/.mozilla/firefox/
    *Mac: ~/Library/Application Support/Firefox/
    In Mac OS X v10.7 and later, the ~/Library folder is a hidden folder.
    *http://kb.mozillazine.org/Show_hidden_files_and_folders#Mac_OS_X
    You can use one of these to make Firefox create/use a new default profile:
    *Delete the profiles.ini file to force Firefox to create a new default profile
    *Use the Profile Manager to create a new profile
    *Use "Choose Folder" when you create a new profile to select the location of a lost profile and recover this profile
    *http://kb.mozillazine.org/Profile_Manager
    *https://support.mozilla.org/kb/Managing+profiles
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • 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

Maybe you are looking for

  • Trying to combine multi PDF docs into one, but losing a barcode overlay at the bottom of the page.

    Hello, I'm attempting to put approximately 100 PDF documents (various page lengths) together to create one, however when I use the typical method, File>Create PDF>Multiple Files then combine them I lose the barcode at the bottom of the page.  I belie

  • CS3 Web Premium Setup.app crashing on launch

    Trying to install CS3 Web Premium on a Mac intel w 10.5.2 and I cannot get the installer to launch. It did not auto run as the instructions indicated and there was no Setup MacOS file that I could find on the dvd, but I did find Setup.app. Launching

  • Reading backed up Contacts

    My phone's contacts were decimated after updating my Curve2 and I need to restore everything asap! But when ever I try to restore the contacts nothing happens. How can I read the file at least to type each contact into my phone? Please help.

  • X2: How to stop and play a MP3 file from any place...

    Hi, I have some 1 hour talk shows on MP3 on my X2. I play one show. After 10 minutes I want to pause it there and take a call, or go to the menu and add a reminder, and come back to the mp3 and play from the point I stopped (10 minutes). How to do th

  • Avoiding miscalculation of calculated item in query mode

    Hi: Imagine an invoice data entry system. 2 Blocks... the master (orders) and the detail (order_products). In the master you have the customer info and all that usual data... the details are the lines of products that this customer bought (quantity,