Sales Stage Field on Opportunity - Access Denied on Saving Update

Users can see the LOV for the field Sales Stage on Opportunities. They can select a value from the LOV. However, when they attempt to save, they get Access Denied - SBL-DAT-00553. What application setting is causing this error?

Related Info for Opportunities looks like this:
Attachments = Full
Audit Trail = Read Only
Completed Activities = View
Contacts = Full
Leads = View
Notes = Full
Open Activities = View
Opportunity Assessment = No Access
Opportunity Competitors = Full
Opportunity Partners = Full
Opportunty Team = Full
Revenus = No Access

Similar Messages

  • Issue with saving sales stage in an opportunity record

    We can not update the sales stage of an opportunity record to closed/won and save it. We are changing the status to a valid one. Is this a known issue in the new release? We upgraded recently to rel 15.

    I would recommend contacting customer care on this issue.

  • Access denied error on updating list through custom webpart

    hi
    I have created one webpart having multiple view option.
    On selection of items from one view user is clicking on next button to get 2nd view (THis is causing postback) and on selection of 2nd view items user is clicking on next buton for 3rd view.
    On third view he can see the submit button. On click on submit button the selected items are updateing in one list and also updating data in other lists.
    The list in which we are updating data have limited access to all users. But previously user were able to upate the list.
    But after implimenting this multiple view with next button which  postbacks on click user are getting access denied error while updating the list. If i provide contribute access to that list then they able to submit the changes properly. But even after
    that they got the error at first time.
    Any body got this type of issue?
    Is the post back on custom webpart cause access denied error?
    i have written my code like this to updat list,
    protected void btnUpdate_Click(object sender, EventArgs e)
    try
    SPSite site = new SPSite(SPContext.Current.Site.ID);
    SPWeb myWeb = site.OpenWeb(SPContext.Current.Web.ID);
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite ElevatedSite = new SPSite(site.ID))
    using (SPWeb ElevatedWeb = ElevatedSite.OpenWeb(myWeb.ID))
    ElevatedSite.AllowUnsafeUpdates = true;
    ElevatedWeb.AllowUnsafeUpdates = true;
    //code to update multiple lists
    catch (Exception ex)
    Please suggest any solution for this.

    Yes I checked with ULS log viewer.
    Its very helpfull as reading that text log file is very difficuelt.
    I found that if user spend more time on that webpart then session veriables on that webpart gets expired and at the time of redirection of user to newly created list using below code currentNewList becomes empty and its redirection to wrong list(_abc) which
    is dummy list and user dont have any access.
    currentNewList = NewListName+ "_abc"
    SPUtility.Redirect(currentNewList.DefaultViewUrl, SPRedirectFlags.Default, HttpContext.Current);
    So I modified the code to reload the session data when user clisk on submit button.

  • Why do I get general access denied trying to update my own field in Active Directory?

    I am trying to update a field pertaining to my own user object in Active Directory using ADSI and C++ app. The operating system
    is Windows Server 2012 Standard.
    I am able to read, I am able to call Put without problems, but when I call SetInfo, it returns with "General access denied". I have
    confirmed that it's my own user object I'm trying to access.
    I obtain my own FQDN like this:
    GetUserNameEx(EXTENDED_NAME_FORMAT::NameFullyQualifiedDN, pszFullyQualifiedDN, &dwFullyQualifiedDN);
    Then I use it like this:
    LPTSTR pszObj = (LPTSTR)LocalAlloc(LPTR, dwMemToAlloc);
    wcscpy_s(pszObj, dwMemToAlloc / sizeof(TCHAR), L"LDAP://");
    wcscat_s(pszObj, dwMemToAlloc / sizeof(TCHAR), pszFullyQualifiedDN);
    I bind to an object like this:
    ADsGetObject(pszObj, IID_IADs, (LPVOID*)&pObject);
    This call succeeds:
    pObject->Get(CComBSTR("Description"), &var);
    This call also succeeds:
    VariantClear(&var);
    V_BSTR(&var) = SysAllocString(L"Some new value");
    V_VT(&var) = VT_BSTR;
    hr = pObject->Put(CComBSTR("Description"), var);
    Trying to commit the above change using the following:
    pObject->SetInfo();
    This is where it fails.
    It returns E_ACCESSDENIED General access denied error.
    As you can see, that is my own user object I am trying to update. To my understanding that is supposed to work provided I am a member of Domain
    Users group. Which I am.
    What could possibly be the problem?

    The problem is that in Windows Server 2012 Domain Controller, permission to write to public (and personal,
    for that matter) properties is not granted to "SELF". The field I am trying to write to belongs to public properties. The only property set a user is able to change for himself in Windows Server 2012, by default, seems to be "Private-Information",
    which consists of ms-PKI-Credential-Roaming-Tokens,ms-PKI-RoamingTimeStamp, ms-PKI-DPAPIMasterKeys, ms-PKI-AccountCredentials
    Why on earth a user doesn't have permission to write to his own personal fields in Windows Server 2012 AD, Microsoft??!?!?!

  • Sales stage default for Opportunity

    Hi,
    i have configured few sales stages for opportunity. Here one of the sales stage is " Identification :".
    My requirement is to make this sales stage ( identification ) as default in opportunity.
    Curretly working on crm 7.0
    Please give me any inputs to solve this issue
    Thanks & Regards
    kishore kumar

    It's not possible with customazing but you can do it very simple with the implementation of badi CRM_OPPORT_H_BADI. in the badi just write the following code...
      IF is_opport_h_wrk-curr_phase IS INITIAL.
        CASE ev_process_type.
          WHEN 'ZOPQ'.
            cs_opport_h_badi-curr_phase = 'ZQ1'.
          WHEN 'ZOPT'.
            cs_opport_h_badi-curr_phase = 'ZT1'.
        ENDCASE.
      ENDIF.
    ZOPQ and ZOPT stands for opportunity type that you customized. And ZQ1 and ZT1 stands for sales phase to be set as initial, depending on transaction type.
    Regards.

  • Opportunity - Access denied.(SBL-DAT-00284) Error

    I am getting error as Access denied.(SBL-DAT-00284) when I am trying to create a new opportunity record.
    I checked Roles and access profile. Setup looks correct there. Any idea of issue. Thanks VK

    I was access profile issue. I resolved. Thanks VK

  • Access Denied when saving in Vista

    Hello everyone,
    On some occasions, when I'm editing my website and saving a CSS file a message popups saying access to the file is denied. If I try to delete or rename the file with Windows Explorer it also says access denied. It seems the file is locked because I cant open it in any program, delete it or rename it.
    After about 10 minutes, the file is back to normal. Im on Windows Vista, with Dw Cs4 and I use Firefox to test my website.
    I've tried to take permission of the folder and Dreamweaver isnt saving using a temp file. Anyone have any ideas?
    Thanks

    This is a "feature" of Vista's security system. The solution is in the reply from Badcrew in the following page: http://thevistaforums.com/index.php?showtopic=13343.
    How did I find the answer? By typing access denied vista into the Search Forums field at the top right of this page. The search system in this forum is quite powerful, so it's always worth trying.

  • Access Denied when saving file - CS5 & Win7

    Using Dreamweaver CS5 and Win7...  Sporatically, I will try to save my .html file and will get an error saying "access denied" to the .tmp file.  So I do a "Save As" to another file name and then the original file literally disappears (is deleted / erased) from my hard drive.  No where to be found!
    Has anyone else had this experience?  Is there a work around?
    Godspeed,
    Omar

    Here's the solution (as I learned from other forum posts):
    - Disable the Preview Pane in Windows 7...
    or
    - Simply "deselect" the file in Windows Explorer (thus deactivating the "Preview" of the file) and try to save it again.  The "Save As" dialog will appear and you can save it with the same name.
    What is actually happening:
    When a file is selected in Windows Explorer and the Preview Pane is enabled, Windows 7 displays the file (and locks it).  If the file is also open in Dreamweaver and any modifications are made, the file is considered a temp (.tmp) file by Windows as it is already in use by the Preview Pane (and locked).  When you try to save the modified file in Dreamweaver, you get the "Access Denied" error.  If you go into Windows Explorer and deselect the file, the file will disappear (be deleted / removed) as Windows now considers it a "temp" file that is no longer being previewed. At this time (assuming you didn't close the file in Dreamweaver) you can try to save it again and a "Save As" dialog will open (since the original file was deleted).
    Hope this helps!
    Godspeed,
    Omar

  • Why is access denied when saving page

    Getting denied access when trying to save a page in CS5.5.  Had to load on new computer after other one crashed.

    Which operating system.
    In general, a file cannot be saved if it is open in another program such as Windows preview.

  • Access Denied When Saving

    I just "upgraded" to Windows 7.  Now, I cannot edit my dreamweaver CS4 files and save them to my folder.  It says "access (folder) was denied".  Furthermore, when I do change the files and try to view them in either IE or FF, it shows a connection error.  Any thoughts?
    Thanks
    Steve

    Can you find anything useful here?
    http://kb2.adobe.com/cps/508/cpsid_50853.html

  • Access denied when saving fla originated on another computer

    How can this be avoided when a team is working on the files?
    A large website, many fla files and many are opened/changed then
    saved... Files are usually created on one computer then downloaded
    to another for some work (through local network) and sent back and
    forth this way... until now we have been saving in a new folder
    each time, but there are well over 30 files in some sites... anyway
    to avoid this?
    all computers are Mac... an iMac G5, a powerbook and a
    PowerMac G5 all with 10.4.7 or 10.4.6 with Flash Pro 8

    I'm a PC guy, Permissions in Windows Active Directory causes
    similar problems, maybe your network has something similar. Running
    crossways with a source control system could do that too.
    Dreamweaver has source control built in - is anyone in your group
    trying to run that? And SWFs included in a web build are getting
    entangled?
    Anyway, source control for your work group is a good idea.
    Files are kept in one place on a server, a developer 'checks the
    file out' to work on it, returns it to the same place when done.
    Everyone knows where to go, only one person at a time can work on a
    file, older versions are kept transparently in a 'history', backups
    of the entire project are easy to set up.

  • Sales Process at the Opportunity Revenue Level

    Hello,
    My client is managing all the opportunities at the part level (product revenue) level. All there approvals happen at the part level and it is possible that for an opportunity there could be muiltiple parts with some Closed/Won and some Closed/Lost.
    I believe managing sales process is currently available at the Opportunity header level. I tried to expose the existing Sales Stage field on the Revenue record on the Related Object page layout. But it is read-only. OD does not allow me to enable it and looks like it copies the sales stage values from Opportunity header.
    Is there a way to enable Sales Process at the Product Revenue level ?
    Thanks

    Robin, this functionality is not available at this time. You can submit a enhancement request to CRM On Demand customer care.

  • LookupName Function and Sales Stage

    Hi All,
    I was wondering whether the LookupName function is possible with the Sales Stage field. I know this field is OOB and doesn't behave as a picklist but thought I would ask anyway.
    I'll be writing a workflow and ideally I don't want to translate "Closed/Won" to multiple languages, e.g:
    ([<SalesStage>] = "Closed/Won" OR [<SalesStage>] = "Clôturée/Gagnée")
    I would like to use something like:
    LookupName("SALES_STAGE_FIELD", "Closed/Won")='Closed/Won'
    I'm not sure what the name of the Sales Stage field would be either, any ideas if this is possible?
    Thanks
    Oli @ Innoveer
    Edited by: Oliver @ Innoveer on 07-May-2009 03:07

    Another thought I had was to trigger the worflow based on Sales Stage Id, but this doesn't seem to work. My trigger event would be "When modified record is saved" as it would need to trigger an email. However it doesn't seem to work, I assume this is because Sales Stage Id is assigned when the record is saved and after the workflow trigger evaluates the opportunity?
    Any other ideas?
    Edited by: Oliver @ Innoveer on 07-May-2009 03:47

  • Sales Stages in Quick Search

    Does anyone know what drives the sales stages in the Quick Search?
    We are using multiple sales stages.
    I have updated the search criteria as per requirements to include Sales Stage on the opportunity search. I have specified the Sales process I want to see in the search as the default Sales Stage, yet I am still seeing the previous default sales stage stages in the dropdown in the quick search.
    Does search indexing also perform like analytics in that you need an overnight refresh to see updates?
    I'm waiting till tomorrow before I create a SR, but I thought I'd ask first here. If anyone knows the answer I'd be grateful.
    Regards
    K

    Hi again, I waited till overnight to see if the quick search sales stages would update with the current default sales process as the values in the dropdown, but it did not.
    Therefore we can only theorize that sales stage on quick search - if you have multiple sales stages - doesn't work. You will need to train users to use advanced search if they want to look for a sale stage.
    K

  • OnDemand CRM - Sales Stage Cascading Picklists?

    I have a problem in that sales stages for one opportunity type are not the same as the other opportunity types.  I am trying to standardize these values.  I am also unable to modify the sales stage.  I suspect that this has something to do with the standard reports.  But I am unable to determine how these were modified at one point.  Could an upgrade have broken this?  Also, cascading picklists do not seem to be set up so I have no idea where to go with this.  Any suggestions?

    Dear User,
    Thanks for using Oracle communities.
    I did not got your problem fully but what I got is, you are not sure form where to modify opportunity stages.
    I think this is picklist, then you need to determine picklist type and modify the values for that type from list of values. You can find same in Administration - Data > List of values.
    I hope it helps.
    Best Regards,
    Chetan

Maybe you are looking for