Skip to main content Besuchen Sie uns auf der TDX in San Francisco oder bei Salesforce+ vom 5. bis 6. März, um die Entwicklerkonferenz für die Ära der AI-Agenten zu erleben. Jetzt registrieren.

#Opportunity4 diskutieren mit

Hello. There is a default field on an Opportunity record, Amount, which is a sum of the quantity multiplied by the sales price of each product added, so I imagine there must be a way to access these product fields from an Opportunity. I'm trying to create a weight average, but when I look at available fields when adding a new field in Opportunity, "Products>" isn't available in Insert Field. I see "Price Book>" but that doesn't have those fields available. Does anyone know how I would go about accessing those Product fields so I can create a weight average formula? Thanks. 

 

#Forums Community  #Formulas  #List Field  #Opportunity

2 Antworten
  1. 11. Feb., 01:53

    Since OpportunityLineItem has a Master-Detail relationship with Opportunity, you can use Roll-Up Summary fields to pull in the needed values and a simple formula to calculate the weighted average.

    Steps to Set It Up:

    1. Create Roll-Up Summary Fields on Opportunity:
      • Total Quantity (Total_Quantity__c) → SUM of Quantity
      • Total Revenue (Total_Revenue__c) → SUM of TotalPrice (which is Quantity × Sales Price)
    2. Create a Formula Field on Opportunity:
      • Name: Weighted_Avg_Sales_Price__c
      • Type: Currency
      • Formula: 
    Total_Revenue__c / Total_Quantity__c

    This calculates the weighted average sales price.

    Why This Works?

    • Roll-Up Summary fields can aggregate values from child records since OLI is Master-Detail.
    • Formula fields can reference these roll-ups for calculations.

    This should work perfectly, but let me know if you run into any issues!

0/9000
1 Antwort
  1. 20. Juni 2024, 19:09

    @Jose Quintana Maza An opportunity owner has to be a user with Salesforce license setup in your org.

     

    If you've remaining licenses you can create a new user and make them the opportunity owner.

0/9000

Hello Members

I’m looking for salesforce opportunities. I’ve covered most of the modules and also completed 100% in Journey2Salesforce Trailmix. Any suggestions on what should I do next?

#Journey2Salesforce

1 Kommentar
  1. 3. Dez. 2023, 06:24

    Hi @Yeswanth Tammana, I think now you should start exploring opportunities in the market with the help of linkedin. At the same time keep practicing  on the dev orgs, in order to enhance you knowledge and skills. 

     

    Keep completing trails, quests and superbadges.  Find yourself a study buddy, if possible. And also start preparing for the certification exam.

0/9000

Hello,

There is requirement to have different Opportunity Product record page, where field visibility should be controlled by Opportunity Record Type.

Dynamic Forms not available in Opportunity Product record page, no option for creating custom action, unable to use accordion.

Requirement: 

Opportunity record Type = X, some fields must be required on Opportunity Product Layout

Opportunity record Type = Y, same fields must be not required and some additional fields to display on Opportunity Product Layout.

 

Suggest me possible ideas.

#Salesforce Admin #Opportunity #Salesforce CPQ & Billing #Sales Cloud

5 Antworten
  1. 22. Dez. 2022, 11:44

    @Jayaprakash . Looks like Record Type is still not supported in Opportunity Product. It is an open item in ideaexchange

    Opportunity Products record types | IdeaExchange (salesforce.com)

     

    You can follow this workaround if it meets your business requirement:

    Opportunity record Type = X, some fields must be required on Opportunity Product Layout---->> create validation rule for the required fields on OP object

    Opportunity record Type = Y, same fields must be not required and some additional fields to display on Opportunity Product Layout.---->> above validation rule should not be applied if opportunity record type !=X. Regarding additional fields to display on OP, ight now these fields will be displyed with blank value 

0/9000

SpringML is looking for a Lead Salesforce Developer, who can create dynamic and scalable

Salesforce applications that perfectly meet the evolving project requirements for Hyderabad location. ( 8-10 years)

 

If interested, please reach out to bhavakanth.manoj@springml.com

 

#Hiring  #Open Jobs #Opportunity #Job Opportunity #Job Postings #Salesforce Developer

0/9000

Hello,

 

I'm having 2 record types on the Opportunity, respective 2 Sales Processes, and respective 2 Sales Paths. Opportunity.Stage field is involved in both Sales Paths.

 

In both Sales Paths, the last instance is 'Closed' and after action: Mark Stage as Current, the pop-up window appears thereby Default and is marked 'Closed Won'.

 

If a user tries to change it to 'Closed Lost', the whole set of values defined in the Sales Path is shown. So technically, the user can revert it to some of the previous Stage values.

 

Hello, I'm having 2 record types on the Opportunity, respective 2 Sales Processes, and respective 2 Sales Paths. Opportunity.Stage field is involved in both Sales Paths.

I want to remove the previous values (Potential Interest, Offer Presentation, and Follow up) just from this pop-up window - not from the whole Sales Path!

So when a user wants to mark 'Closed' as the current Stage, only the 'Won Opportunity' and 'Lost Opportunity' are shown. (This is just a translation for 'Closed Won' and 'Closed Lost', respectively)

 

Is this possible to configure? So no code/screen flow are the options. I'm not developer and I should do it just by simple setup - if possible...

 

Thanks!

#Sales Path #Guidance Paths #Opportunity #CRM Configuration

0/9000

 Digital Marketing Specialist in Canada - Hybrid working environment out of Toronto, Burnaby, Calgary, Winnipeg or Montreal.

Careers (myworkdayjobs.com)

As a Digital Marketing Specialist, you will be responsible for all digital marketing activities, including the end-to-end development and implementation of email marketing campaigns.  You will translate audience segments and business strategy into automated email journeys across digital touchpoints, complete measurement, and reporting of these activities from end-to-end, conduct market research, and actively engage with stakeholders to optimize the performance of our digital strategies.

At its core, what sets Collabria apart is its foundation in partnership, collaboration, and responsiveness. The successful candidate will have a strong desire to learn and collaborate with internal and external stakeholders, be very organized and detail oriented and willing to dig deep to analyze and solve problems.

#Jobs #Job Postings #Job Opportunity #Opportunity 

0/9000

Salesforce How-To Thursdays - Tracking How Many Times an Opportunity is Pushed!

In this how-to, we are going to create a simple counter that tracks how many times an Opportunity has been pushed.

Playing on the competitive nature of your sales reps, we'll also be creating a dashboard that tracks these pushes...you don't want to be listed on it!

We'll use Flow to track the pushes, build a report on them, and a dashboard component to tie it all together.

Watch it here:

https://www.21knots.com/resources/opptypushcount

 

#Opportunity #Flow #Project #Reports & Dashboards #Automation

1 Kommentar
0/9000

Salesforce How-To Thursdays - Tracking How Many Times an Opportunity is Pushed!

In this how-to, we are going to create a simple counter that tracks how many times an Opportunity has been pushed.

Playing on the competitive nature of your sales reps, we'll also be creating a dashboard that tracks these pushes...you don't want to be listed on it!

We'll use Flow to track the pushes, build a report on them, and a dashboard component to tie it all together.

Watch it here:

https://www.21knots.com/resources/opptypushcount

 

#Opportunity #Flow #Project #Reports & Dashboards #Automation

0/9000

Salesforce How-To Thursdays - Tracking How Many Times an Opportunity is Pushed!

In this how-to, we are going to create a simple counter that tracks how many times an Opportunity has been pushed.

Playing on the competitive nature of your sales reps, we'll also be creating a dashboard that tracks these pushes...you don't want to be listed on it!

We'll use Flow to track the pushes, build a report on them, and a dashboard component to tie it all together.

Watch it here:

https://www.21knots.com/resources/opptypushcount

 

#Opportunity #Flow #Project #Reports & Dashboards #Automation

0/9000