Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

1.2 (Beta 3)

Pre-release
Pre-release
Compare
Choose a tag to compare
@salesforce-org-metaci salesforce-org-metaci released this 25 Oct 15:29
· 770 commits to main since this release
80762d7

Changes

New Object

  • We've added a Grade Level Enrollment object to track a student's enrollments over time. [PR89]

Updates to K12 Kit Student Layout

  • We've added a Current Grade Level picklist to the K12 Kit Student Layout so schools can more easily track a student's current grade level. [PR89]

Updates to K12 Kit Educational Institution Layout

  • We've added a Grade Levels picklist to the K12 Kit Educational Institution Layout so schools can specify the grade levels they support. [PR89]

General Updates to Page Layouts

  • We've added the Grade Levels picklist to the K12 Kit Educational Institutions Layout. [PR113]
  • We've added the Current Grade Level picklist to the K12 Kit Student Layout. [PR113]
  • We've added the Grade Enrollments related list to the K12 Kit Student Layout. [PR113]

New Metadata

Updates to K12 Kit Educational Institution Layout

  • Grade_Enrollment__c [PR89]
    • Grade_Enrollment__c.Contact__c [PR89]
    • Grade_Enrollment__c.Educational_Institution__c [PR89]
    • Grade_Enrollment__c.End_Date__c [PR89]
    • Grade_Enrollment__c.Entry_Reason__c [PR89]
    • Grade_Enrollment__c.Exit_Reason__c [PR89]
    • Grade_Enrollment__c.Grade_Level__c [PR89]
    • Grade_Enrollment__c.Grade_Number__c (unmanaged) [PR89]
    • Grade_Enrollment__c.Start_Date__c [PR89]
    • Grade_Enrollment__c.Status__c [PR89]
    • Grade_Enrollment__c.Term__c [PR89]
  • Contact.Current_Grade_Level__c [PR89]
  • Account.Grade_Levels__c [PR89]

Deleted Metadata

Updates to K12 Kit Educational Institution Layout

  • Account.Grade_Level (unmanaged record type) [PR89]

Pull requests with no release notes

  • Update trialforce template and trial flow [PR112]