Budget Transaction History (GL32000)

azurecurveProductsMicrosoft Dynamics GP (0)FinancialBudget Transaction History (GL32000)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GL32000

Product: Microsoft Dynamics GP (0)
Series: Financial

Display Name: Budget Transaction History
Physical Name: GL32000
Technical Name: GL_BUD_TRX_HIST

Group Display Name: Account Transaction History
Group Technical Name: Account Transaction History

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1JRNENTRY SearchJournal EntryLong IntegerLI8_U08
2BUDGETID SearchBudget IDStringSTR15_LBAU15
Key to the Budget Master (GL00200).

Click to show/hide

SELECT
       ['Budget Transaction History'].BUDGETID AS 'Budget Transaction History-Budget ID'
       ,['Budget Master'].BUDGETID AS 'Budget Master-Budget ID'
FROM
       GL32000 AS ['Budget Transaction History']
INNER JOIN
       GL00200 AS ['Budget Master']
              ON
                     ['Budget Transaction History'].BUDGETID = ['Budget Master'].BUDGETID
3YEAR1 SearchYearIntegerYear4
4PERIODDT SearchPeriod DateDateDT_Date6
5PERIODID SearchPeriod IDIntegerINT33
6ACTINDX SearchAccount IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Budget Transaction History'].ACTINDX AS 'Budget Transaction History-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       GL32000 AS ['Budget Transaction History']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Budget Transaction History'].ACTINDX = ['Account Index Master'].ACTINDX
7BUDGETAMT SearchBudget AmountCurrencyDLR19_$S219
8BudgerAdjustment SearchBudgetAdjustmentCurrencyDollar1919
9REFRENCE SearchReferenceStringSTR3030
10TRXDATE SearchTRX DateDateDT_Date6
11SOURCDOC SearchSource DocumentStringSTR10_Source_Document10
Key to the Source Document Master (SY00900).

Click to show/hide

SELECT
       ['Budget Transaction History'].SOURCDOC AS 'Budget Transaction History-Source Document'
       ,['Source Document Master'].SOURCDOC AS 'Source Document Master-Source Document'
FROM
       GL32000 AS ['Budget Transaction History']
INNER JOIN
       SY00900 AS ['Source Document Master']
              ON
                     ['Budget Transaction History'].SOURCDOC = ['Source Document Master'].SOURCDOC
12TRXSORCE SearchTRX SourceStringSTR1313
13USWHPSTD SearchUser Who PostedStringUser_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Budget Transaction History'].USWHPSTD AS 'Budget Transaction History-User Who Posted'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       GL32000 AS ['Budget Transaction History']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Budget Transaction History'].USWHPSTD = ['Users Master'].USERID
14NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Budget Transaction History'].NOTEINDX AS 'Budget Transaction History-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       GL32000 AS ['Budget Transaction History']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Budget Transaction History'].NOTEINDX = ['Record Notes Master'].NOTEINDX
azurecurveProductsMicrosoft Dynamics GP (0)FinancialBudget Transaction History (GL32000)

Leave a Reply

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