ASIS Link on Demographics page

This quick customization places a link on the Demographics page that allows registrar's to easily get to the Alaska Student ID System (ASIS) in order to lookup the State Student ID of a new student. You could potentially customize the AK State/Province page with this link, but then you would be responsible for making changes to the AK State/Province page (this is not recommended as this page is actively maintained by Pearson as state reporting requirements change).

To use it, find this line of code on /admin/students/generaldemographics.html:

<tr>

<td class="bold">~[text:psx.html.admin_students.generaldemographics.student_number]</td>

<td><input type="text" id="fieldStuNum" name="[01]student_number" value="" size="13"></td>

</tr>

and add this below it:

<tr>

<td class="bold">State Student Number <a href="https://www.asis.eed.state.ak.us/Default.asp" target="_New">EED</a></td>

<td><input type="text" name="[01]State_studentnumber" value="" size="13" id="StateID"></td>

</tr>