Activity › Forums › Salesforce® Discussions › What is a FlexiPage in Salesforce lightning?
Tagged: FlexiPage, List View, Metadata API in Salesforce, Salesforce Lightning, Salesforce Lightning Components, Salesforce1, SFDC
-
What is a FlexiPage in Salesforce lightning?
Posted by ABHISHEK SHAHI on September 24, 2018 at 3:27 AMWhat is a FlexiPage in Salesforce lightning?
Parul replied 7 years, 7 months ago 4 Members · 3 Replies -
3 Replies
-
FlexiPage
Represents the metadata associated with a Lightning page. A Lightning page represents a customizable screen made up of regions containing Lightning components.
A Lightning page region can contain upto 25 components.Lightning pages are referred as FlexiPages in API and referred as Lightning pages elsewhere in SFDC documentation
- [adinserter block='9']
-
Hello,
We can use Flexipage to make custom Homepage for some product which will be accessed directly from Salesforce1. One important thing to note here is that, till date (at the time of writing this tutorial) Flexipage can be defined in XML file and then deploying it using Eclipse, Ant Migration tool, workbench or any other migration tool. There is no way to define Flexipage directly in Salesforce using point and click functionality.
Flexi page can contain List View, Recent Items, Report chart, Visualforce page and Global actions.
Thanks.
-
FlexiPage. Represents a Lightning page. A Lightning page is a customizable page composed of regions containing Lightning components. Includes access to the associated FlexiPage object in the Metadata API.
Log In to reply.