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 #97 from SalesforceFoundation/feature/skosgi/termG…
Browse files Browse the repository at this point in the history
…radePageLayout

Add Contact and Course Offering to Term Grade Layout
  • Loading branch information
dgamboni authored Oct 18, 2019
2 parents 56e4ed5 + 411b44a commit d6da03b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<behavior>Readonly</behavior>
<field>Name</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>hed__Contact__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>hed__Course_Offering__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>hed__Course_Connection__c</field>
Expand Down
2 changes: 2 additions & 0 deletions unpackaged/post/config/objects/hed__Term_Grade__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<compactLayouts>
<fullName>K12_Term_Grade_Compact_Layout</fullName>
<fields>Name</fields>
<fields>hed__Contact__c</fields>
<fields>hed__Course_Offering__c</fields>
<fields>hed__Term__c</fields>
<fields>hed__Term_Grade_Type__c</fields>
<label>K12 Term Grade Compact Layout</label>
Expand Down

0 comments on commit d6da03b

Please sign in to comment.