| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| 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) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
IDSETREGISTERID |
uniqueidentifier | ![]() |
IDSETREGISTER.ID | Selection of students to have requests added. |
SELECTIONTYPEID |
uniqueidentifier | ![]() |
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. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_DATEADDED |
DATEADDED | ![]() |
||
IX_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_DATECHANGED |
DATECHANGED | |||
PK_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS |
ID | ![]() |
![]() |
|
UC_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_NAME |
NAME | ![]() |
| Trigger Name | Description |
|---|---|
TR_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_AUDIT_UPDATE |
|
TR_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_AUDIT_DELETE |
| Referenced by | Field |
|---|---|
ADDREQUESTSFORMULTIPLESTUDENTSPROCESSCOURSE |
ADDREQUESTSFORMULTIPLESTUDENTSPROCESSID |
ADDREQUESTSFORMULTIPLESTUDENTSPROCESSCURRICULUM |
ADDREQUESTSFORMULTIPLESTUDENTSPROCESSID |
ADDREQUESTSFORMULTIPLESTUDENTSPROCESSSTATUS |
PARAMETERSETID |

ID
NAME
TSLONG
IDSETREGISTERID
IX_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_DATEADDED
IX_ADDREQUESTSFORMULTIPLESTUDENTSPROCESS_DATECHANGED