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