Skip to content

Instantly share code, notes, and snippets.

@stvnhg
Last active April 8, 2021 19:50
Show Gist options
  • Save stvnhg/8096495 to your computer and use it in GitHub Desktop.
Save stvnhg/8096495 to your computer and use it in GitHub Desktop.
Flexipages
<!-- Listview component -->
<componentInstances>
<componentInstanceProperties>
<name>entityName</name>
<value>Here you put the name of your object, for example Account</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>filterName</name>
<value>Here you put the name of your list view</value>
</componentInstanceProperties>
<componentName>flexipage:filterListCard</componentName>
</componentInstances>
<!-- Recent items component -->
<componentInstances>
<componentInstanceProperties>
<name>entityNames</name>
<value>Here you put the name of your object(s). If you want to show recent items of multiple objects, separate by comma</value>
</componentInstanceProperties>
<componentName>flexipage:recentItems</componentName>
</componentInstances>
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Accounts FlexiPage</fullName>
<types>
<members>AccountFlexiPage</members>
<name>FlexiPage</name>
</types>
<version>29.0</version>
</Package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment