About YF System Tables
17 January, 2010
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. :)
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.
The schedule for the broadcast is stored in the TaskSchedule table, with ScheduleSubjectCode = 'BROADCAST', ScheduleUnitCode = 'BROADCASTID', and ScheduleUnitId = BroadcastId.