Skip to content

Commit

Permalink
Merge pull request #93 from SFDO-Community-Sprints/metecho/march-2023…
Browse files Browse the repository at this point in the history
…-sprint

Metecho/march 2023 sprint
  • Loading branch information
selfuntitled authored Oct 28, 2023
2 parents 0575f42 + 803fd4d commit b41df3c
Show file tree
Hide file tree
Showing 36 changed files with 1,664 additions and 1 deletion.
5 changes: 5 additions & 0 deletions force-app/main/default/applications/Membership.app-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
<tabs>standard-home</tabs>
<tabs>standard-Account</tabs>
<tabs>standard-Contact</tabs>
<tabs>standard-Opportunity</tabs>
<tabs>Membership__c</tabs>
<tabs>Membership_Contact_Role__c</tabs>
<tabs>standard-Product2</tabs>
<tabs>standard-Pricebook2</tabs>
<tabs>standard-report</tabs>
<tabs>standard-Dashboard</tabs>
<tabs>standard-Feed</tabs>
<uiType>Lightning</uiType>
<utilityBar>Membership_UtilityBar</utilityBar>
</CustomApplication>
20 changes: 20 additions & 0 deletions force-app/main/default/flexipages/Memberships.flexipage-meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
<flexiPageRegions>
<name>region1</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<name>region2</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<name>region3</name>
<type>Region</type>
</flexiPageRegions>
<masterLabel>Memberships</masterLabel>
<template>
<name>flexipage:appHomeTemplateHeaderTwoColumns</name>
</template>
<type>AppPage</type>
</FlexiPage>
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
<flexiPageRegions>
<componentInstances>
<componentInstanceProperties>
<name>collapsed</name>
<value>false</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>enableActionsConfiguration</name>
<value>false</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>enableActionsInNative</name>
<value>false</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>hideChatterActions</name>
<value>false</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>numVisibleActions</name>
<value>4</value>
</componentInstanceProperties>
<componentName>force:highlightsPanel</componentName>
</componentInstances>
<name>header</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<componentInstances>
<componentName>force:detailPanel</componentName>
</componentInstances>
<name>detailTabContent</name>
<type>Facet</type>
</flexiPageRegions>
<flexiPageRegions>
<componentInstances>
<componentInstanceProperties>
<name>active</name>
<value>true</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>body</name>
<value>detailTabContent</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>title</name>
<value>Standard.Tab.detail</value>
</componentInstanceProperties>
<componentName>flexipage:tab</componentName>
</componentInstances>
<name>tabs</name>
<type>Facet</type>
</flexiPageRegions>
<flexiPageRegions>
<componentInstances>
<componentInstanceProperties>
<name>tabs</name>
<value>tabs</value>
</componentInstanceProperties>
<componentName>flexipage:tabset</componentName>
</componentInstances>
<name>main</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<componentInstances>
<componentInstanceProperties>
<name>relatedListComponentOverride</name>
<value>NONE</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>rowsToDisplay</name>
<value>10</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>showActionBar</name>
<value>true</value>
</componentInstanceProperties>
<componentName>force:relatedListContainer</componentName>
</componentInstances>
<name>sidebar</name>
<type>Region</type>
</flexiPageRegions>
<masterLabel>Product Record Page</masterLabel>
<sobjectType>Product2</sobjectType>
<template>
<name>flexipage:recordHomeTemplateDesktop</name>
</template>
<type>RecordPage</type>
</FlexiPage>
Loading

0 comments on commit b41df3c

Please sign in to comment.