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
David Tissen 7David Tissen 7 

Utilize Salesforce Tooltip behaviour with Compact Layouts

I want to add Custom Links in our custom app which references Salesforce Records in the same way salesforce does.

Therefor I want the same behaviour like in other records: If you hover over the link the Compact Layout is used to display the Record as Tooltip.

How can be this achived?

I would like to use the salesforce build in functions.
I think I could create also a tooltip with embeded html as described from w3s (https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_ref_js_tooltip_html&stacked=h)

Is it possible to utilize the salesforce functions?
If not which would be the best approach?