• An Nguyen
  • NEWBIE
  • 0 Points
  • Member since 2015
  • Developer
  • Enclave

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 3
    Replies
I always get the error when try the chalengle #10.

Challenge Not yet complete... here's what's wrong: 
The Lightning component named TrailheaDX must open a link to https://developer.salesforce.com/trailheadx/, must open in a new window (using the target attribute of ui:outputurl), and must be included in the Sales app.

User-added image

Could anyone help to point out what wrong? Here is what I did:
1. Case:
- Create an Action name UpsellCrosssellOpportunity with call Lightning Component CreateOppty
- Add action UpsellCrosssellOpportunity to Case layout
2. Report
- Create report with type REPORT: CAMPAIGNS WITH INFLUENCED OPPORTUNITIES and the name is Campaign Influence Lightning 
- Add filters: Show Me = All campaigns, Campaign Name = "", Campaign ID = ""
- ID of the report is 00O7F000009u2WvUAI
3. Campaign
- Create a Custom Link name View Lightning Campaign Influence Report with URL /lightning/r/Report/00O7F000009u2WvUAI/view?=&fv0={!Campaign.Name}&fv1={!Campaign.Id}
- Add the custom link to Campaign layout
4. TrailheaDX component

<aura:component implements="flexipage:availableForAllPageTypes" access="global" >
    <ui:outputurl aura:id="TrailheaDX" value="https://developer.salesforce.com/trailheadx/" label="TrailheaDX Registration" target="_blank" />
</aura:component>

5. Add TrailheadDX component to Utility of the Sale app (lightning)

Thanks and best regards,
An Nguyen
I always get the error when try the chalengle #10.

Challenge Not yet complete... here's what's wrong: 
The Lightning component named TrailheaDX must open a link to https://developer.salesforce.com/trailheadx/, must open in a new window (using the target attribute of ui:outputurl), and must be included in the Sales app.

User-added image

Could anyone help to point out what wrong? Here is what I did:
1. Case:
- Create an Action name UpsellCrosssellOpportunity with call Lightning Component CreateOppty
- Add action UpsellCrosssellOpportunity to Case layout
2. Report
- Create report with type REPORT: CAMPAIGNS WITH INFLUENCED OPPORTUNITIES and the name is Campaign Influence Lightning 
- Add filters: Show Me = All campaigns, Campaign Name = "", Campaign ID = ""
- ID of the report is 00O7F000009u2WvUAI
3. Campaign
- Create a Custom Link name View Lightning Campaign Influence Report with URL /lightning/r/Report/00O7F000009u2WvUAI/view?=&fv0={!Campaign.Name}&fv1={!Campaign.Id}
- Add the custom link to Campaign layout
4. TrailheaDX component

<aura:component implements="flexipage:availableForAllPageTypes" access="global" >
    <ui:outputurl aura:id="TrailheaDX" value="https://developer.salesforce.com/trailheadx/" label="TrailheaDX Registration" target="_blank" />
</aura:component>

5. Add TrailheadDX component to Utility of the Sale app (lightning)

Thanks and best regards,
An Nguyen
Hi All,

I received the following error for the Lightning Experience Rollout Specialist - Challenge 10

The Campaign Influence Lightning report must have the correct 1. Aggregate, 2. Columns, 3. Groupings, and 4. Filter.
Close errors.

Steps followed to creating the Report is below:

Created Custom Report Type called "Campaigns with Influenced Opportunities"
Opportunity -> Contact Role -> Campaign History -> Campaign Member
User-added image

Created new Report using the Report Type:
Added Group by as Campaign Name
User-added image

Filter added as Campaign Name & Campaign ID
User-added image

Report view (Lightning)

User-added image

any one please suggest what is missing? thanks for your help advance.
Hi All,

I received the following error for the Lightning Experience Rollout Specialist - Challenge 10

The Campaign Influence Lightning report must have the correct 1. Aggregate, 2. Columns, 3. Groupings, and 4. Filter.
Close errors.

Steps followed to creating the Report is below:

Created Custom Report Type called "Campaigns with Influenced Opportunities"
Opportunity -> Contact Role -> Campaign History -> Campaign Member
User-added image

Created new Report using the Report Type:
Added Group by as Campaign Name
User-added image

Filter added as Campaign Name & Campaign ID
User-added image

Report view (Lightning)

User-added image

any one please suggest what is missing? thanks for your help advance.