Skip to main content

KI-123

Created date06/05/2024Updated date06/05/2024
StatusBacklogRelated work itemMIC-3777
DescriptionWhen using the new Account Search UI introduced in V14 and LWS is disabled, errors during new account creation result in a Lightning Web Component (LWC) error instead of a helpful error toast. The LWC error modal appears with the following error, "EventTarget.dispatchEvent: Argument 1 does not implement interface Event". This is occurring because the LightningModal requires LWS and therefore MIC does as well. Visit Salesforce's Modal Events with LAWS and Lightning Locker documentation.
Affects version(s)MIC V14, MIC V14.1Impacted capabilitiesInquiry Management
Steps to reproduce1. Have Lightning Web Security disabled. 2. Perform an account search and click New Account. 3. Leave required fields blank and click New Requester. Notice the LWC error modal appears rather than an error toast message.
WorkaroundSee Resolution notes.
Fix versionResolution notesEnable Lightning Web Security. Visit Salesforce's Enable Lightning Web Security documentation.