Add requests for multiple students process parameters.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| NAME |
nvarchar(100) |
|
Default = '' |
The name of the parameter set. |
| DESCRIPTION |
nvarchar(255) |
|
Default = '' |
Details describing this parameter set |
| CREATESTUDENTSIDSET |
bit |
|
Default = 0 |
Designates whether or not an ID set of students should be created as a result of the process. |
| STUDENTSSELECTIONNAME |
nvarchar(100) |
|
Default = '' |
The name of the output ID set of students to be created by the transfer process. |
| OVERWRITESTUDENTSSELECTION |
bit |
|
Default = 0 |
Designates whether or not to overwrite the output ID set if one with the same name already exists. |
| ACADEMICYEARID |
uniqueidentifier |
|
|
Academic year to add requests for. |
| DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
| DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
| TS |
timestamp |
|
|
Timestamp. |
| TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| IDSETREGISTERID |
uniqueidentifier |
yes |
IDSETREGISTER.ID
|
Selection of students to have requests added. |
| SELECTIONTYPEID |
uniqueidentifier |
yes |
RECORDTYPE.ID
|
Record type of selection to be created. |
| SCHOOLID |
uniqueidentifier |
|
SCHOOL.ID
|
School to add requests for. |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| SESSIONNAMECODEID |
uniqueidentifier |
|
SESSIONNAMECODE.ID
|
Session to add requests for. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
| IX_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
| PK_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS |
ID |
yes |
yes |
|
| UC_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_NAME |
NAME |
yes |
|
|
Triggers
Referenced by