No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Try It Out: Create a Lightning Page
As we mentioned, we have to create our Lightning Page manually as an XML file. You’ll need an XML editor for this
task and the next one.
In the Salesforce1_Dev_Guide_Deliveries_App folder created when you extracted the package, you’ll see
a flexipages folder. Inside, you’ll find
a sample version of the final Lightning Page file we’re creating here, for your reference. But you’re
going to create one for yourself. Let’s get coding!
- Open the XML editor of your choice.
- Open a new file.
- Copy and paste this code block into your XML editor:
- Save the file as Deliveries.flexipage in the flexipages folder.
All right, we’ve created a basic Lightning Page, but there’s another block of code we need to add: a section specifying actions to be assigned to the Lightning Page. We’re not done with the XML just yet.