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.

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.

  • 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

  • Default Sales Stage

    Hello,
    is it possible to establish a default sales stage in the opportunity entity? If so, could you explain me how to do it?
    I have tried with default value, but it isn't possible because it is a read only list.
    Thank you and regards,
    Mónica.

    Hello,
    sorry, I have found the solution in a previous post:
    Re: Is possible to assign a default value for "Sales Stage"?
    Regards,
    Mónica.

  • 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

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

  • Validate Sales Stage

    My customer has a requirement of validating the Sales Stage, meaning that if I have Sales Stages: A, B, C, D, E when the Opportunity has Sales Stage B, if the user changes the value for this field, it can only be: C, D, E -- in other words, the valid Sales Stages are just the next ones... cannot go back.
    I was looking into Field validation but it seems that Field validation is not available for this field. Maybe thru workflow ? Any suggestions ? Would this be possible ?
    Txs. for any help.
    Antonio

    At this time only sales process configured for Opportunity only. for lead you need to get by using configuration or webservices.
    Thanks
    Subbu

  • 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

  • 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

  • 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

  • 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

  • Action Condition by Sales Org / Dist Channel for Opportunity Management

    Hi,
    i need to set action condition by Sales Org / Dist Channel for Opportunity.
    i tried using object BUS2000111 but can't find any parameter referring to Sales Org/Dist Channel.
    any lead really appreciated.
    JD

    Hello Jushan Djuwardi,
    Can you please tell me how you solved this question.
    Thanks.

  • BP - No default for Sales Area

    Hi Experts,
    I am working on CRM 2007.
    When I display a BP in role Sold-To Party and open the pop-up "Choose Sales Area..." I can see the right Sales Org. but no default are checked.
    In ppoma_crm I have checked the Obj. Permitted in Determination, and set the attributes Tupel, Country, Distribution Channel and Postal Code.
    Any idea?
    Thanks in advanced for your help.
    Alberto

    Hi Alberto,
    Initially it was not be defaulted. But once you choose a sales area it becomes default for all the BP's.You can refer to the note 510466 for more information.
    I also  believe the choosing of the Sales Area is the most feasible approach.
    Thanks
    Abishek

  • Sales Org determination based on Employee responsible for Opportunity

    Hi,
    How can i do the sales org determination based on the Employee reponsible for opportunity.   Currently it is happend on employee responsible but when i change the employee responsible the organization data is not getting changed.
    Please help me in this regard.
    Thanks
    Naveen

    Hi,
    The sysytem wont accept ur procedure,
    The system determines the process as
    When u enter a prospect, the syetem determines the organisation based on attributes ,which in turn pick up the employee responsible from that particular organisation.
    Hope ur solution is solved if so reward me.

Maybe you are looking for