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
Jeremy Shipley 13Jeremy Shipley 13 

lightning:forceRecordView display lookups as links like force:recordView does

I have a lightning component being displayed on a visual force page and I am using lightning:forceRecordView to display fields from my object.  However, the lookup fields are not displaying as clickable links like they do if I just throw a force:recordView in the component.  Is this by design?
Raj VakatiRaj Vakati
 Linking and hover overlays on lookup values are not supported in standalone apps on force:recordView . 

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/aura_compref_force_recordView.htm
Jeremy Shipley 13Jeremy Shipley 13
If you look at the screen shot below:  The top fields are displayed using lightning:recordViewForm the bottom using force:recordView.. I meant recordViewForm not forceRecordView in my title

User-added image
Jeremy Shipley 13Jeremy Shipley 13
Hello, does anyone else have any suggestions on this?
Raj VakatiRaj Vakati
I am also having the same issue,, Can you post it to idea exchange.