Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Jan 26, 2024
1 parent d67a802 commit db425c3
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 4 deletions.
20 changes: 16 additions & 4 deletions cumulusci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@
minimum_cumulusci_version: '3.76.0'
minimum_cumulusci_version: "3.76.0"
project:
name: Cactusforce24-Extension
package:
name: Cactusforce24 Extension
namespace: d2x
api_version: '58.0'
api_version: "58.0"
git:
default_branch: 'main'
default_branch: "main"
source_format: sfdx
dependencies:
- github: "https://github.com/muselab-d2x/Cactusforce24-Base"

dependency_resolutions:
preproduction: commit_status

tasks:
run_tests:
options:
required_org_code_coverage_percent: 75

flows:
config_dev:
steps:
3:
task: add_picklist_entries
options:
picklists: cf24base__CF24_Base__c.cf24base__Cactus_Family__c
entries:
- fullName: San Pedro
label: San Pedro

orgs:
scratch:
beta:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?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>Name</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>cf24base__Account__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>cf24base__Cactus_Family__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Is_Test__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>OwnerId</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>true</editHeading>
<layoutColumns/>
<layoutColumns/>
<layoutColumns/>
<style>CustomLinks</style>
</layoutSections>
<relatedLists>
<fields>TASK.SUBJECT</fields>
<fields>TASK.WHO_NAME</fields>
<fields>ACTIVITY.TASK</fields>
<fields>TASK.DUE_DATE</fields>
<fields>TASK.STATUS</fields>
<fields>TASK.PRIORITY</fields>
<fields>CORE.USERS.FULL_NAME</fields>
<relatedList>RelatedActivityList</relatedList>
</relatedLists>
<relatedLists>
<fields>TASK.SUBJECT</fields>
<fields>TASK.WHO_NAME</fields>
<fields>ACTIVITY.TASK</fields>
<fields>TASK.DUE_DATE</fields>
<fields>CORE.USERS.FULL_NAME</fields>
<fields>TASK.LAST_UPDATE</fields>
<relatedList>RelatedHistoryList</relatedList>
</relatedLists>
<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,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Is_Test__c</fullName>
<defaultValue>false</defaultValue>
<externalId>false</externalId>
<label>Is Test</label>
<trackTrending>false</trackTrending>
<type>Checkbox</type>
</CustomField>

0 comments on commit db425c3

Please sign in to comment.