This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from SalesforceFoundation/feature/rheadley/rev…
…isedGradeLevels Grade Levels Schema
- Loading branch information
Showing
25 changed files
with
1,093 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<GlobalValueSet xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<customValue> | ||
<fullName>Infant/Toddler</fullName> | ||
<default>false</default> | ||
<label>Infant/Toddler</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Preschool</fullName> | ||
<default>false</default> | ||
<label>Preschool</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Prekindergarten</fullName> | ||
<default>false</default> | ||
<label>Prekindergarten</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Transitional Kindergarten</fullName> | ||
<default>false</default> | ||
<label>Transitional Kindergarten</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Kindergarten</fullName> | ||
<default>false</default> | ||
<label>Kindergarten</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>First Grade</fullName> | ||
<default>false</default> | ||
<label>First Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Second Grade</fullName> | ||
<default>false</default> | ||
<label>Second Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Third Grade</fullName> | ||
<default>false</default> | ||
<label>Third Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Fourth Grade</fullName> | ||
<default>false</default> | ||
<label>Fourth Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Fifth Grade</fullName> | ||
<default>false</default> | ||
<label>Fifth Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Sixth Grade</fullName> | ||
<default>false</default> | ||
<label>Sixth Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Seventh Grade</fullName> | ||
<default>false</default> | ||
<label>Seventh Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Eighth Grade</fullName> | ||
<default>false</default> | ||
<label>Eighth Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Ninth Grade</fullName> | ||
<default>false</default> | ||
<label>Ninth Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Tenth Grade</fullName> | ||
<default>false</default> | ||
<label>Tenth Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Eleventh Grade</fullName> | ||
<default>false</default> | ||
<label>Eleventh Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>Twelfth Grade</fullName> | ||
<default>false</default> | ||
<label>Twelfth Grade</label> | ||
</customValue> | ||
<customValue> | ||
<fullName>NotApplicable</fullName> | ||
<default>false</default> | ||
<label>Not Applicable</label> | ||
</customValue> | ||
<masterLabel>Grade Levels</masterLabel> | ||
<sorted>false</sorted> | ||
</GlobalValueSet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
122 changes: 122 additions & 0 deletions
122
src/layouts/Grade_Enrollment__c-K12 Kit Grade Enrollment Layout.layout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Layout xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<layoutSections> | ||
<customLabel>true</customLabel> | ||
<detailHeading>true</detailHeading> | ||
<editHeading>true</editHeading> | ||
<label>Grade Enrollment Details</label> | ||
<layoutColumns> | ||
<layoutItems> | ||
<behavior>Readonly</behavior> | ||
<field>Name</field> | ||
</layoutItems> | ||
<layoutItems> | ||
<behavior>Required</behavior> | ||
<field>Contact__c</field> | ||
</layoutItems> | ||
<layoutItems> | ||
<behavior>Edit</behavior> | ||
<field>Educational_Institution__c</field> | ||
</layoutItems> | ||
</layoutColumns> | ||
<layoutColumns> | ||
<layoutItems> | ||
<behavior>Required</behavior> | ||
<field>Grade_Level__c</field> | ||
</layoutItems> | ||
<layoutItems> | ||
<behavior>Required</behavior> | ||
<field>Status__c</field> | ||
</layoutItems> | ||
<layoutItems> | ||
<behavior>Edit</behavior> | ||
<field>Term__c</field> | ||
</layoutItems> | ||
</layoutColumns> | ||
<style>TwoColumnsTopToBottom</style> | ||
</layoutSections> | ||
<layoutSections> | ||
<customLabel>true</customLabel> | ||
<detailHeading>true</detailHeading> | ||
<editHeading>true</editHeading> | ||
<label>Additional Enrollment Information</label> | ||
<layoutColumns> | ||
<layoutItems> | ||
<behavior>Edit</behavior> | ||
<field>Start_Date__c</field> | ||
</layoutItems> | ||
<layoutItems> | ||
<behavior>Edit</behavior> | ||
<field>End_Date__c</field> | ||
</layoutItems> | ||
</layoutColumns> | ||
<layoutColumns> | ||
<layoutItems> | ||
<behavior>Edit</behavior> | ||
<field>Entry_Reason__c</field> | ||
</layoutItems> | ||
<layoutItems> | ||
<behavior>Edit</behavior> | ||
<field>Exit_Reason__c</field> | ||
</layoutItems> | ||
</layoutColumns> | ||
<style>TwoColumnsLeftToRight</style> | ||
</layoutSections> | ||
<layoutSections> | ||
<customLabel>true</customLabel> | ||
<detailHeading>true</detailHeading> | ||
<editHeading>true</editHeading> | ||
<label>System Information</label> | ||
<layoutColumns> | ||
<layoutItems> | ||
<behavior>Readonly</behavior> | ||
<field>LastModifiedById</field> | ||
</layoutItems> | ||
</layoutColumns> | ||
<layoutColumns> | ||
<layoutItems> | ||
<behavior>Readonly</behavior> | ||
<field>CreatedById</field> | ||
</layoutItems> | ||
<layoutItems> | ||
<behavior>Edit</behavior> | ||
<field>OwnerId</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.