Definition of table course-to-daily
Transalations for student course based attendance to daily based attendance , Table Dump Name crs2dly

Alphabetical Field Summary

  • atnd-class-id: (INTG) Class in course attendance that triggers this entry
  • atnd-code-id: (INTG) Attendance code to record in daily attendance when triggered
  • bldg-id: (INTG) Building ID associated with this record
  • comments: (CHAR) Comments for/about this attendance translation
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created at
  • cre-user-name: (CHAR) User name of user who creatd this record
  • extern-guid: (CHAR) External Global Unique ID for this record
  • occurance-cnt: (INTG) # of occurances of course attendance in the class to trigger
  • priority: (INTG) Priority of this translation (1 is highest)
  • replace-lower-priority: (LOGC) Yes to replace lower priority triggers, No to just add on
  • school-year-id: (INTG) School year ID associated with this record
  • upd-date: (DATE) Date this records was last updated on
  • upd-time: (CHAR) Time the record was last updated at

    Alphabetical Index Summary

  • course-to-daily: (PRIMARY) school-year-id, bldg-id, atnd-class-id, atnd-code-id
  • daily-to-course: school-year-id, bldg-id, atnd-code-id, atnd-class-id
  • extern-guid: extern-guid

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-c2d.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-c2d.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-c2d.p (SOURCE NOT AVAILABLE)

    Tables course-to-daily references

  • atnd-class - Attendance Code Classes
  • atnd-class-link - Links between the attendance codes and class files
  • atnd-code - Attendance Code definitions
  • building - One record for each building, for each scheduling version, f
  • grading-setup - Grading setup controls building level setup/policy issues wi
  • school-year - School year file
  • user-bldg - User Restricted to building list


    Detailed Alphabetical Field Listing
    atnd-class-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Class in course attendance that triggers this entry
    Attributes: Index Component

    atnd-code-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Attendance code to record in daily attendance when triggered
    Attributes: Index Component

    bldg-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Building ID associated with this record
    Attributes: Index Component

    comments Data type: CHARACTER
    Format: x(68)
    Help: Comments for/about this attendance translation

    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Help: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: User name of user who creatd this record

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    occurance-cnt Data type: INTEGER
    Format: zz9 (Initial Value: 0)
    Help: # of occurances of course attendance in the class to trigger

    priority Data type: INTEGER
    Format: zz9 (Initial Value: 1)
    Help: Priority of this translation (1 is highest)

    replace-lower-priority Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to replace lower priority triggers, No to just add on

    school-year-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: School year ID associated with this record
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999
    Help: Date this records was last updated on

    upd-time Data type: CHARACTER
    Format: x(8)
    Help: Time the record was last updated at

    Created on 05/07/2012 by DBHTML V1.2