• fanofSFDC
  • NEWBIE
  • 15 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 2
    Likes Given
  • 2
    Questions
  • 16
    Replies
Hello - I goofed and chose the wrong report type and named it the correct name for the challenge. When I realized my mistake - I deleted the report and deleted it from the recycle bin in hopes that I could re-use the name with the correct report type.

However, I'm still not able to use the correct report name and now the challenge cannot find the report. How can I work around this without repeating the entire superbadge? This is my very last step!  
Getting error on Step 6 of this superbadge: Key Sales Data page not found. Have created the LEX page and all components including actions with correct names. Have confirmed order appears as mentioned in documentation. Stumped. Deleted the page and started over. Any hints or tips?



 
Hello - I goofed and chose the wrong report type and named it the correct name for the challenge. When I realized my mistake - I deleted the report and deleted it from the recycle bin in hopes that I could re-use the name with the correct report type.

However, I'm still not able to use the correct report name and now the challenge cannot find the report. How can I work around this without repeating the entire superbadge? This is my very last step!  
Getting error on Step 6 of this superbadge: Key Sales Data page not found. Have created the LEX page and all components including actions with correct names. Have confirmed order appears as mentioned in documentation. Stumped. Deleted the page and started over. Any hints or tips?



 
For some reason, I am unable to see the 'Challenge' section of this module and hence unable to complete the trail. Any help or pointer?

User-added image
  • November 03, 2017
  • Like
  • 5
I am getting error The Destination Success.png document hasn't been made available in Lightning Experience. in Lightning Experience Rollout Specialist Super badge Challenge#3







User-added image

 
I am facing another issue on this superbadge, specifically in Challenge #10, i am getting the following error:
The Campaign Influence Lightning report must have the correct 1. Aggregate, 2. Columns, 3. Groupings, and 4. Filter.

The requirements have no mention about what fields, groupings, filters, aggregates to include in the report. What am I missing?
Error Message:
Challenge Not yet complete... here's what's wrong: 
The AccountTab Visualforce page does not include one or both of the following: the apex:slds tag in the page, or the slds-table value in the table.

Hello all. I am working on the new superbadge and getting stuck on Challenge 3 . I have tried several solutions but cannot get the data to display in table format. Here is my code below, my main issue is where to place the table class in realtion to the pageBlockTable.

<apex:page standardStylesheets="false" standardController="Account" recordSetVar="accounts" tabStyle="account" applyBodyTag="false">
    <apex:slds >
        
        <div class="slds-scope">
             
                <apex:pageBlock>
                    
                    <table class="slds-table"> 
                    <apex:pageBlockTable  value="{!accounts}" var="a">
                       
                        <apex:column headerValue="{!$ObjectType.Account.Fields.Name.Label}">
                            <apex:outputLink value="{!URLFOR($Action.Account.View, a.id)}">{!a.name}</apex:outputLink>
                        </apex:column>
                        
                    </apex:pageBlockTable> 
                    </table>
                    
                </apex:pageBlock>
            
        </div>
    </apex:slds>    
</apex:page>

 
I am in the process of completing the Create a Guest Administrator and deactivate it challenge however within my developer org I have no option on profile other than 'Standar Platform User'. 

How do I assign a System Administrator Profile?

Thanks, 
Preena

The last step of Lightning Components quick start is failing to validate the background image.

I get this error:

"Step not yet complete... here's what's wrong: 
The CSS does not contain a reference to the background image 
Note: you may run into errors if you've skipped previous steps."

My css does indeed have a reference to the background image and I did not skip any previous steps.

For some reason, I am unable to see the 'Challenge' section of this module and hence unable to complete the trail. Any help or pointer?

User-added image
  • November 03, 2017
  • Like
  • 5
The Challenge is missing for the above module.  I've refreshed the window several times and logged out of Trailhead, still no Challenge.

I saw another post today, Nov 3rd,  in a different thread with this problem.