• Venkatesan Sundaram
  • NEWBIE
  • -1 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Hello All, I would like to define the Sales Process that can vary by Opportunity Product under each opportunity rather than one Sales Process for the entire Opportunity. Any thoughts to design this in Salesforce helps. I understand this can be done by customization but my first preference is to do through configuration using point and click tools in Salesforce.  I understand unlike Opportunity or Lead there is no standard way to define a sales process at Opportunity product level. Appreciate your inputs.
Hello All, I am stuck on the above assignment with the below error 

Challenge Not yet complete... here's what's wrong: 
The 'Opp Stage by Adventure' report does not appear to be configured correctly. Make sure it has the correct report type, groupings, filters and chart type.


I have tried all suggestions provided in this topic but no help. You can find attached the reports / adventure page as of now. Any clue to resolve the issue helps

User-added image

User-added image
below is vf page where i tried to access wave dashboard along with accesstoken and endpoint url.
<apex:page >
    <apex:includeScript value="/lightning/lightning.out.js"/>
    <apex:outputLabel >Sample Dashboard</apex:outputLabel>
    <apex:includeLightning />

    <div id="lightning" />

    <script>
        $Lightning.use("wave:waveApp", function() {               
             $Lightning.createComponent("wave:waveDashboard", {                    
                 dashboardId: "0FK7F000000H7K8WAK"                
             }, "app");
            }, "https://lt-wave-dev-ed.my.salesforce.com/analytics/wave/wave.apexp?tsid=02u7F000000tvPn", "00D7F000000pXMH!AR8AQO.bcc44cTOYSFnr5EnbO5VHKOLk2.pRtvB95GtatxSw6h8Lt1fsn5yFIEREkkfREgjLMP.NBVsgm8sBWcmtWmrJ_SDy")
    </script>
</apex:page>

i am getting blank page with only header.
Hi, I'm starting a specific post for this topic. 

I'm getting the following message on step 9. 

Challenge Not yet complete... here's what's wrong: 
The 'Opp Stage by Adventure' report does not appear to be configured correctly. Make sure it has the correct report type, groupings, filters and chart type.

It is ironic to get to the end and get stuck on charts which I do all the time. :) Ok, here are the instructions:

Give sales reps a visual indicator to compare product performance. First, create a summary report on opportunities named Opp Stage by Adventure. Filter it by Product Date within the past year. For the purpose of this superbadge, assume this date range is 1/1/2026-12/31/2026. Second, add a stacked vertical bar chart of the number of explorers by product name, grouped by stage, to your summary report. Finally, add this chart to your Lightning Adventure Record Page with the label Adventure Stage Comparison. To ensure that this chart isn’t accidentally displayed to customers, add it to a new section called Adventure Comparison.

And, here is what I have. 

I have a Summary Report of "Opportunities with Adventures". In the data model, each Opportunnity corresponds to 1 Explorer from what I can tell per the data model. I've grouped the report by adventure and stage. I have not grouped by Explorer (which is a Contact Role on each Opportunity). I have tried that though and still got the same error. Note also that I'm using "Adventure Date" instead of Procuct Date per the instructions since Product has been renamed to Adventure. 

Opp Stage by Adventure Report



Chart Editor

In the Lightning Record page for Adventure, I've created a custom tab called "Adventure Comparison" and added in the chart called " Adventure Stage Comparison". I've also tried flipping those names, but I still got the same error. 

Adventure Chart in Lightning Record

Any hints would be appreciated. :)
I'm receiving the following error on challenge #6 of the Lightning Superbadge:

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Delete failed. First exception on row 0 with id 0035000002hUBgRAAW; first error: DELETE_FAILED, Your attempt to delete Sam the ninja could not be completed because it is associated with the following adventure packages.: null, null : []

Looking at the Developer Console, it looks like the code which checks the system is forgetting to delete the Adventure Package records before deleting the Contact. Has anyone else run into this issue?

Thank you!
Has anyone completed this trail? I am stomped on challenge number 3, regarding created the process for fulfillment. Any pointers or guidance would be appreciated.