StandardThirdPartyAssoc (ver10.0.0)
PowerSchool allows a third-party plugin to create assignments with associated standards. However, those standards may or may not be in the set of district-defined standards. This table allows third-party partners to add their standards here to make them available for associating with the district-defined standards.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
IsActive | 10.0.0 | Number(1,0) | Defines if this record is active. Valid values: 0=False, 1=True. Required. |
StandardId | 10.0.0 | Number(10,0) | The unique identifier representing the record in the Standard table containing the associated standard record details. Required. Indexed. |
StandardThirdPartyAssocId | 10.0.0 | Number(16,0) | Primary key. Unique identifier. Required. Indexed. |
StandardThirdPartyId | 10.0.0 | Number(16,0) | The unique identifier representing the record in the StandardThirdParty table, containing the associated StandardThirdParty record details. Required. Indexed. |
WhenCreated | 10.0.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 10.0.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 10.0.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 10.0.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |