The Standard Message Format Block table is a record of the submission of data for a particular district either through online editing or via file submission. The details of the block, who submitted it and so forth are contained in this table. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the StudentCenteredStaging database for the SMFBlock table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key to the SMFFile table. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Foreign key from the Standard Message Format Configuration (SMFConfig) table. This key represents a subject and year combination. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
District Institution identifier that is the owner of the block. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
Date that the block started processing. |
Name |
|
Code |
|
Data Type |
char(1) |
Mandatory |
FALSE |
Indicates the submission type as coming from a vendor or from a district. |
Name |
|
Code |
|
Data Type |
varchar(255) |
Mandatory |
FALSE |
Email address of the user who submitted the data from their central login application user record. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
The date that this row of data becomes effective in StudentCentered. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date that this row of data ceases to be effective in StudentCentered. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
Foreign key from the Load Sequence (LoadSeq) table. Each load receives a unique identifier. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date the data was loaded into StudentCentered. |
|
|
|