Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/
Table Type: System
Table Name: taskscheduling
Database Table Name: $ndo$taskscheduling
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how taskscheduling can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[$ndo$taskscheduling]
Show/hide an example select of all columns by name
SELECT
[id]
,[timestamp]
,[tenantid]
,[not_before]
,[ended]
,[Server Instance ID]
,[state]
,[retries]
,[tasktype]
FROM
[$ndo$taskscheduling]