Modifying the opportunity case type
Modify an Opportunity case type to adjust the sales process to your business needs. Add stages and steps to reflect particular actions of the process.
The sales methodology for Pega Sales Automation does not force sales representatives to follow processes in a fixed sequence. As a result, all the processes within the different stages of an opportunity are modeled as optional processes. You can update the case type rule for your implementation to use optional processes or a combination of automatically launched and optionally launched processes within each stage.
You can launch processes from completed stages. Review the chevron view on stages by using the Live UI and clear the EnablePastStages check box to disable links from completed stages.
The StageChevronView section renders the overall case life cycle and includes a crmDisplayStages section that displays the stages and processes within a stage. This section is parametrized to enable or disable links for optional processes from completed stages.
Mandatory processes are modeled as automatically launched processes. You can update stages, steps, and validations from case designer.
Adding stages to an Opportunity case type
Modify the Opportunity case type by adjusting its stages to suit your business needs and compete the sales process.
A stage represents a unique phase in your sales process, for example, the qualification or proposal phase.- In the navigation pane of App Studio, click Case types.
- Open the Opportunity case.
- On the Workflow tab, choose where you want to add a stage in the
process:
- To insert a stage after the last stage in the list, click STAGE.
- To insert an alternate stage, click ALTERNATE.
The order of the stages determines the order in which the application displays the stages. You can drag stages to change their order.
- Click Save.
Specifying a field value for a new Opportunity stage
Specify the field value for a new Opportunity stage to support the localization of the stage name in portal displays, reports, and user forms.
- In the navigation pane of Dev Studio, click Records.
- Expand the Data Model category, right-click Field Value, and then click Create.
- On the Create Field Value form, enter basic information about
the field:
- In the Label field, enter the stage name.
- In the Field Name, enter OpportunityStage.
- In the Apply to (class) field, enter your implementation class.
- Click Create and Open.
- On the Localized label tab, verify that the to field displays the name of the stage that is displayed in the user interface.
- Click Save.
Adding steps to an Opportunity stage
A step is a unit of work in a stage, for example, the development or delivery of a proposal in the proposal stage.
- In the navigation pane of App Studio, click Case types.
- Open the Opportunity case.
- On the Workflow tab, choose where you want to add a step:
- Hover over PROCESS for any stage or alternate stage to which you want to add a step, and then click STEP.
- Enter the name of the step.
- Click Save as.
Configuring opportunity splits
Enable the opportunity splits feature so that multiple team members can collaborate on an opportunity, and share the opportunity revenue.
- In the navigation pane of App Studio, click .
- On the Features tab, select the Opportunity Splits check box.
- In the navigation panel of App
Studio, click Reports.
- On the Reports screen, search for and open an opportunity report.
- Click and export your opportunity data as a CSV file.
- In the file that you export, update the data to include the team members and
their split allocations.To avoid mapping errors, ensure that the total percentage values for a team equal exactly 100%. For more information about how to enter data correctly, see Pega Sales Automation entities.
- In the navigation pane of Dev Studio, click .For the initial split data allocation, import only Opportunity ID's in the CSV file by using the Add or Update option. By doing this the opportunity owner gets 100% and the rest 0%. For the optional process performance, set the batch size value to 1.
- Search for and open the import/BatchSize dynamic system setting.
- Set the value to 1.
- Click Save.
- Import the updated data by using the Add or update
option in the data import wizard.
For more information, see Pega Sales Automation data import.
Previous topic Managing leads Next topic Configure the User portal