Custom Report Layout

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/9650

Table Type: System

Table Name: Custom Report Layout
Database Table Name:

Table Number: 9650

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 Custom Report Layout can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   []

Show/hide an example select of all columns by name

SELECT

FROM
   []

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [] AS [Custom Report Layout]
LEFT JOIN
   [Company] AS [Company]
      ON
         [Custom Report Layout].[Company Name] = [Company].[Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Custom Report Layout].[Last Modified By User] = [User].[User Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Custom Report Layout].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Custom Report Layout].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Custom Report Layout table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode20
2Report ID SearchReport IDNormalInteger4
3Report Name SearchReport NameFlowFieldText250
4Company Name SearchCompany NameNormalText30
6Type SearchTypeNormalOption4
7Layout SearchLayoutNormalBLOB8
8Last Modified SearchLast ModifiedNormalDateTime8
9Last Modified by User SearchLast Modified by UserNormalCode50
10File Extension SearchFile ExtensionNormalText30
11Description SearchDescriptionNormalText250
12Custom XML Part SearchCustom XML PartNormalBLOB8
13App ID SearchApp IDNormalGUID16
14Built-In SearchBuilt-InNormalBoolean4
15Layout Last Updated SearchLayout Last ModifiedNormalDateTime8
2000000000$systemId SearchSystem IDNormalGUID16
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8
2000000002SystemCreatedBy SearchCreated ByNormalGUID16
2000000003SystemModifiedAt SearchModified AtNormalDateTime8
2000000004SystemModifiedBy SearchModified ByNormalGUID16

Leave a Reply

Your email address will not be published. Required fields are marked *