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
arjun mohanarjun mohan 

Open lightning component from formula field hyperlink

Hello All,

We have this requirement where we have a field which shows OpportunityStage and Opportunity Score .(To Contact-10)

I need to show a lightning component on click of this formula field.

Can we make use of this Hyperlink formula field.

 

Any suggestion would be of great help.

 

Thank

Arjun.M

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")


 
Yona Adler 1Yona Adler 1
Hey Arjun. Did you ever find a workaround for this?