NewsTextAlerts and TracCloudTechBarcode: Difference between pages

From Redrock Wiki

(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
<!-- table for the whole page -->
{| style="width:100%; vertical-align:top; "
{| style="width:100%; vertical-align:top; "
 
| style="width:250px; vertical-align:top; padding:2px 15px 2px 2px;" | {{TracCloudTechTOC}}
<!-- include the TOC as a template in the first column -->
| style="width:250px; vertical-align:top; padding:2px 15px 2px 2px;" | {{NewsTOC}}
 
<!-- here is the second column of the full wiki page - will contain content -->
| style="vertical-align:top; padding:20px 20px 20px 2px;" |
| style="vertical-align:top; padding:20px 20px 20px 2px;" |
<!-- here is a table for the content of the page -->
{| style="width:100%; vertical-align:top; "
{| style="width:100%; vertical-align:top; "
<onlyinclude>
<big><b>Barcode Scanners in TracCloud</b></big><br><br>
Barcode Scanners and Magnetic Strip Reads can be utilized in Trac Cloud to allow students to scan their Barcode, ID, etc to login for their visit. This article goes over some common barcode scanner examples, your barcode scanner may or may not match the formatted described below.
<br><br>
If it doesn’t match, or you simply aren’t 100% sure, reach out [mailto:helpdesk@go-redrock.com helpdesk@go-redrock.com] and we’d be happy to assist.
<br><br>
<b><i>What scanners are compatible with TracCloud?</b></i><br>
Scanners are input devices, just like keyboards. Any scanner should work fine, but may require some editing to convert the data into something usable.
<br><br>
<b><i>Program your card scanner to modify the scanned ID</b></i><br>
It may be easier to convert IDs on the scanner side of this process rather than TracCloud. If this option is available and the end result matches what is found in student barcode fields, then no changes are needed in TracCloud.
<br><br>
<b><i>Program TracCloud to modify the scanned ID</b></i><br>
If reprogramming the scanner isn’t an option or you would rather leave it as-is, you can have TracCloud handle the conversion for you.
<br>
<i>Other > Other Options > Preferences > General KIOSK Login Options</i>
[[File:7k6k67kl56k56kj56jk.png|800px]]
<br><br>
* <b>Barcode Detection Formula</b>
::If the format of the entered text matches this formula, the Barcode Adjust logic will be used. The asterisk is a wildcard, so in the example above, we’re saying “if the value entered on the log listing starts with a semi-colon and ends with a question mark, it’s a barcode scan, and we should apply the Barcode Adjust script.”


| style="vertical-align:top; font-size:160%; color:#7c1911; " | '''TextAlerts: Sending Text Messages Through Your Trac System ''' <HR>
* <b>Barcode Adjust</b>
::Transforms the text from the barcode scanner into something that matches the student barcode fields.


|-
* <b>KIOSK No student found message</b>
| style="vertical-align:top; font-size:120%; " | <BR /> Did you know that 90% of text messages are read within 10 minutes? How about that on average people will look at their phones 150 times a day? This makes it an effective way to communicate important information to students, such as appointment confirmation, appointment reminder, if an appointment gets cancelled or even just general information that you would like to inform groups of students. There are many ways to communicate with your students, but when it comes to reaching them everywhere in the quickest amount of time, nothing beats text messaging.
::The message displayed when a student isn’t found.
::[[File:Ewrh57kj64htr.png|500px]]


==Configuring your Barcode Scanner==
Start by scanning a student’s ID into a document on your computer. This will show you what the formatting of the ID will be, then you can start deciding what adjustments need to be made.


In this Newsletter we will take an in-depth look at the TextAlerts module and how it allows notifications to be sent to students via Text messages. If a student decides to opt in to the program, they can send an activation code to an address determined by your campus, and receive appointment reminders, cancellation notifications, or confirmations via Text messages. Front Desk workers or Consultants can also send quick text messages directly off your Center’s Log Listing, to notify students to come to a different appointment location, of if there is a delay in start time, or a last minute cancellation.
For the examples below, the student’s ID is 1931.
 
<hr>
{| class="wikitable"
|-
! Barcode Scanner Contents !! Barcode Detection Formula !! Barcode Adjust
|-
| ABCDEF1931|| {#scan#}='ABCDEF*' || {#WORD:{#scan#}:2:'ABCDEF'#}
|}


 
In this example, we want to remove a static string of characters from the left side.
<big>'''TextAlert Requirements'''</big>


In order to utilize TextAlerts in your Trac System, you need to have:
The Detection Formula recognized a barcode scan because it starts with the string of characters we want to remove. The Adjust script says “Get the second word in the string, delimited by “ABCDEF.” The result is “ABCDEF1931” turning into just “1931.
 
<hr>
*Trac 4.0 Web and Engine updates after February 21, 2011
{| class="wikitable"
*Current Maintenance Agreement with Redrock Support
|-
*Trac Server MUST have the ability to make outbound http/https connections to “msgtrac.com”
| ;1931000000? || {#scan#}=';*?' || {#SUBSTR:{#scan#}:1:4#}
*Trac Server MUST have the ability to receive incoming http/https connections from 63.224.138.155
|}
 
In this scan, we’re unable to use any character as a delimiter, so we need to count out the characters we actually need with a Substring script.
If your server currently does not meet these requirements, a discussion between your campus’ IT and Redrock Software may be needed to make sure the correct connections are being made.
 
 
<big>'''TextAlert Activation'''</big>
 
Once the TextAlert Module has been purchased, you will need to contact Redrock Support to activate the module on your Trac System. After the module has been activated, students will have the ability to activate their text message alerts when they log in to the Trac System.
 
Because text messaging rates may apply to your students, they must request to receive the text message alerts. When the student logs in to the Trac System they will have a new option in the upper-right corner of their main menu. This new section allows the students to activate the TextAlerts for themselves, by clicking the “Activate” checkbox.
 
 
[[File:Text1.png|border|350px]] 
 
The TextAlert setup options will now appear and the student will receive a unique Activation Code. The Activation Code is requested from the server at msgtrac.com, so it may take a few seconds to generate. The code is a unique email address that is set up to accept text messages.
 
 
[[File:Text2.png|border|350px]] 
 
 
[[File:Text3.png|border|350px]] 
 
 
Along with receiving an Activation code, the student will also be able to set up their individual SMS Settings and determine how many minutes in advance of their appointment they would like to receive a TextAlert regarding their appointments and choose which notifications they would like to receive as Text Messages. Click “Save Settings” to complete this step.
 
 
[[File:Text4.png|border|350px]] 
 
To complete the setup process for TextAlerts, the student must send a text message from their mobile device to the email address provided with the unique Activation Code (please note that this code does expire within the hour, so if they do not use it within that time frame they will need to generate a new code).  The body of the text is not necessary and has no effect on the setup and activation process.
 
By sending any text message to the displayed email address, the student agrees that they would like to receive the TextAlerts from the Trac Application and that the student is responsible for any and all text messaging rates imposed by their service provider.
 
Your Trac System will then send a confirmation message to the student to let them know that their account is now set up to receive Text Alerts.
 
 
[[File:Text5.png|border|350px]] 
 
[[File:Text6.png|border|350px]] 
 
Now that the student has opted-in to receive Text Messages, when the student has a scheduled appointment with a consultant, your Trac System will now alert the student of their upcoming appointment via Text Alert according to the settings the student chose in the setup process.
 
 
[[File:Text7.png|border|350px]] 
 
<big>'''Generating Activation Codes for Students'''</big>
 
If your students do not have access to log in to your Trac System, it is possible for other Users to still be able to generate an Activation code for Students. All they need is the correct permission that can be found by going to the Trac Navigation -> Search Glass -> Center Profiles -> Select your Profile -> Group Access tab -> Select the group that you would like to generate codes for students -> Admin/Modules tab -> Check the box for “Allow User to Generate Activation Code for Student” -> Click Save. This is also where you can set default text to the student from the Log Listing that we will take a look at next.
 
 
[[File:Text8.png|border|650px]] 
 
 
Once this has been activated, Users in that group will be able to pull up any Student Profile and be able to generate an Activation Code for the student to opt-in.
 
 
[[File:Text9.png|border|650px]] 
<big>'''Kiosks and TextAlerts'''</big>
 
When setting up a Kiosk, there is also an option that allows students to leave the center after they have logged in and receive a text message when the center is ready to see the student. This setting can be found in the Kiosk setup:
 
 
[[File:Text10.png|border|650px]] 
 
When this setting is activated for the Kiosk and a student logs in to that Kiosk, it will ask them if they would like to “leave and be notified when the center is ready to see you”:
 
 
[[File:Text11.png|border|650px]] 
 
If they click “Yes” it will have them confirm their number if they have already opted in to receive TextAlerts and if they haven’t already opted-in, it will generate an activation code so they can opt-in at that time. This is a great way for students to be able to generate the Activation Code themselves and opt-in to receive text messages from your Center. Check out below to see how you can send a message to a student once they have logged in and opted to receive a text message.
<big>'''Sending Text Messages to Students Currently in Your Center'''</big>
 
When a Student is logged in to your Center and when looking at the Log Listing you can easily identify the students that have opted in, because there will be a phone icon just to the right of their name.
 
 
[[File:Text12.png|border|650px]] 
 
When you click on that phone icon, a text box will appear that will allow you to send a custom (or default as shown above in group settings) directly to the student’s phone.
 
 
[[File:Text13.png|border|650px]] 
 
<big>'''Sending Emails and Texts'''</big>
 
 
When sending out manual emails in your Trac System, you also have the ability to send that email as a Text Message to all of the students on your list that have opted in to receive TextAlerts.
 
First we will start by pulling up a student list, once that Student Listing is open you can send an email by going to List Options -> Send HTML Note -> Check the “Email” and “SMS Text” box to enter in a custom message that can be sent as both an email and a text.
 
 
[[File:Text14.png|border|650px]] 
 
 
 
<b>PLEASE NOTE:</b> A text message will only be sent to the students in that list that have opted in to receive TextAlerts, if they have not opted in then they will only receive an email reminder!
 
 
'''More Questions?'''
 
 
We hope that you find this newsletter helpful and as always if you have any questions on this or any other features, please feel free to let us know by going to https://helpdesk.go-redrock.com and submitting a ticket. 
 
Thank you for your continued support!
 
<BR /><BR  />


The Adjust script is taking the scan, starting at character 1 and taking the following 4 characters. This is 0-based, so “0” would be the semicolon in the example scan.<br><br>
<hr>
{| class="wikitable"
|-
|-
| style="width:100%;" |
| 1931 || N/A || N/A
|}
No changes needed.
<hr>
</onlyinclude>
|}
|}
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
<!-- iOS, Phone, Android -->

Revision as of 16:03, 5 October 2021


Barcode Scanners in TracCloud

Barcode Scanners and Magnetic Strip Reads can be utilized in Trac Cloud to allow students to scan their Barcode, ID, etc to login for their visit. This article goes over some common barcode scanner examples, your barcode scanner may or may not match the formatted described below.

If it doesn’t match, or you simply aren’t 100% sure, reach out helpdesk@go-redrock.com and we’d be happy to assist.

What scanners are compatible with TracCloud?
Scanners are input devices, just like keyboards. Any scanner should work fine, but may require some editing to convert the data into something usable.

Program your card scanner to modify the scanned ID
It may be easier to convert IDs on the scanner side of this process rather than TracCloud. If this option is available and the end result matches what is found in student barcode fields, then no changes are needed in TracCloud.

Program TracCloud to modify the scanned ID
If reprogramming the scanner isn’t an option or you would rather leave it as-is, you can have TracCloud handle the conversion for you.
Other > Other Options > Preferences > General KIOSK Login OptionsFile:7k6k67kl56k56kj56jk.png

  • Barcode Detection Formula
If the format of the entered text matches this formula, the Barcode Adjust logic will be used. The asterisk is a wildcard, so in the example above, we’re saying “if the value entered on the log listing starts with a semi-colon and ends with a question mark, it’s a barcode scan, and we should apply the Barcode Adjust script.”
  • Barcode Adjust
Transforms the text from the barcode scanner into something that matches the student barcode fields.
  • KIOSK No student found message
The message displayed when a student isn’t found.
Ewrh57kj64htr.png

Configuring your Barcode Scanner

Start by scanning a student’s ID into a document on your computer. This will show you what the formatting of the ID will be, then you can start deciding what adjustments need to be made.

For the examples below, the student’s ID is 1931.


Barcode Scanner Contents Barcode Detection Formula Barcode Adjust
ABCDEF1931 {#scan#}='ABCDEF*' {#WORD:{#scan#}:2:'ABCDEF'#}

In this example, we want to remove a static string of characters from the left side.

The Detection Formula recognized a barcode scan because it starts with the string of characters we want to remove. The Adjust script says “Get the second word in the string, delimited by “ABCDEF.” The result is “ABCDEF1931” turning into just “1931.”


;1931000000? {#scan#}=';*?' {#SUBSTR:{#scan#}:1:4#}

In this scan, we’re unable to use any character as a delimiter, so we need to count out the characters we actually need with a Substring script.

The Adjust script is taking the scan, starting at character 1 and taking the following 4 characters. This is 0-based, so “0” would be the semicolon in the example scan.


1931 N/A N/A

No changes needed.