Removing Sales Stages under Opportunity

Hi,
I'm currently customizing in Oracle CRM on Demand. In the lay-out screen of Opportunities I want to remove (or edit) the field "Sales stage" because the company I'm working for uses different ones than the standard CRM on Demand ones. But when I want to remove Sales Stage from the Field Layout Screen I receive an error that says that it is a required field and that I’m unable to delete it. When I check out the status at the Field Setup it confirms the required status but because it is grayed out I can't make it "Unrequiered". Unfortunately I’m also unable to edit the pick list behind it. So basically I’m stuck with a useless field that I can't get rid of.
Any solution for my problem?
Kind Regards

Hello,
My understanding is you want to change the name of sales stages. There are some limitations on closed/won and closed/loss except this all stages are editable and you can insert new stages also.
Please follow the below steps :
Admin--> Business process--> data rules & Assignment--> Sales process--> Default sales process-->clik on sales stage and rename it.
Good luck
Cheers
Subbu

Similar Messages

  • Mapping Sales Stage in Opportunity with Win Probabilty

    Hi,
    We need to map the sales stages to win probability in such a way that whatever sales stage we select, the win probabilty should automatically change.
    Hence if the Sales Stage is "Initial Contact", the Win Probability should be 10 and if it is changed to "Negotiation", it changes to 70.
    Can any one please help me with the syntax.
    Thanks in Advance
    Akesh

    Hi Akesh,
    Create new sales process by using following navigation
    Admin-->Business procee management -->Data rules and assignment -->Sales Methodology-->Sales process
    Also add 'Default probablity' for each 'sales stage'.
    Then try creating new opportunity.Win probablity will get autopopulate based on sales stage selected.
    Hope this answer your requirement.
    Regards
    Santosh Patil

  • 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.

  • Reporting / Sales Stages and Sales Processus

    Hello,
    I have 2 Sales Processus.
    In each Sales Processus I have the same name for the Sales Stage ("Closed/Won").
    When I created a simple report showing the Sales Stage and the Name of the opportunity,I have 2 blocks with the 2 items "Closed/Won".
    How could I manage to have only 1 block "Closed/Won" ?
    Thanks for your help.
    ML

    ML, in addition to Sales Stage and Opportunity Name bring in Sales Process Name. Now you should be able to filter on the correct sales process.

  • Report on No of Opportunities in sales Stage

    Hi All, I have a requirement to display following report:
    Report should have 5 coloum 1) Current Sales Stage of Opportunity 2) No of opportunities which are in current stage from 3 months 3 ) No of opportunities which are in current stage from 6 months 4)No of opportunities which are in current stage from 9 months 5) No of opportunities which are in current stage from 12 months.
    I tried to do this using Case IF fnction but not unable to do same. Can you please help me to achive this requirement.
    Thanks in Advance!!
    ---Priyanka

    Hello,
    I have built several reports like yours using FILTER function instead of CASE IF.
    example: I wanted to filter number of customers which are contact telephone number populated
    FILTER("Account Metrics"."# of Accounts" USING ("- Primary Contact"."Primary Contact Work Phone #" IS NULL)).
    So in your case you have to filter the number of opportunities by date range you need.
    I hope it will help you.
    Regards
    Marc

  • 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.

  • 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

  • Historical Opportunity Sales Stage Report

    I have a basic report that shows Opportunity Name, Historical Sales Stage, and Stage Start Date.
    How can I display a column that shows the previous Sales Stage along with it?
    Thanks for your help.

    I've created custom fields for each sales stage with Workflow rules that update the fields with "Timestamps" when the SalesStage changes. Example, field "Closed/Won Timestamp" field is populated when the SalesStage is changed to "Closed/Won" with the current Timestamp.
    Then you filter or include these fields in your analysis and can have "Timebased" reporting.
    I've also created custom fields to Timestamp when the Owner is changed, when a CloseDate is changed, when a lead is "Qualified", when Total Revenue is changed, when a Account "Type" is changed and what was the Previous status.
    Each custom field has Workflow that Updates Values upon the rule being triggered.
    Dan

  • Opportunity Sales Stage

    We have a requirement to lock down the the Opportunity (unable to make any changes) when the the Sales Stage moves to Closed/Won? Any ideas?

    we achieved this via workflow.
    Header section:
    Record Type => Opportunity
    Trigger Event => Before modified record saved
    Workflow Rule Condition => (PRE('<SalesStage>') <> "Closed/Won")
    "Actions If Condition Is False" section:
    Cancel Save = checked
    Display Message => No Changes allowed when Opportunity is Closed already.
    "Actions" section
    leave blank.
    => the above order has to be 1st so that for any changes done to the opportunity, if the sales stage is already Closed/Won, the changes will be prevented and message will appear "No Changes allowed when Opportunity is Closed already. "

  • Approval on sales stages defined in sales opportunity

    Hi Experts,
    Is is possible to  configure approvals on various sales stages defined in the sales opportunity?
    Please suggest some solution or workaround.Can it be customized?
    Thanks in advance
    Regards,
    Kanishka Tyagi

    Hi Kanishka.....
    Please execute this SP.....
    If @object_type='101' and @transaction_type IN ('A','U')
    BEGIN
    If Exists (Select T0.Num from OOST T0
    Where T0.StepId is not null
    And T0.Num = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'You can not enter Sales Stage'
    End
    End
    Hope this will help you......
    If you want it for a particular User then add one more condition for user signature.....
    Regards,
    Rahul

  • Opportunity sales stages change

    Hello All,
    I want to change the fields as mandatory once the sales stage is moved from one stage to another stage, from initial change to discussion stage i want 3 fields as mandatory, and from discussion to closed/won some fields are mandatory including weblinks. Could you please suggest on this.
    Thanks
    Subbu

    You can use the Sales Process to do this...
    To make fields required for a Sales Stage
    Navigate to:
    Data Rules & Assignment -> Drill down on Your Sales Process -> Drilldown on a Sales Stage for which you want to add required fields -> in "Additional Required Fields" section click the "add" button and add the fields here.
    Thanks,
    Royston

  • How tomaintain product revenue when the oppty is in sales stage Closed/Lost

    When the opportunity is in the closed/lost stage the product revenue is always zero. How can we move the opportunity to closed/lost but still maintain the revenue values for the products.
    We use the product revenue to report opportunity revenue...
    thanks..

    I always use "Opportunity-Product History" for my pipeline reports. In this subject area "Product Revenue" is available for Opportunities which are "Closed/Lost". I would log this as a bug with Oracle as it clearly should not set the Product Revenue to 0 in the Product History subject area.
    In this subject area I can create reports and trace back Opportunity Revenue and Product Revenue. I have multiple pipeline reports running at both levels which are accurate for mutiple deals. If you do decide to use this subject area beware of the following:
    - Dont use the Sales Stage or Probability Successs % at Product level as it does not update as a user steps through the sales stages. Use the opportunity details for accuracy
    - If you want a weighted product revenue calculate this based on the Opportunity Probability % and the Total Product Revenue, do not use the out of the box metrics
    Regarding your second question, Opportunity Revenue puts the total opportunity amount in your pipeline on the date of the opportunity close date. It also gets updated when a user adds a product and presses the "Update Opportunity Totals" button, this sets the Opportunity Revenue to the total of the Product Revenue from the products you entered. Sometimes users forget to press this button and the revenue is out of alignment. Opportunity Revenue can also be updated if you have the setting "Product Averaging" enabled in your company profile, this takes an average of the Product Revenue and updated the Opportunity Total when a user presses the "Update Opportunity Totals" button. These metrics are updated each evening, you are using the History subject areas which take 24hours to refresh. Does that answer your question?

  • Not able to change sales stage from requirtement to reqmt analysis

    in opportunity Not able to change sales stage from requirtement to reqmt analysis
    Error Message:SBL-DAT-00284
    Details error msg is:
    Unable to evaluate workflow rule for foll reason
    Update probability between 0 & 100%(SBL-ODS-00500)
    Edited by: user1074008 on Sep 22, 2010 10:17 PM
    Edited by: user1074008 on Sep 22, 2010 10:18 PM

    Looks like a bug...
    Previos Post Activity Status = Submitted - Access Denied

  • How to remove Sales Order to Own for multiple Batches at a time.

    Dear All,
    We use to scrap FERT materials using Mvt. Type 551 / 555, but before scrapping stocks are being removed from Sales Order using Mov. Type: 411 'E', because Batches are produced against Sales Order under MTO strategy.
    The removing process from Sales Order using T.Code MB1A & Mov. Type: 411 'E' is quite time consuming because in this case only one batch is removed from Sales Order at a time.
    So is there any way by which I can remove multiple Batches at a time from Sales Order.
    Thanks and Best Regards,
    Vivek Kumar

    Hi
    YOu can use transaction MASS with the sales document, sales document item, batch fields.
    create a variant and do the changes
    regards,
    Ramana

  • Automatic determination of User Status in based on sales Stages

    Hi All,
        Can we determine the user status of Opportunity document based on the completion of sale stages.
         can we do it in configuration itself or we need to go for development .
            Suggest some logical solution.
    Regards,
    Omer

    Hi Omer,
    As far as user statuses and customizing is concerned, you cancustomize only upto extent given in SPRO status management. If that does not fullfill you needs then status management BADI is given.
    You can define the System status that should be mapped for your user status but can not define a user status for a sub-process level !!
    If you know what is the system status on completion of your slae stages, then you can map your user statuses to those system statuses.
    Thanks & Regards
    Suchita

Maybe you are looking for

  • Using two fingerprint readers and a docking station

    I'm having a problem with the fingerprint reader when used with an Advanced mini dock station. I recently aquired an Advanced mini dock and a Lenovo fingerprint keyboard to be used with my T61p and Windows 7 Ultimate. The problem is that each time th

  • HP LaserJet Pro CM1415fnw Color Multifunction Won't Print PDF Files

    I recently encountered a problem where my HP LaserJet Pro CM1415fnw Color Multifunction would not print PDF files.  I tried printing from Preview, Adobe Reader, Word and PDF Pen Pro and the document would not print.  But the printer had no problem pr

  • Why do I have to guess how much data I might use in a month when I select a plan?

    When I sign up for water service, I don't guess that I might use 1,000 gallons a month, and then pay three times the going rate for water if I take a few extra showers. I get charged for how much water I use that month. When I sign up for electricity

  • Vendor across multiple companies

    I have a situation 3 companies A-US, B - CH, C- ES. A vendor master is created (FI) for company A and needs to extended to company B & C. But it requires different tax number 1 (LFA1-STCD1) for company code B & C. Can this field be changed at the com

  • How to reinstall (1st failed) SP4 udpate on same machine

    Dear All, We are on BOBI 4.1 SP2 and we are updating to SP4. This is imp as we want to integrate recent sharepoint server.  We are on SUSE linux. We got the tar files on shared location on Linux. This shared location is available on both Linux and HP