InterviewSolution
Saved Bookmarks
| 1. |
What exactly is FlexiPage in the context of Salesforce Lightning? |
|
Answer» The metadata associated with a lightning page is represented by FlexiPage. The lightning page DEPICTS an adaptive screen made up of areas that include the lightning COMPONENTS. There are 25 components on the lightning page. The Flexi page is saved as an XML file and deployed USING a DEPLOYMENT tool or metadata API. In the API, lightning pages are referred to as Flexipages. |
|