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
Raghu.2020Raghu.2020 

Is it possible to display Lightning Web Component as related list in salesforce classic record detail page.

Is it possible to display Lightning Web Component as related list in salesforce classic record detail page.
Best Answer chosen by Raghu.2020
SwethaSwetha (Salesforce Developers) 
HI Satya,

It does not seem to be possible to add as a related list in classic.
The only possibility is that you can wrap up the LWC into the Aura Component and Use Aura App with Lightning Out. This inturn can be enabled on the visualforce page in Salesforce classic.(See reference link for more info on code)

Related: https://salesforce.stackexchange.com/questions/142533/adding-vf-page-to-an-objects-related-list-in-the-page-layout

https://salesforce.stackexchange.com/questions/252488/lightning-web-component-embedded-in-visualforce-page-via-aura-component-and-app

https://www.paul-force.com/2019/04/24/use-lightning-web-components-in-visualforce-pages/

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you