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

Commit

Permalink
adding a lookup to contact directly for cases where an absence does n…
Browse files Browse the repository at this point in the history
…ot belong to a particular class period
  • Loading branch information
Ryan Headley committed Jul 30, 2018
1 parent 910ec4d commit b8e0adf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/objects/Attendance_Event__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@
<type>Text</type>
<unique>false</unique>
</fields>
<fields>
<fullName>Contact__c</fullName>
<deleteConstraint>SetNull</deleteConstraint>
<description>Allows absences to be tracked directly at the student level. Used in cases where the student should be marked absence for an entire day, or late for the school day and not just a particular class.</description>
<externalId>false</externalId>
<label>Contact</label>
<referenceTo>Contact</referenceTo>
<relationshipLabel>Attendance Events</relationshipLabel>
<relationshipName>Attendance_Events</relationshipName>
<required>false</required>
<trackHistory>false</trackHistory>
<trackTrending>false</trackTrending>
<type>Lookup</type>
</fields>
<fields>
<fullName>Course_Connection__c</fullName>
<deleteConstraint>SetNull</deleteConstraint>
Expand Down

0 comments on commit b8e0adf

Please sign in to comment.