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 SearchFeature KeyNormalText50
2Company Name Primary Key SearchCompany NameNormalText30
Key to join to the Company table.

Show/hide example query

SELECT
	       [Feature Data Update Status].[]
	       ,[Company].[Name]
	FROM
	       [] AS [Feature Data Update Status]
	LEFT JOIN
	       [Company] AS [Company]
	              ON
	                     [Feature Data Update Status].[] = [Company].[Name]
3Data Update Required Primary Key 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
Key to join to the Server Instance table.

Show/hide example query

SELECT
	       [Feature Data Update Status].[]
	       ,[Server Instance].[Server Instance ID]
	FROM
	       [] AS [Feature Data Update Status]
	LEFT JOIN
	       [] AS [Server Instance]
	              ON
	                     [Feature Data Update Status].[] = [Server Instance].[Server Instance ID]
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
Key to join to the User table.

Show/hide example query

SELECT
	       [Feature Data Update Status].[]
	       ,[User].[User Security ID]
	FROM
	       [] AS [Feature Data Update Status]
	LEFT JOIN
	       [User] AS [User]
	              ON
	                     [Feature Data Update Status].[] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8
2000000004SystemModifiedBy SearchModified ByNormalGUID16

Leave a Reply

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