How to Use Flow in List View inside Salesforce ||

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

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

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

    I like the way you create steps to solve this use case. Nice video!

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

    Nice explanation . Thanks

  • @lohithgowda3379
    @lohithgowda3379 2 ปีที่แล้ว

    Nice walkthrough.. I want to use the list values selected to build external url and trying to redirect using pageReference . But so far unsuccessful, have any suggestion or an alternate approach for my requirement?

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

      You can not directly navigate. What you need to do is From the VF page call the LWC or Aura Component and then from those component prepare the URL and navigate to external URL. this will work for you.

    • @lohithgowda3379
      @lohithgowda3379 2 ปีที่แล้ว

      Sir, Since I’m very new to lightning, if you can point me to one of your example will really help. May be an idea of your next video..

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

    Hi, VF shows me the sollowing error message, "is required and must be the outermost tag in the markup at line 1 column 1", Can anyone help me?

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      Could you please share the screenshot for the code and error?

    • @fernandoassuncao8265
      @fernandoassuncao8265 2 ปีที่แล้ว

      @@sfdcpanther sure, I can send for e-mail?

  • @abaanshaikh8521
    @abaanshaikh8521 2 ปีที่แล้ว

    Is it possible to download the list view in excel
    Example There a download button on list view then we preview the data in list view the download excel

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      Yes it is you need to make use of either LWC or AURA

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

    Hi sir I have one requirement
    Lightning Component for Sending Email for List View Selected Records using Email
    Could you please help me out

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      You can not use Lightning Component in List View that is the Limitations.
      You need to use Lightning Component inside VF page and the use VF in List View

    • @rajkumarpatil2962
      @rajkumarpatil2962 2 ปีที่แล้ว

      @@sfdcpanther ok sir