Feature Data Update Status

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

Table Type: System

Table Name: Feature Data Update Status
Database Table Name:

Table Number: 2610

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 Feature Data Update Status 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 [Feature Data Update Status]
LEFT JOIN
   [Company] AS [Company]
      ON
         [Feature Data Update Status].[Company Name] = [Company].[Name]
LEFT JOIN
   [User] AS [User]
      ON
         [Feature Data Update Status].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Feature Data Update Status].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Feature Data Update Status table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Feature Key Primary Key SearchFeature KeyNormalText50
2Company Name Primary Key SearchCompany NameNormalText30
3Data Update Required SearchData Update RequiredNormalBoolean4
4Feature Status SearchCurrent Company StatusNormalOption4
5Start Date/Time SearchStart Date/TimeNormalDateTime8
6Confirmed SearchConfirmedNormalBoolean4
7Task Id SearchTask IdNormalGUID16
8Session Id SearchSession IdNormalInteger4
9Server Instance Id SearchServer Instance IdNormalInteger4
10Background Task SearchBackground TaskNormalBoolean4
7049Use Default Price Lists SearchUse default price listsNormalBoolean4
30200Shpfy Templates Migrate SearchMigrate Shopify templatesNormalBoolean4
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 *