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
ChinnoduChinnodu 

differentiate Flexipage and record page in lightning page

Hello,

what is differentiate Flexipage and record page in lightning page , could you please explain on this.

Thanks & Regards,
Chinna.
Sunad RasaneSunad Rasane

Hello Chinnodu,

Record Page- Basically record page is the page where we see the record details like Fields it values, Sections and related lists. Also in custom record pages which are called lightning record pages, we can include custom as well as standard components.

Flexipage- It is basically the metadata for the Lightning page which also includes lightning record pages, Home pages and app pages in salesforce. 

I hope this helps. It is just a small explanation. You can surely check about these more in the links shared below-
Record Page under Lightning Pages-  https://help.salesforce.com/articleView?id=lightning_page_types.htm&type=5 (https://help.salesforce.com/articleView?id=lightning_page_types.htm&type=5)
Flexipage-  https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_flexipage.htm

Thanks.