Blog Posts

Vote PowerSchool Ideas

From WTF (What to Fix) Session, March 2023

This PowerSchool Ideas Portal is to submit enhancement ideas and feature requests for all PowerSchool solutions and products.

Vote for the top 5 change requests from the WTF Session that were entered into the PS Ideas Portal. Use the Idea # to search and vote for the Ideas below:

  1. Change history on more/every page – Idea # SIS-I-14702
  2. Reports (such as transcripts) are easier to build and more clear – Idea # SIS-I-14703
  3. Better attendance reporting for previous years – Idea # SIS-I-14704 
  4. Email notification to teachers when class changes are made – Idea # SIS-I-14705
  5. Stop date reversal of exit date prior to entry date – Idea # SIS-I-14706

Page Customization (from D70)

Here is the information from my Best Practice.

Tami Boley
tboley@district70.org 

You will need to go to:  system/system settings/page and data management/custom page management

You will then go into folder:  Admin/Wildcards

You will find the screen:  

Screen Shot 2021-10-21 at 1.35.28 PM.png

The coding is as follows:

~[if#rpen.has_role_capability=RPEN]
<p id=”prov_enrollment_alert”>~[x:provisionalenrollstatus]</p>
[/if#rpen]
<p id=”student_detail_header”>~(studentname) <a class=”dialogM” title=”~[text:psx.txt.wildcards.student_detail_header_line.find_me]” href=”/admin/alerts/findmealert.html?frn=~(studentfrn)”><img src=”/images/img/find-me-icon-23×23.svg”></a> &nbsp; ~([01]grade_level) &nbsp; ~([01]student_number) &nbsp; &nbsp; ~([01]track) &nbsp; &nbsp; ~(studschoolabbr;usestudschool) &nbsp; &nbsp; ~[enrollmentstatus]<br> <FONT COLOR=”#098438″><B>~(prefered_first_name)</FONT></B> <p>DOB:~(dob)&nbsp; Phone:~(home_phone)&nbsp;~(decode;~(gender);m;M;f;F;Blank)&nbsp; ~(decode;~(Ethnicity);05;W;04;H;03;B;02;A;01;AI;Blank)&nbsp;~(State_StudentNumber) &nbsp;HR: ~(home_room)&nbsp; PSU: ~(student_web_id)&nbsp &nbsp; Info: ~(information_packet)&nbsp;&nbsp; Age: ~(age)&nbsp;&nbsp;<br>
    EntryDate: ~(EntryDate)&nbsp;&nbsp; ExitDate: ~(ExitDate)&nbsp;&nbsp; Lunch Balance: ~(Balance1)<br>
    Academy:~(U_Students_Extension.StudentAttendsOther)&nbsp;&nbsp;
    Programs:<FONT COLOR=”1b22b9″><B> ~(decode;~([STUDENTS.S_CO_STU_X]GIFTED);1;GT; ;)&nbsp;  ~(decode;~([STUDENTS.S_CO_STU_X]HANDICAPPED_504);1;504; )&nbsp; ~(decode;~([STUDENTS.S_CO_STU_X]LIP);01;ELL;  )</FONT>&nbsp;<FONT COLOR=”ab3015″>&nbsp;  ~(decode;~([STUDENTS.S_CO_STU_X]Read_Plan);1;READ;  )</FONT></B>&nbsp;&nbsp;&nbsp;&nbsp;
<B>CDE Grad Requirements Complete:</B><FONT COLOR=”#5e0bba”><B> ~(U_Students_Extension.StateGradGuideMet)</B></Font>&nbsp;&nbsp;&nbsp Parent Schoology Access ID: ~([Students.U_Registration_Extension]SchoologyParentCode);&nbsp;&nbsp</p>

You can change, add and modify as needed..