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
ethanoneethanone 

Custom Highlights Panel Replacement

The Lightning Record Page Highlights Panel is too limited (only shows 7 fields).

What is the best method to make custom highlights panel that maintians the lightning look and feel? Would it be VF with SLDS? Would it be a Lightning Web Component? Would it be an Aura component?

I'd prefer to use the new best way (as of Winter '19). Is that LWC?
Raj VakatiRaj Vakati
This is the options 
  1. You can use the Lightning COmponent now  which is having good compatibility with respective console 
  2. You can use the LWC components but you need to wrap them in the Aura Component to override it and you need to see the console api suport for LWC 
I will suggest using the Aura Component now at this moment and make sure your javascript code is reusable for Aura also if you want to upgrade to LWC