AB_PASISTATUSIDVERSION
This table stores PASI Status Identification Version Information – matches status messages and their versions in PowerSchool to PASI.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_PASIStatusIDVersionID | 13.0.0 | NUMBER(19,0) | Primary Key |
PASISystemID | 13.0.0 | Varchar2(50) | RefID associated with the status. |
CoreVersion | 13.0.0 | NUMBER(19,0) | Unique number allowing easy identification of when an entity has changed. |
StatusType | 13.0.0 | Varchar2(30) | Type of status message. |
WhoCreated | 13.0.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. |
WhenCreated | 13.0.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 13.0.0 | Varchar2(100) | The name of person who modified the record. Defaults to user. |
WhenModified | 13.0.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date |
SchoolYear | 13.0.0 | Varchar2(4) | A number representing which school year the record belongs to, such as 2017 for 2017-2018 school year. |