Use Screen Flow in LWC Component | Lightning Web Components | Salesforce

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 2024
  • In this video we have seen How you can use Lightning screen flow on custom LWC(Lightning Web Components) component in Salesforce.
    In release WI-23 salesforce launched new out of box component lightning-flow, which is helpful to call screen flow in LWC components.
    Here you can find github link for sample code:-
    bit.ly/3j0LxpF
    Create Utility Module in LWC to share code among multiple components :-
    • Create Utility Module ...
    LWC interview prepration series:-
    • LWC Interview Preparation
    Contact Details:-
    Email Address: forcefellow@gmail.com
    #lwc #lightningwebcomponents #salesforce #flows #salesforcescreenflow #screeflow #winter23release #newinsalesforce

ความคิดเห็น • 13

  • @ashugonda
    @ashugonda ปีที่แล้ว

    Thanks bhai, Hardly anyone has covered this important topic...
    Note to whom it may concern: If using Variable from LWC to Flow in *ConnectedCallback*
    -JS:
    showflow = false;
    connectedCallback(){
    flowVariable = [
    {
    name : 'country',
    type : 'String',
    value : 'Jai Hind'
    }
    ];
    this.showflow = true;
    }
    HTML:

    • @forcefellow
      @forcefellow  ปีที่แล้ว +1

      Thanks for your feedback!

  • @helgtor
    @helgtor 2 หลายเดือนก่อน

    Is it not possible to achieve this when working with the Field service app? currently working on a component and need to access flow from the component, works fine in the browser but not in the app.

  • @veerabhadragoudapatil8369
    @veerabhadragoudapatil8369 ปีที่แล้ว +1

    hi can you help how can we capture output from flow and pass back to LWC?

    • @user-tg1wk1fu9c
      @user-tg1wk1fu9c 11 หลายเดือนก่อน

      Looking for same. If you got it please let me know.

  • @luigee9724
    @luigee9724 ปีที่แล้ว

    lwc beginner here. Why cant I use event parameter in my js function? anything i need to add on my code?

  • @crazyboys7301
    @crazyboys7301 9 หลายเดือนก่อน

    Hi sir, how can we pass current recordid from lwc to flow

  • @pawelb00
    @pawelb00 ปีที่แล้ว

    Hi, is it possible to make property as checkbox?

    • @forcefellow
      @forcefellow  ปีที่แล้ว

      Hi Pawel,
      We can use boolean property.

  • @deethyaworld
    @deethyaworld ปีที่แล้ว

    Hi sir...i need to show warning message when case status is changed can i do it from screen flow..i tried but when i load entire page only the flow is running on lightning record page

    • @forcefellow
      @forcefellow  ปีที่แล้ว

      Are you trying to achieve this in flexipage?
      Please share you requirement on below mail with more details - forcefellow@gmail.com

  • @sherba-ig
    @sherba-ig 8 วันที่ผ่านมา

    Please make a demo for custom footer buttons for screen flows like Cancel, Reset Restart etc

  • @user-tg1wk1fu9c
    @user-tg1wk1fu9c 11 หลายเดือนก่อน

    hi can you help how can we capture output from flow and pass back to LWC?