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

Commit

Permalink
Merge pull request #84 from SalesforceFoundation/feature/trial-flow-fix
Browse files Browse the repository at this point in the history
Update Trial Org Flow
  • Loading branch information
jstvz authored Oct 10, 2019
2 parents 3f499f9 + 471e21b commit c37dc1e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ flows:
1:
flow: dependencies
2:
flow: install_managed
task: install_managed
3:
flow: config_managed
4:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>Pre_school__c</field>
<field>%%%NAMESPACE%%%Pre_school__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Middle_School__c</field>
<field>%%%NAMESPACE%%%Middle_School__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>Elementary_School__c</field>
<field>%%%NAMESPACE%%%Elementary_School__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>High_School__c</field>
<field>%%%NAMESPACE%%%High_School__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsLeftToRight</style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Highest_Level_of_Education__c</field>
<field>%%%NAMESPACE%%%Highest_Level_of_Education__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
Expand All @@ -43,7 +43,7 @@
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Years_of_Experience__c</field>
<field>%%%NAMESPACE%%%Years_of_Experience__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsLeftToRight</style>
Expand Down Expand Up @@ -329,7 +329,7 @@
<fields>NAME</fields>
<fields>hed__RelatedContact__c</fields>
<fields>hed__Relationship_Explanation__c</fields>
<fields>FERPA_Approved__c</fields>
<fields>%%%NAMESPACE%%%FERPA_Approved__c</fields>
<fields>hed__Emergency_Contact__c</fields>
<fields>hed__Type__c</fields>
<fields>hed__Status__c</fields>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<fields>NAME</fields>
<fields>hed__RelatedContact__c</fields>
<fields>hed__Relationship_Explanation__c</fields>
<fields>FERPA_Approved__c</fields>
<fields>%%%NAMESPACE%%%FERPA_Approved__c</fields>
<fields>hed__Emergency_Contact__c</fields>
<fields>hed__Type__c</fields>
<fields>hed__Status__c</fields>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Student_ID__c</field>
<field>%%%NAMESPACE%%%Student_ID__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
Expand Down Expand Up @@ -301,7 +301,7 @@
<fields>NAME</fields>
<fields>hed__RelatedContact__c</fields>
<fields>hed__Relationship_Explanation__c</fields>
<fields>FERPA_Approved__c</fields>
<fields>%%%NAMESPACE%%%FERPA_Approved__c</fields>
<fields>hed__Emergency_Contact__c</fields>
<fields>hed__Type__c</fields>
<fields>hed__Status__c</fields>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>FERPA_Approved__c</field>
<field>%%%NAMESPACE%%%FERPA_Approved__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>HIPPA_Approved__c</field>
<field>%%%NAMESPACE%%%HIPPA_Approved__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
Expand Down
2 changes: 1 addition & 1 deletion unpackaged/post/config/objects/Contact.object
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<fields>RecordTypeId</fields>
<fields>AccountId</fields>
<fields>Birthdate</fields>
<fields>Student_ID__c</fields>
<fields>%%%NAMESPACE%%%Student_ID__c</fields>
<label>K12 Student Contact Compact Layout</label>
</compactLayouts>
<compactLayouts>
Expand Down
2 changes: 1 addition & 1 deletion unpackaged/post/config/objects/hed__Relationship__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<fields>hed__Contact__c</fields>
<fields>hed__RelatedContact__c</fields>
<fields>hed__Relationship_Explanation__c</fields>
<fields>FERPA_Approved__c</fields>
<fields>%%%NAMESPACE%%%FERPA_Approved__c</fields>
<fields>hed__Status__c</fields>
<label>K12 Relationship Compact Layout</label>
</compactLayouts>
Expand Down

0 comments on commit c37dc1e

Please sign in to comment.