Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000114
Table Type: System
Table Name: Document Service
Database Table Name: Document Service
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 Document Service can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[Document Service]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Service ID]
,[Description]
,[Location]
,[User Name]
,[Password]
,[Document Repository]
,[Folder]
,[Client Id]
,[Client Secret]
,[Redirect URL]
,[Authentication Type]
,[Client Secret Key]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[Document Service]