TechImport: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{40EOL}} | |||
<!-- table for the whole page --> | <!-- table for the whole page --> | ||
{| style="width:100%; vertical-align:top; " | {| style="width:100%; vertical-align:top; " | ||
Line 96: | Line 97: | ||
|Handle||A60|| * ||The student's username to log in to your Trac application online - required if you plan to log students in through LDAP, Active Directory, or Single Sign-On | |Handle||A60|| * ||The student's username to log in to your Trac application online - required if you plan to log students in through LDAP, Active Directory, or Single Sign-On | ||
|- | |- | ||
|Password||A40|| ||The student's password to log in to | |Password||A40|| ||The student's local password to log in to the Trac System. This is typically excluded in favor of a single sign-on solution. | ||
|- | |- | ||
|ReferredBy||A80|| ||Who referred the student to the center. | |ReferredBy||A80|| ||Who referred the student to the center. | ||
Line 188: | Line 189: | ||
If you plan on using the optional Class Schedule feature, | If you plan on using the optional Class Schedule feature, click the "Expand" button to view the additional fields available. | ||
<div class="mw-collapsible mw-collapsed"> | |||
<span style="font-size:140%; color:#7c1911;"> '''Registration Import Fields With Class Schedule'''<hr></span> | |||
{| cellpadding="5" cellspacing="0" border="1" | |||
!Name!!Type!!Required!!Description | |||
|- | |||
|Date Begin||D||Yes*||MM/DD/YYYY – date the course begins | |||
|- | |||
|Date End||D||Yes*||MM/DD/YYYY – date the course ends | |||
|- | |||
|Monday||A2||Yes*||Populate with “MO” if the class is in session on Monday. | |||
|- | |||
|Tuesday||A2||Yes*||Populate with “TU” if the class is in session on Tuesday. | |||
|- | |||
|Wednesday||A2||Yes*||Populate with “WE” if the class is in session on Wednesday. | |||
|- | |||
|Thursday||A2||Yes*||Populate with “TH” if the class is in session on Thursday. | |||
|- | |||
|Friday||A2||Yes*||Populate with “FR” if the class is in session on Friday. | |||
|- | |||
|Saturday||A2||Yes*||Populate with “SA” if the class is in session on Saturday. | |||
|- | |||
|Sunday||A2||Yes*||Populate with “SU” if the class is in session on Sunday. | |||
|- | |||
|Start Time||A6||Yes*||##:## - Time of day the individual class begins. Military time is preferred. | |||
|- | |||
|End Time||A6|| ||##:## - Time of day the individual class ends. Military time is preferred. | |||
|- | |||
|Duration||#||Yes*||Number of minutes the individual class is in session. (Class start time minus class end time). | |||
|} | |||
<nowiki>*Only required if you're planning on using the Class Schedule feature.</nowiki> | |||
</div> | |||
<!-- here is the end of the content table --> | <!-- here is the end of the content table --> | ||
Line 237: | Line 272: | ||
|} | |} | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Trac 4]] | |||
Latest revision as of 10:19, 26 March 2024
The legacy Trac 4.0 version of TutorTrac/AdvisorTrac/FitnessTrac is no longer receiving updates and will be end-of-life in 2025. Click here to schedule a TracCloud demo or reach out to sales@go-redrock.com for migration pricing or contract details.
New, easy to use interface
TracCloud features a modern, easy to use, and mobile-friendly interface, allowing you to easily find and manage your data as you need. Students, staff, and faculty will have a much easier time navigating through the system and accessing the data they need. The new dashboard offers many easy to access widgets to view and manage your data.
New Features
Export almost any report into Excel. Static and dynamic QR codes for touchless-kiosk environments. Unlimited custom data fields in student records, visits, appointments, and more. Customizable views of listing pages. Student timelines. Twig and HTML-supported emails and system messages. Customizable log listing and kiosk views. Center descriptions. New reports. Student success plans as a new module, along with work plans for staff. The full list of changes couldn't fit in this article, and more is being added all the time. Relating to the schedule specifically, you'll find a new appointments listing, availability badges, custom search appointment links and QR codes, unlimited customizable max appointment rules, asynchronous appointment support, and more.
Customizable
With Twig support, you can personalize system messages, upcoming appointment lists, emails, and more based on the users who are viewing/receiving them. From simple changes like greeting the user by name to completely changing an email based on if the related appointment was in-person or online, in a certain center, for a certain reason, even if a certain custom field in the student's profile has a specific value. This extends to the log listing and kiosks as well, where you can add or remove fields, rearrange the data that's displayed, and add custom formatting with HTML and Twig.
Faster
Rewritten from the ground up hosted on AWS, using a MySQL database, TracCloud is faster in every way. This performance increase compared to Trac 4.0 can be noticed throughout the entire system, with reports being especially improved. Even the biggest reports in TracCloud load within a few seconds.
Migrate Existing Data
Migrate your existing data from Trac 4.0, allowing you to pick up right where you left off. We'll work with you to plan out your migration, coordinating with your IT, and training your system administrators to get you started in TracCloud.
Tech Documentation
|
The Trac application can import data from any source as long as it is provided in the correct format. The data needs to be provided in a flat file format, tab or comma delimited are preferred. The Trac application will not import data from Excel files. The order and delimiter of the fields is completely up to your preference. However, the format, order, and delimiter of the fields must remain consistent with every import.
Manually Running the ImportGo to Trac Navigation > Trac Man > Utilities and Prefs > Auto Events.
To configure the auto event to run on a scheduled basis, check the "is Pending" box, set the schedule (Daily, Weekly, Monthly), set a time, and save.
This will display information on your most recent import. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|