GP GLTransactions

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

Table Type: Company

Table Name: GP GLTransactions
Database Table Name:

Table Number: 4091

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

Show/hide columns in GP GLTransactions table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Id Primary Key SearchId NumberNormalInteger4
2ACTINDX SearchAccount IndexNormalInteger4
4YEAR1 SearchYearNormalInteger4
5PERIODID SearchFiscal PeriodNormalInteger4
6DEBITAMT SearchDebit AmountNormalDecimal12
7CRDTAMNT SearchCredit AmountNormalDecimal12
8PERDBLNC SearchPeriod BalanceNormalDecimal12
9MNACSGMT SearchMain account segmentNormalInteger4
10ACTNUMBR_1 SearchAccount Segment 1NormalCode20
11ACTNUMBR_2 SearchAccount Segment 2NormalCode20
12ACTNUMBR_3 SearchAccount Segment 3NormalCode20
13ACTNUMBR_4 SearchAccount Segment 4NormalCode20
14ACTNUMBR_5 SearchAccount Segment 5NormalCode20
15ACTNUMBR_6 SearchAccount Segment 6NormalCode20
16ACTNUMBR_7 SearchAccount Segment 7NormalCode20
17ACTNUMBR_8 SearchAccount Segment 8NormalCode20
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 *