District Attendance letters fail to generate
Cause
STU.PEM has more than one email address populated.
Resolution
Check STU.PEM for multiple email addresses being populated and remove all but one email address
Aeries Query:
SQL Query:
Modified on: Tue, Nov 26, 2024 at 2:25 PM
District Attendance letters fail to generate
STU.PEM has more than one email address populated.
Resolution
Check STU.PEM for multiple email addresses being populated and remove all but one email address
Aeries Query:
LIST STU STU.LN STU.FN STU.ID STU.SC STU.PEM IF STU.PEM : ","
SQL Query:
SELECT LN, FN, ID, SC, PEM FROM STU WHERE DEL = 0 AND PEM LIKE '%,%'
Did you find it helpful? Yes No
Send feedback