Changing sales employee on document set to read only

*Our customer has invoices set to read only for certain users.  however they need these users to be able to change just one field - sales employee.*
*Is there anyway this can be achieved??
Edited by: Samantha Glanville on Oct 8, 2009 3:25 PM

If it set up as read only, there is no room for updating even only one field.  Better leave this to other more powerful user to change.  Otherwise, the read only setting would be overridden.
Thanks,
Gordon

Similar Messages

  • Change sales employee authorization for sales opportunities

    "Change sales employee" in general authorizations is working only for documents, but not for sales opportunities.
    There should be an authorization alos for sales employee on sales opportunities.
    Not only for itself but also to make a sense to authorization of sales employee on documents, because having full rights to sales employee on sales opportunities make easy to set sales employees on documents even if not authorized, just by adding the document from a sales opportunity from where it will inherit any sales employee.

    Hi Sean,
    Your request is very reasonable. I am supporting this DRQ. It would be better to be include in the new release soon.
    What is your B1 version? Have you checked the latest version?
    Thanks,
    Gordon

  • Accidently changed the "ownership & permissions" access admin setting to "read only"

    In the "Get Info" window on my MacBook hard drive icon, I accidently changed the "ownership & permissions" access admin setting to "read only" & now it won't re-boot the operating system. Just displays the Apple logo & running wheel on a white screen . Any advice on how best to re-set/restore would be very much appreciated, thanks

    This might help. Otherwise, it might be necessary to reinstall.
    https://discussions.apple.com/docs/DOC-2240

  • Outlook Public Folders- Some Documents Persistently Open Read-Only

    We have been having this issue for a few months.
    Previously, users could navigate to Public Folders and open Excel or Word documents, make changes, save and close without issue.
    When this problem first started, users were getting files open as Read Only. We were unsure why this was happening and could not find a fix, so we put out an instructional document on how to: disable Protected view in Excel or Word, turn off attachment previewing
    in Outlook and disable the preview pane. If users performed these steps, they could then operate without an issue.
    Now it is occurring again, even with the above fixes in place. We tried setting up a Group Policy to make these settings and it didn't help.
    My sysadmin had me block the following updates in WSUS: 2687567, 2965295 and 2956128. We thought this may be the cause but to no avail. On my work desktop and laptop it occurs with these updates not installed.
    We can access the documents OK, without Read Only status using Outlook Web Access. We are using a mix of Windows 7 Professional and Enterprise. We are using Exchange 2008, Office 2010.
    Thanks for any help you can provide.

    Hi,
    Based on my knowledge, since Outlook 2010, it seems to be by design.
    The easiest way to open and modify the attachment in the message, is to "Edit" the message, then open the attachment, make changes in the attachment and save the attachment, then Save the Message.
    You mentioned "Previously", was that a previous version of Outlook?
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here.

  • How to set the read only property for dynamic ALV column

    Hi All,
    I have built one dynamiv ALV and I have one name column inside that ALV for which I have to set read only property based on two column fields that exist in the same ALV,say IS_SP and IS_CORP of type boolean.
    If any one of the flag is 'X',i have to make that name column as display only and
    If both flag are not set,it should be displayed as ediatable column.
    I have written one method as INIT_ALV which gets called when ALV is loaded.
    Code is as  follows:
      lr_column_settings ?= wd_this->alv_all_roles.
      lt_columns = lr_column_settings->get_columns( ).
    LOOP AT lt_columns INTO ls_column.
    CASE ls_column-id.
       WHEN <NAMECOLUMN>. "name column which should be editable/display
    Create Input Field
            CREATE OBJECT lr_uie_input_field_ro
              EXPORTING
                value_fieldname = ls_column-id.
         ls_column-r_column->set_cell_editor( lr_uie_input_field_ro ).
        After this,I have to set the read only property based on IS_SP and IS_CORP values,
              CALL METHOD lr_uie_input_field_ro->set_read_only_fieldname
              EXPORTING
                *value = 'IS_SP' or 'IS_CORP'
    ENDLOOP.
    I dont want to use cell variants also.
    Help me to achieve this.
    Thanks and Regards,
    Divya

    Divya - I have done it in the past following these documents. Please read it and try it it will work.
    Please read it in the following order since both are a continuation documents for the same purpose (it also contains how to change colors of row dynamically but I didnt do that part I just did the read_only part as your requirement) 
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0625002-596c-2b10-46af-91cb31b71393
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0155eb5-b6ce-2b10-3195-d9704982d69b?quicklink=index&overridelayout=true
    thanks!
    Jason PV

  • Permissions on Android AT200 removable SD card set to read only

    Recently the removale SD card on my at200 has been set to read only for all but a few applications. This mean that when editing or trying to save, copy docs on the SD card I get the "not enough permissions" message. Any editing by these applications requires shifting files to onboard SD card and back again.
    Toshiba file manager is able to rw OK, but my other file manager fails, as does ezy PDF.
    Reading the attributes of the SD card show that it is set to rw for data.p (permissions XML). But looking at info from file manager shows sdcard directories and files set to dr- or -r-.
    Is there some way of getting this changed to allow access for all my installed apps? Or even some?
    Cheers
    rabel

    MisterX,
    Found this note from zc2 on the xda forum dealing with the same issue December 2011.
    "The owners of Honeycomb-powered tablets experience a problem writing to the external SD card, because since v3.2 the permissions for the files there were changed from sdcard_rw to media_rw.
    According the file /system/etc/permissions/platform.xml, any application with declared permission "android.permission.WRITE_MEDIA_STORAGE" should be included to that media_rw group.
    But that won't happen.
    I made a test application to show the group membership (it just executes the "id" command), and according to its output, the application is not member of the media_rw group, despite the "android.permission.WRITE_MEDIA_STORAGE" permission is mentioned in its manifest.xml"
    This is somewhat confirmed by a comment returned to me from the AntTek File Explorer developers on an interum work around for this problem (a common one since 3.2)
    "While waiting, the simple solution, if your device is rooted, is as follows:
    1. Using AntTek File Explorer, active Native mode from application preference.
    2. Navigate to /system/etc/permissions.
    3. Open platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
    4. Add an additional group definition for this permission: <group gid="media_rw" />. It will grant AntTek Explorer (and other applications) permission to writing to removable SD Card. After edited, it will look like:
    <permission name="android.permission.WRITE_EXTERNAL_STORAGE">
    <group gid="sdcard_rw" />
    <group gid="media_rw" />
    </permission>
    5. Save the changes to the file.
    6. Restart your tablet."
    My tablet is not rooted so this was not available to me, but it appears this is a major issue for Honeycomb, including the version on the AT200. Is there any plans to fix this bug do you think? Or is there a date for the promised update to ICS for the AT200, another prime selling point.
    Cheers

  • Set to read only

    in  sender file adapter in processing mode what is the use of set to read only  option
    regards
    raghu

    Hi,
    This set to read only mode for sender file communication channel will process the fiels have write permission and change it to Read only to not to modify it later on.
    this option is available for NFS only (Native file system)
    Thanks
    Swarup

  • Collect signatures workflow - Signatures can't be added or removed because this document was opened read-only

    Hi, I have configured a "Collect Signatures" workflow for test Word document(.docx), then uploaded it to sample SP 2010 doc library  (content type "Document").  This Word document has 2 empty Signature Lines in it.
    After that i'm starting the Collect Signatures workflow on it , which is assigned to me and other user from my Active Directory. 
    Workflow is started and after that i'm receiving mail about assigned task which also contains link to document.
    When i click on link it opens IE which contains SP library file path, after a while doc is opened in Word client in Read-only mode. When i want to sign the document info window pops up : "Signatures can't be added or removed because this document was opened
    read-only" and i'm not able to compete task/sign doc from Word.
    It is possible to sign the document when i go to SP library and opens this file directly from there (file drop-down menu-> open in MS Word).
    I saw that this behaviour is similar to this article:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/31ba43ec-b04e-428d-9a66-0cc571934197/collect-signatures-workflow-using-firefox-not-showing-workflow-task-this-document-requires-your?forum=sharepointgeneralprevious
    but i'm using IE so it shouldn't be Active X issue.
    I have also checked this MS Fix:
    http://support.microsoft.com/kb/2661910
    but changing CA settings to Permissive didn't help
    Any ideas ?

    Hi bezcisnien,
    I could not reproduce this issue.
    When you open this file directly by clicking the document Name link from SharePoint library, is there a
    yellow message bar in Word document?
    Did this happen to all users on all PCs?
    Have you checked if it is a client side issue, test with different IE 8/9/10 versions for this issue (and IE compatibility mode, add-ons, trusted site zone etc)?
    Thanks,
    Daniel Yang
    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]
    Daniel Yang
    TechNet Community Support

  • Is ProPhoto.icm's permissions suppose to be set to Read Only in CS2/OS X?

    I went rummaging around Application Support>Adobe>Color>Profiles and found ProPhoto.icm is set to Read Only as seen in the Get Info Window in CS2 OS 10.3.9.
    All the other profiles in this folder are set to Read and Write as are the rest of the Colorsync profiles in the system. Colorsync Utility's Profile First Aid reports ProPhoto needs fixing reporting "Header white point is not D50". Of course it can't fix it because it reports it is locked.
    Is there a reason it's locked or is this a repair permission issue?
    The only way for me to make ProPhoto Read and Write is to drag a copy to the desktop and change it in the Get Info Window. It's grayed out when it's in the Application Support folder.
    I'm using a third party RAW converter-(Raw Developer) with ProPhoto set as my output space and I'm wondering if this permission setting is causing it to randomly crash.

    Ok - I understand now, but I'm not able to duplicate this behavior. When I create a group web calendar that anyone can view but only group members can edit, clicking on a time block (to create a new event) opens a login window. I noted that while it does appear to create an event, but when I navigate away from, then back to the web calendar, that event is no longer there. Also, it doesn't show up in the 'Upcoming Events' sidebar on the Wiki's home page.
    If I double-click on an existing event, the event opens as if it's going to allow me to edit it. But once I click the 'OK' button, a login window opens. Still, it seems as if I was able to edit the event...until I navigate away, then back to the web calendar page. Then all changes are gone. So it does give the illusion that events can be created/edited by non-group members.
    By any chance, are you logged in as a non-group member when you try to create/edit a calendar event, and are these users included in the list of those that can create Wiki's in Server Admin?
    BTW: I'm not using Sunbird.

  • My shared files are all set as read only. How do I sort this out?

    I am trying to set up our iMac and MacBook so that they share files.
    In System Preferences/Sharing I have set the File sharing to ON, I have selected which folders are to be shared and I have set it so that everyone can read and write the files.
    In the iMac files when you check various properties NONE are set as read only, however, when the files are access from the MacBook they are all READ ONLY.
    What am I doing wrong and how do I sort this out so that I can access files from either computer and amend and save them without having to change file names?
    Please help!!
    Karl

    I have had similar problems and have given up trying to use the "everyone" user setting.  Instead, to give shared access to a folder I add specific users and then set their access level.  To add users to a folders sharing profile click on the [+] button at the bottom of the Users column.

  • My calendar is set at "read only" on my iPhone how do i get access

    My calendar is set at "read only" on my iPhone how do i get access

    Contact the person who 'gave' you the iPhone and have follow this link:
    Prepare your device to sell or give away
    If they do not have the AppleID and passcode requested, turn the iPhone
    in to your local authorities as it is stolen or lost, and in either case it is not yours
    nor does it belong to the person who gave it to you.
    There is no workaround for Activation Lock.
    iCloud: Find My iPhone Activation Lock in iOS 7 & later
    http://support.apple.com/kb/HT5818?viewlocale=en_US&locale=en_US
    http://support.apple.com/kb/TS4515

  • How to change content type from Document set to Item

    While creating content type I've selected Item as a parent but after created I can see its showing Document Set as a parent content type. Now can anyone please suggest if possible I can change the parent content type from Document Set to Item.

    Hi,
    From your description, I know you want to change content type’s parent after creating it.
    There is no OOB method to change content type’s parent after you create it. If current content type has not been used, you could delete it and recreate it with your desired base type. Here are similar cases:
    http://sharepoint.stackexchange.com/questions/16131/change-base-content-type-of-content-type
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b976f17e-99b5-42bb-bc82-8d4123a625cf/change-the-parent-of-a-content-type.
    This article may help you understand the relationship of Content type inheritance:
    https://support.office.com/en-au/article/Create-and-edit-content-types-3d5d45af-608d-4183-8d51-073095fe0312#__toc239159103.
    Best Regards
    Vincent Han
    TechNet Community Support

  • SD card set to read only and I can't change it

    I bought a brand new 64GB SD card and used it for the first time today. I inserted it into the SD card slot on my mid 2010 MBP and copied the files to my drive. When I wanted to delete the files however, I couldn't. I tried using cmd+backspace, dragging it to the trash and even trying to erase/format the card in Disk Utility to no avail - everything was greyed out.
    I've looked around to try and find a solution but can't. Does anyone know what's wrong or what I shoud do?
    I've also checked if the lock switch was set to lock on the card, which it isn't. The card also appears read only on a Windows machine, and I can't change the permissions on either Mac or PC. I've also reset my PRAM as I saw this as a possible solution by another use but it hasn't worked.
    Please help!

    Hi,
    Google is your Friend
    10:18 PM      Sunday; February 12, 2012
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Allow user to change image of a document set

    Hello all,
    is it possible to allow user to upload and set an image in the welcome page of a document set ?
    For example, I want to create a document set for each customer, to store document related to this customer. In the document set welcome page, I would like to display the customer logo.
    Is it possible in a easy way ? :)
    Thank you !

    Hi David- automatically? No, unless you're ready for some major coding. Also, what permissions do you plan on giving the customer?
    The only way I can see this happening is if you provide the title for the image to your customer, then give them access to the library where it's stored and hope they use the exact title to replace the file that's there.
    cameron rautmann

  • Documents opening as read only

    Since migrating to win 7 all word documents copied to iomega ix4-200 opening as read only--how do we fix this!
    There are 4 of us using the iomega as a shared storage and it has become a real problem.  We did not have this problem before win 7 and it is not happening to every single word file every time but is happening way too often.  Don't know if it is a word setting issue or the Iomega not liking win 7.  

    Hi jwbennet, welcome to the forums,
    sounds like some of the documents were possibly copied to the drive from a write protected drive similar to a closed cd or dvd; when written to cd or dvd files will become write protected. 
    Please try the following; click on a, or select multiple, folder(s) and right click on them, then select properties.  Ensure that the Attributes - Read Only box is empty and then apply the change.
    Hope this helps.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

Maybe you are looking for

  • Maximum Hard Drive Size for Mac Pro OS X 10.6.4

    I would like to install a backup drive in my Mac Pro. What is the largest drive I can install? A 1.0T would work but a 2.0T would be better. When I bought my Mac Pro in Oct 2008 it stated I could have up to 4.0T of drive space. Does that mean I am li

  • Daily Sudoku Will No Longer Print Out

    Daily Sudoku worked great for several days after I first got my HP printer.  Now it will no longer work--I've tried to set it up again several times to no avail.  Please help!

  • Forte 3G To 3L Problems

    Hi, We recently converted from Forte 3G to Forte 3L and we picked up a problem with a Referenced Partition. Scenario - All our applications reference a partition from one application (AppMgt). We export a project from AppMgt (with IDS) and import it

  • How do now open two copies of same page

    As a business short cut I cut and paste from one copy of a web page to another copy. Your new feature disallows two copies of same page. Is there a way to force two copies?

  • Mountain lion OSX not booting

    i installed windows 7 on my macbook pro via bootcamp. i got windows 7 up and running (which i'm currently using) but i can't boot my mountain lion os x. when i turn on computer it shows white screen for 5 secs(no apple) then goes to black and loads w