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
Surendra PeramSurendra Peram 

How to call Lightning component from formula field

Hi,

We have lightning component now we are using quick action to display lightning component.
Now the new requirement is to change the source from quick action to Formula field. Please suggest me the simple example to navigate from detail page to lightning component by using formula field.

Thanks,
Surendra.
Raj VakatiRaj Vakati
I dnt think so you can able to show the lightning component .. But you can add the component to the .app and open from there 

 
HYPERLINK("/c/carouselApp.app" ,"Latest Price")

If you want to pass attributes you can able to pass it also 
HYPERLINK("/c/carouselApp.app?"+"att1="+accountId ,"Latest Price")