Follow the steps for
Importing New Records
| Field |
Required |
Type |
Sample Value |
Notes |
| Student_Id |
Yes |
Identifier |
"123" |
Must match an existing Student Id in the system. |
| Action1_Description |
No, unless Action_Type_Id is not specified |
Lookup |
"Honor Roll" |
Must match an existing Action Description in the system. |
| Action1_Type_Id |
Yes, unless lookup fields are used to identify the action type |
Identifier |
"456" |
Must match an existing Action Type Id in the system. |
| Action1_Academic_Year |
Yes |
Datasource Data |
"20242025" |
Must be entered in the format "XXXXYYYY" |
| Action1_Date |
Yes |
Date |
"2024/06/15" |
|
| Action1_Grade_Level_Id |
Yes |
Identifier |
"789" |
Must match an existing Grade Level Id in the system. |
| Action1_Comment |
No |
Text |
"Excellent performance" |
|
Notes:
Action1_Description,
Action1_Type_Id,
Action1__Academic_Year,
Action1__Date,
Action1_Grade_Level_Id, and
Action1_Comment are repeated 9 more times (for a total of 10 potential actions)