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?
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.
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
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
I like the way you create steps to solve this use case. Nice video!
Thanks :)
Nice explanation . Thanks
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?
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.
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..
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?
Could you please share the screenshot for the code and error?
@@sfdcpanther sure, I can send for e-mail?
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
Yes it is you need to make use of either LWC or AURA
Hi sir I have one requirement
Lightning Component for Sending Email for List View Selected Records using Email
Could you please help me out
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
@@sfdcpanther ok sir