• Thomas Dennis
  • NEWBIE
  • 15 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 1
    Likes Given
  • 3
    Questions
  • 6
    Replies
Im getting the following error, even though i am able to dynamically navigate to the report with filters by clicking on a link on the campaign page. 

filters with blank values so they can be passed in dynamically:
User-added image

my dynamic URL: 
/one/one.app#/sObject/00O1I000000gMcTUAU/view?&fv0={!Campaign.Name}&fv1={!Campaign.Id}
User-added image

The result from clicking on the link:
User-added image

and the error: 
Challenge Not yet complete... here's what's wrong: 
The View Lightning Campaign Influence Report link on the Campaign object must use a relative URL and dynamic filter values.
 

Challenge number 4 is described as:
As described in the requirements, customize Accounts so sales reps see a highlight of the details they care about most, while Paloma sees a highlight of the details she cares about.

important account details for sales reps are:
• The account’s name
• How many employees work at the account
• What phone number to use for calling the account
• Rating of how easy it is to do business with this account

Paloma’s priorities when working with accounts are:
• The account’s name
• The type of account
• What phone number to use for calling the account
• Parent account name, if any

Customize Accounts so sales reps see a highlight of the details they care about most, while Paloma sees a highlight of the details she cares about.

Attempted solution: I would achieve this by modifying the compact layout which in turn updates the highlight panel component on account record detail pages

User-added image

Attempted solution 2: The two profiles that are created by setting up the org for this challenge are Custom: Sales Profile (for sales reps) and the user Paloma uses just Standard Platform User. I tried modifying their respective page layouts to isolate the fields they required into a new section as well as dragging them into the highlights section of page layout but it still yields an error.

Error on both solution attempts:
User-added image
Trying to add a button that creates records utilizing this method:
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_force_createRecord.htm

It appears salesforce uses the Moment JS library in regards to the event object and it is causing an error on modal creation when the button is clicked. 

The error throws in libraries and name of it: force:calendarLibrary.js. If you open this file in developer console in chrome, then you can click on { } button to see it in formatted way, then you need line 197. Small video demonstration:
https://www.screencast.com/t/gFJ9K0Ah 

Stack Trace:
Error is happening in sf js, this stack trace of the error "Object.toUserTime()@https://ffcommdemo-developer-edition.na30.force.com/libraries/force:calendarLibrary.js:9:553
Object.writeStartDateTimeToActivityDate()@https://ffcommdemo-developer-edition.na30.force.com/libraries/force:calendarLibrary.js:55:262
Object.init()@https://ffcommdemo-developer-edition.na30.force.com/libraries/force:calendarLibrary.js:61:407
onInit()@https://ffcommdemo-developer-edition.na30.force.com/components/sfa/eventDateTime.js:1:508" 

Appears to be an error in Moment.Js library being used
https://github.com/moment/moment-timezone/issues/468

Challenge number 4 is described as:
As described in the requirements, customize Accounts so sales reps see a highlight of the details they care about most, while Paloma sees a highlight of the details she cares about.

important account details for sales reps are:
• The account’s name
• How many employees work at the account
• What phone number to use for calling the account
• Rating of how easy it is to do business with this account

Paloma’s priorities when working with accounts are:
• The account’s name
• The type of account
• What phone number to use for calling the account
• Parent account name, if any

Customize Accounts so sales reps see a highlight of the details they care about most, while Paloma sees a highlight of the details she cares about.

Attempted solution: I would achieve this by modifying the compact layout which in turn updates the highlight panel component on account record detail pages

User-added image

Attempted solution 2: The two profiles that are created by setting up the org for this challenge are Custom: Sales Profile (for sales reps) and the user Paloma uses just Standard Platform User. I tried modifying their respective page layouts to isolate the fields they required into a new section as well as dragging them into the highlights section of page layout but it still yields an error.

Error on both solution attempts:
User-added image
Trying to add a button that creates records utilizing this method:
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_force_createRecord.htm

It appears salesforce uses the Moment JS library in regards to the event object and it is causing an error on modal creation when the button is clicked. 

The error throws in libraries and name of it: force:calendarLibrary.js. If you open this file in developer console in chrome, then you can click on { } button to see it in formatted way, then you need line 197. Small video demonstration:
https://www.screencast.com/t/gFJ9K0Ah 

Stack Trace:
Error is happening in sf js, this stack trace of the error "Object.toUserTime()@https://ffcommdemo-developer-edition.na30.force.com/libraries/force:calendarLibrary.js:9:553
Object.writeStartDateTimeToActivityDate()@https://ffcommdemo-developer-edition.na30.force.com/libraries/force:calendarLibrary.js:55:262
Object.init()@https://ffcommdemo-developer-edition.na30.force.com/libraries/force:calendarLibrary.js:61:407
onInit()@https://ffcommdemo-developer-edition.na30.force.com/components/sfa/eventDateTime.js:1:508" 

Appears to be an error in Moment.Js library being used
https://github.com/moment/moment-timezone/issues/468
Im getting the following error, even though i am able to dynamically navigate to the report with filters by clicking on a link on the campaign page. 

filters with blank values so they can be passed in dynamically:
User-added image

my dynamic URL: 
/one/one.app#/sObject/00O1I000000gMcTUAU/view?&fv0={!Campaign.Name}&fv1={!Campaign.Id}
User-added image

The result from clicking on the link:
User-added image

and the error: 
Challenge Not yet complete... here's what's wrong: 
The View Lightning Campaign Influence Report link on the Campaign object must use a relative URL and dynamic filter values.
 
"Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: HEMGXMGK"

Is anyone else getting this error for step 7 when creating the report?
Hi,

I am unable to understand the step 8 in the lightning rollout superbadge as I have never worked on Knwoldge or Articals

How to add fields to Artical type? Questions, Answer and Record type field 

Thanks,
Tushar Mudgal
 
I'm struggling with the custom lightning component on this part. I don't have much background coding and am having trouble finding resources to help me achieve coding the lightning component. If someone could help give me some framework code to create a custom lightning component to hold a URL or direct me to a resource that help break this down I'd be very appreciative.
 
"Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: HEMGXMGK"

Is anyone else getting this error for step 7 when creating the report?