Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metecho bug #285

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions force-app/main/default/appMenus/AppSwitcher.appMenu-meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<AppMenu xmlns="http://soap.sforce.com/2006/04/metadata">
<appMenuItems>
<name>standard__Platform</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__Sales</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__Service</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__Marketing</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__ServiceConsole</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__AppLauncher</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__Community</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__Sites</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__Chatter</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__Content</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__LightningSales</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__AllTabSet</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>CPQIntegrationUserApp</name>
<type>ConnectedApp</type>
</appMenuItems>
<appMenuItems>
<name>standard__LightningBolt</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>standard__SalesforceCMS</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>hed__HEDA</name>
<type>CustomApplication</type>
</appMenuItems>
<appMenuItems>
<name>Banana</name>
<type>CustomApplication</type>
</appMenuItems>
</AppMenu>
15 changes: 15 additions & 0 deletions force-app/main/default/applications/Banana.app-meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata">
<brand>
<headerColor>#0070D2</headerColor>
<shouldOverrideOrgTheme>false</shouldOverrideOrgTheme>
</brand>
<formFactors>Small</formFactors>
<formFactors>Large</formFactors>
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled>
<isNavPersonalizationDisabled>false</isNavPersonalizationDisabled>
<label>Banana</label>
<navType>Standard</navType>
<uiType>Lightning</uiType>
<utilityBar>Banana_UtilityBar</utilityBar>
</CustomApplication>
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>utilityItems</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<name>backgroundComponents</name>
<type>Background</type>
</flexiPageRegions>
<masterLabel>Banana UtilityBar</masterLabel>
<template>
<name>one:utilityBarTemplateDesktop</name>
<properties>
<name>isLeftAligned</name>
<value>true</value>
</properties>
</template>
<type>UtilityBar</type>
</FlexiPage>
48 changes: 48 additions & 0 deletions force-app/main/default/flows/Update_Billing_City.flow-meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
<interviewLabel>Update Billing City {!$Flow.CurrentDateTime}</interviewLabel>
<label>Update Billing City</label>
<processMetadataValues>
<name>BuilderType</name>
<value>
<stringValue>LightningFlowBuilder</stringValue>
</value>
</processMetadataValues>
<processMetadataValues>
<name>CanvasMode</name>
<value>
<stringValue>AUTO_LAYOUT_CANVAS</stringValue>
</value>
</processMetadataValues>
<processMetadataValues>
<name>OriginBuilderType</name>
<value>
<stringValue>LightningFlowBuilder</stringValue>
</value>
</processMetadataValues>
<processType>AutoLaunchedFlow</processType>
<recordUpdates>
<name>Update</name>
<label>Update</label>
<locationX>176</locationX>
<locationY>335</locationY>
<inputAssignments>
<field>BillingCity</field>
<value>
<stringValue>Portland</stringValue>
</value>
</inputAssignments>
<inputReference>$Record</inputReference>
</recordUpdates>
<start>
<locationX>50</locationX>
<locationY>0</locationY>
<connector>
<targetReference>Update</targetReference>
</connector>
<object>Account</object>
<recordTriggerType>Create</recordTriggerType>
<triggerType>RecordAfterSave</triggerType>
</start>
<status>Active</status>
</Flow>
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>true</editHeading>
<label>Information</label>
<layoutColumns>
<layoutItems>
<behavior>Required</behavior>
<field>MasterLabel</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>DeveloperName</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>IsProtected</field>
</layoutItems>
<layoutItems>
<behavior>Required</behavior>
<field>NamespacePrefix</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>true</editHeading>
<label>System Information</label>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>CreatedById</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>LastModifiedById</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>false</editHeading>
<layoutColumns/>
<style>CustomLinks</style>
</layoutSections>
<showEmailCheckbox>false</showEmailCheckbox>
<showHighlightsPanel>false</showHighlightsPanel>
<showInteractionLogPanel>false</showInteractionLogPanel>
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
</Layout>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<label>Banana</label>
<pluralLabel>Bananas</pluralLabel>
<visibility>Public</visibility>
</CustomObject>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
<hasActivationRequired>false</hasActivationRequired>
<label>banana</label>
</PermissionSet>
Loading