How to show Error Message in Lightning Web Component Quick Action in Salesforce?
Sample code: HTML: <template> </template> JavaScript: import { LightningElement, api, wire } from 'lwc'; import { ShowToastEvent } from 'lightning/platformShowToastEvent'; import { getRecord } from 'lightning/uiRecordApi'; const FIELDS ....