Sir in The ScreenQuickAction Component you forget to import CloseActionScreenEvent import { CloseActionScreenEvent } from "lightning/actions"; If we import the modal save and close will work perfectly!
Hi sir, when you click the quick action why lwc component is not increasing the 100% width.if possible to increase the width size How increase the width size 100% by using quick action with lwc?
Sir can we do the screen action and headless action with the help of flows....?
Sir in The ScreenQuickAction Component you forget to import CloseActionScreenEvent
import { CloseActionScreenEvent } from "lightning/actions";
If we import the modal save and close will work perfectly!
Yep. Thanks for correcting.
Hi sir, when you click the quick action why lwc component is not increasing the 100% width.if possible to increase the width size How increase the width size 100% by using quick action with lwc?
We are using that as a modal.never tried to increase modal length to 100 percent
In which cases would you use quick action modal panel that much ...I mean we can replicate this via SCREEN FLOW or COMPACT layout ....isn't ?
If custom complex screen is required with or without user actions or you want to invoke apex without user input. This will be helpful