How to Verify Weekly Progress Report Data Was Sent to ParentSquare
Tracking is at the database level — no dedicated UI screen exists. Two indicators show whether a send was attempted and whether it succeeded.
PNP.ELS — primary send indicator
ELS (Email Last Sent) on PNP (Parent Notification Preferences) updates each time a notification is processed for a parent account. A populated value confirms a send was attempted. The send process picks up only accounts where ELS is null or earlier than today.
WRL — detailed API logging (requires PSDebug)
With the PSDebug district option enabled, every successful ParentSquare API call is logged to the WRL (Web Request Log) table.
How to Check If PSDebug Is Enabled
Failure records are always written; success records require PSDebug.
WRL fields for Weekly Progress sends:
- VND — ParentSquare Weekly Progress
- TYP — ParentSquare
- EPN — ParentSquare API URL
- RTY — POST
- RES — Success or Failed
- JSN — API response on success; error message on failure
- RST, RET — request start and end timestamps
Filter WRL by VND = ParentSquare Weekly Progress to find Weekly Progress send records.