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 Group Display Name: Account Transaction History
Physical Name: GL32000
Technical Name: GL_BUD_TRX_HIST
Group Technical Name: Account Transaction History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | JRNENTRY | Journal Entry | Long Integer | LI8_U0 | 8 | |
2 | BUDGETID | Budget ID | String | STR15_LBAU | 15 | |
Key to the Budget Master (GL00200).
Click to show/hideSELECT
['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 | ||||||
3 | YEAR1 | Year | Integer | Year | 4 | |
4 | PERIODDT | Period Date | Date | DT_Date | 6 | |
5 | PERIODID | Period ID | Integer | INT3 | 3 | |
6 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['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 | ||||||
7 | BUDGETAMT | Budget Amount | Currency | DLR19_$S2 | 19 | |
8 | BudgerAdjustment | BudgetAdjustment | Currency | Dollar19 | 19 | |
9 | REFRENCE | Reference | String | STR30 | 30 | |
10 | TRXDATE | TRX Date | Date | DT_Date | 6 | |
11 | SOURCDOC | Source Document | String | STR10_Source_Document | 10 | |
Key to the Source Document Master (SY00900).
Click to show/hideSELECT
['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 | ||||||
12 | TRXSORCE | TRX Source | String | STR13 | 13 | |
13 | USWHPSTD | User Who Posted | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['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 | ||||||
14 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['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 |