function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SambitNayakSambitNayak 

invoke an application from a Lightning Page

Hi,
Is there an easy way to invoke an application from a Lighning Page?
For e.g: On the Home page, there should be 2 icons (or buttons) where the user can just click and get the Sales application or the Service Application launched.
VinayVinay (Salesforce Developers) 
Hi Sambit,

Check below reference to call a lightning page from a button.

https://salesforce.stackexchange.com/questions/223540/how-to-call-a-lightning-page-from-a-button-of-a-custom-component

Please mark as Best Answer if above information was helpful.

Thanks,
SambitNayakSambitNayak
Thanks Vinay.
Can it be handled in Configurations? 
Or may be in LWC?