TracCloud: Rosetta: Difference between revisions
From Redrock Wiki
Created page with "<div class="tcWidgetPage" style="width:100%"> {| class="wikitable" |+ Students |- ! <b>Field</b> !! <b>Type</b> !! <b>Description</b> !! <b>Twig Tag</b> !! <b>API</b> !! <b>SFTP Export Column</b> !! <b>Example</b> |- | ID || bigint || The student's ID number. Should be unique. || <nowiki>{{Student.ID}}</nowiki> || Students.ID || ID || 1234567 |- | First Name || varchar(80) || The student's preferred first name. || <nowiki>{{Student.First_Name}}</nowiki> || Students.First..." |
No edit summary |
||
Line 10: | Line 10: | ||
|- | |- | ||
| Last Name || varchar(80) || The student's last name || <nowiki>{{Student.Last_Name}}</nowiki> || Students.Last_Name || LastName || Smith | | Last Name || varchar(80) || The student's last name || <nowiki>{{Student.Last_Name}}</nowiki> || Students.Last_Name || LastName || Smith | ||
|} | |||
</div> | |||
<div class="tcWidgetPage" style="width:100%"> | |||
{| class="wikitable" | |||
|+ Visits | |||
|- | |||
! <b>Field</b> !! <b>Type</b> !! <b>Description</b> !! <b>Twig Tag</b> !! <b>API</b> !! <b>SFTP Export Column</b> !! <b>Example</b> | |||
|- | |||
| example || example || example || <nowiki>{{example.example}}</nowiki> || example.example || example || example | |||
|} | |} | ||
</div> | </div> |
Revision as of 17:03, 21 January 2025
Field | Type | Description | Twig Tag | API | SFTP Export Column | Example |
---|---|---|---|---|---|---|
ID | bigint | The student's ID number. Should be unique. | {{Student.ID}} | Students.ID | ID | 1234567 |
First Name | varchar(80) | The student's preferred first name. | {{Student.First_Name}} | Students.First_Name | FirstName | Sam |
Last Name | varchar(80) | The student's last name | {{Student.Last_Name}} | Students.Last_Name | LastName | Smith |
Field | Type | Description | Twig Tag | API | SFTP Export Column | Example |
---|---|---|---|---|---|---|
example | example | example | {{example.example}} | example.example | example | example |