• Prasanth Salamkayala
  • NEWBIE
  • 5 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi Team,

Iam facing error 
Make sure the 'bearLocation' and 'bearSupervisor' Lightning web components have been added to the Bear record page.
User-added image
on these trailhead module
https://trailhead.salesforce.com/content/learn/projects/lwc-build-flexible-apps/single-record?trailmix_creator_id=strailhead&trailmix_id=lightning-web-components

I have added them in record page 
User-added imagei have made activation as org default in record page.

Thanks,
Bhanu Prakash
I'm trying to complete the Handle Record Changes and Errors module but can't seem to get past the following challenge error:
Challenge Not yet complete... here's what's wrong: 
The 'accEdit' Lightning Component JS Controller does not appear to be setting 'v.recordSaveError' with an error message.

.I've tried many different combinations of sets and am not having much luck.

I've tried several different component.set methods such as this one:
component.set('v.recordSaveError','Error: ' + saveResult.state + ', message: ' + JSON.stringify(saveResult.error));

Any ideas what this module is looking for as a valid solution?

I do see recordSaveError display after being set due to an error.

Thanks.