Forum

This content is now out of date.

Visit Our Community

About YF System Tables

What table is where the Scheduled Broadcast reports/metadatas stored?
I kind of want to take a look at it.
Can anyone also explain the table transactions behind Report Broadcasting?
Thanks. :)
The broadcast record is stored in the ReportBroadcast table. Recipients are stored in the ReportBroadcastRecipient table, linked on BroadcastId.

The schedule for the broadcast is stored in the TaskSchedule table, with ScheduleSubjectCode = 'BROADCAST', ScheduleUnitCode = 'BROADCASTID', and ScheduleUnitId = BroadcastId.