Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000175
Table Type: System
Table Name: Scheduled Task
Database Table Name: Scheduled Task
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 Scheduled Task can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[Scheduled Task]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[ID]
,[User ID]
,[User Name]
,[User Language ID]
,[User Format ID]
,[User Time Zone]
,[User App ID]
,[Company]
,[Is Ready]
,[Not Before]
,[Run Codeunit]
,[Failure Codeunit]
,[Record]
,[Timeout]
,[Tenant ID]
,[Last Error]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[Scheduled Task]