This is just a notepad for me to record tips for PowerSchool Custom Reports.
- Enter a custom field from any table
- ^([table number]custom field name)
- Get fields from StudentCoreFields into a report
- ~([Students.StudentCoreFields]PSCORE_LEGAL_FIRST_NAME)
- Customizing the “generalDemographics” page to use new legal names
- <input type=”text” name=”[Students.StudentCoreFields]PSCORE_LEGAL_FIRST_NAME” value=”” size=”25″ maxlength=”50″ id=”firstName”