Skip to content

Instantly share code, notes, and snippets.

@stvnhg
Created December 23, 2013 12:41
Show Gist options
  • Save stvnhg/8096468 to your computer and use it in GitHub Desktop.
Save stvnhg/8096468 to your computer and use it in GitHub Desktop.
Flexipages: The 2 available components
<!-- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment