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
Manish Tripathi 20Manish Tripathi 20 

Creating custom detail page tab same as normal standard detail page with two sections with different fields using LWC

I have to built custom record detail page ,same as standard like having inline editing with pencil icon and save functionality as standard has using LWC .

The Main Issue I am facing here is , to divide field in sections. I used form tag but didnt worked, Might took wrong approach.
Can anyone help me on this urgent basis.
User-added image
AnkaiahAnkaiah (Salesforce Developers) 
Hi Manish,

You need to use the <lightning-accordion allow-multiple-sections-open> tag for sections.

Refer the below link.
https://salesforce.stackexchange.com/questions/366015/how-to-display-2-columns-in-lwc-accordion-section

If this helps, please mark it as best answer.

Thanks!!