Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GL00200
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Budget Master Group Display Name: Budget Master
Physical Name: GL00200
Technical Name: GL_Budget_MSTR
Group Technical Name: Budget Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BUDGETID | Budget ID | String | STR15_LBAU | 15 | |
2 | BUDCOMNT | Budget Comment | String | STR30 | 30 | |
3 | BUDPWRD | Budget Password | String | STR15_LBAU | 15 | |
4 | YEAR1 | Year | Integer | Year | 4 | |
5 | Based_On | Based On | Integer | BasedOnDDL | 0 | |
6 | From_Date | From Date | Date | DATE | 6 | |
7 | TODATE | To Date | Date | DATE | 6 | |
8 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Budget Master'].NOTEINDX AS 'Budget Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
GL00200 AS ['Budget Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Budget Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |