• Joseph Simpson 7
  • NEWBIE
  • 15 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello. I'm a new LWC developer and need some assistance if possible.

I have a requirement to fire a toast message after a user changes a picklist field value in the record detail of an Opportunity and clicks save. I created the toast in LWC but don't know how to fire it upon save when this condition is met.

There is a lot of great information on how to fire toast messages upon a button click or when a field value is changed within an LWC. However, I can't find anything on how to fire the toast when a user makes a change in the standard record detail page and saves. Is there an if/then statement in the javascript that can be used or conditional rendering in the html? I need the toast to appear any time this picklist field value is changed and the record saved. Thanks so much!
Hello. I'm a new LWC developer and need some assistance if possible.

I have a requirement to fire a toast message after a user changes a picklist field value in the record detail of an Opportunity and clicks save. I created the toast in LWC but don't know how to fire it upon save when this condition is met.

There is a lot of great information on how to fire toast messages upon a button click or when a field value is changed within an LWC. However, I can't find anything on how to fire the toast when a user makes a change in the standard record detail page and saves. Is there an if/then statement in the javascript that can be used or conditional rendering in the html? I need the toast to appear any time this picklist field value is changed and the record saved. Thanks so much!