LWC Bootcamp Day 39 | Quick Actions Using LWC | Override Standard Actions

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 7

  • @binayakdey710
    @binayakdey710 7 місяців тому

    Sir can we do the screen action and headless action with the help of flows....?

  • @sirishasirisha4405
    @sirishasirisha4405 Рік тому

    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!

  • @NareshKumar-uc3uz
    @NareshKumar-uc3uz 11 місяців тому

    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?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  11 місяців тому +1

      We are using that as a modal.never tried to increase modal length to 100 percent

  • @awesomekj5812
    @awesomekj5812 Рік тому

    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 ?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  Рік тому

      If custom complex screen is required with or without user actions or you want to invoke apex without user input. This will be helpful