Definition of table stu-transcript-course
Student transcript courses. One per student/transcript/year/course on record , Table Dump Name stu-trnc

Alphabetical Field Summary

  • absence-count: (DECM) Number of absences in this course
  • attempted-credit: (DECM) Attempted credits this course
  • bldg-id: (INTG) Building ID associated with this record
  • comments: (CHAR) Comments for/about this course
  • course-gpa: (DECM) GPA for this course
  • course-id: (INTG) Course ID for this course
  • course-level-id: (INTG) Course Level this course is associated with
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time this record was created at
  • cre-user-name: (CHAR) Name of user who created the record
  • earned-credit: (DECM) Earned credits this course
  • extern-guid: (CHAR) External Global Unique ID for this record
  • gpa-multiplier: (DECM) Grade Point multiplier for this course used when figuring GP
  • grade-id: (INTG) [DEFINE KEY]
  • grading-policy: (CHAR) Grading policy for course (Pass/Fail, Numeric, Letter, etc)
  • include-gpa: (LOGC) Yes if course should be included in Transcript GPA Calculati
  • manual-course: (LOGC) Has this course been created manually?
  • override-gpa-multiplier: (LOGC) Yes to specify a custom GPA multiplier for this student/cour
  • override-grading-policy: (LOGC) Yes to override default grading policy for this course
  • rank-gpa: (DECM) GPA for rankable marks
  • rankable: (LOGC) Is this course to be used for transcript ranking?
  • report-msds: (LOGC) Yes if this manual transcript coruse should be reported to C
  • school-year-id: (INTG) School year ID associated with this record
  • section-id: (INTG) Internally assigned section ID
  • section-num: (INTG) Used only ig section-id = ?
  • stu-seq: (INTG) Student Seq# for this record
  • tardy-count: (DECM) Number of tardies in this course
  • transcript-id: (INTG) Internally assigned transcript identifier
  • transcript-seq: (INTG) Internally assigned transcript sequence # [DEFINE KEY]
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time this record was last updated at
  • upd-user-name: (CHAR) Name of user record was updated by

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • stu-transcript: (UNIQUE, PRIMARY) stu-seq, transcript-id, school-year-id, transcript-seq
  • stu-transcript-course: stu-seq, transcript-id, school-year-id, bldg-id, course-id, section-id, transcript-seq
  • stu-transcript-grade: stu-seq, transcript-id, school-year-id, grade-id
  • transcript-by-course: transcript-id, school-year-id, bldg-id, course-id, section-id, stu-seq, transcript-seq

    Alphabetical Trigger Summary

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

    Other tables who reference stu-transcript-course

  • stu-transcript-mark - Student transcript marks

    Tables stu-transcript-course references

  • building - One record for each building, for each scheduling version, f
  • course-catalog - Course Catalog
  • course-level - Course Level header file. This has little content and mostly
  • course-stats - Course Request statistics
  • credential-area-course - (no description available)
  • grade-catalog - Grades Catalog
  • grading-setup - Grading setup controls building level setup/policy issues wi
  • master-schd - Master Schedule records One entry per course, per section fo
  • master-schd-display - This is a transient table used for master schedule display s
  • promotion-path-grade - Promotion Grade/Bldg list for promotion paths
  • school-year - School year file
  • stu-assign - (no description available)
  • stu-base - Student Base record
  • stu-request-master - Student Request Master Controls
  • stu-transcript-year - Student Transcript Year record. One per student, per transcr
  • stu-year - One record for each year a student exists in the district
  • transcript-grade - List of grades/buildings that are considered for transcripts
  • transcript-name - Listing of transcripts
  • user-bldg - User Restricted to building list
  • user-grade - User Grade level restriction


    Detailed Alphabetical Field Listing
    absence-count Data type: DECIMAL (Decimals: 2)
    Format: zz9.99 (Initial Value: 0)
    Help: Number of absences in this course

    attempted-credit Data type: DECIMAL (Decimals: 3)
    Format: z9.999 (Initial Value: 0)
    Help: Attempted credits this course

    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 course

    course-gpa Data type: DECIMAL (Decimals: 3)
    Format: zz9.999 (Initial Value: 0)
    Help: GPA for this course

    course-id Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Course ID for this course
    Attributes: Index Component

    course-level-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Course Level this course is associated with

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

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

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who created the record

    earned-credit Data type: DECIMAL (Decimals: 3)
    Format: z9.999 (Initial Value: 0)
    Help: Earned credits this course

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

    gpa-multiplier Data type: DECIMAL (Decimals: 3)
    Format: 9.999 (Initial Value: 1)
    Help: Grade Point multiplier for this course used when figuring GP

    grade-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: [DEFINE KEY]
    Help: Internally assigned Grade ID
    Attributes: Index Component

    grading-policy Data type: CHARACTER
    Format: x(9)
    Help: Grading policy for course (Pass/Fail, Numeric, Letter, etc)

    include-gpa Data type: LOGICAL
    Format: Yes/No (Initial Value: Yes)
    Help: Yes if course should be included in Transcript GPA Calculati

    manual-course Data type: LOGICAL
    Format: Yes/No (Initial Value: Yes)
    Help: Has this course been created manually?

    override-gpa-multiplier Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to specify a custom GPA multiplier for this student/cour

    override-grading-policy Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to override default grading policy for this course

    rank-gpa Data type: DECIMAL (Decimals: 3)
    Format: zz9.999 (Initial Value: 0)
    Help: GPA for rankable marks

    rankable Data type: LOGICAL
    Format: Yes/No (Initial Value: Yes)
    Help: Is this course to be used for transcript ranking?

    report-msds Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes if this manual transcript coruse should be reported to C

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

    section-id Data type: INTEGER
    Format: zzzzzzzz9
    Help: Internally assigned section ID
    Attributes: Index Component

    section-num Data type: INTEGER
    Format: 99 (Initial Value: 0)
    Description: Used only ig section-id = ?
    Help: Section #

    stu-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Student Seq# for this record
    Attributes: Index Component

    tardy-count Data type: DECIMAL (Decimals: 2)
    Format: zz9.99 (Initial Value: 0)
    Help: Number of tardies in this course

    transcript-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned transcript identifier
    Attributes: Index Component

    transcript-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned transcript sequence # [DEFINE KEY]
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was last updated

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

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user record was updated by

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