Isolated Certificate

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

Table Type: System

Table Name: Isolated Certificate
Database Table Name:

Table Number: 1262

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 Isolated Certificate 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 [Isolated Certificate]
LEFT JOIN
   [User] AS [User]
      ON
         [Isolated Certificate].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Isolated Certificate].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Isolated Certificate table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode20
2Scope SearchAvailable ToNormalOption4
3Password SearchPasswordNormalText50
4Expiry Date SearchExpiry DateNormalDateTime8
5Has Private Key SearchHas Private KeyNormalBoolean4
6Name SearchNameNormalText50
7User ID SearchUser IDNormalCode50
8Company ID SearchCompany IDNormalText30
10ThumbPrint SearchThumbPrintNormalText50
13Issued By SearchIssued ByNormalText250
14Issued To SearchIssued ToNormalText250
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 *