Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/DTA00100
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Analysis Group Master Group Display Name: Transaction Analysis Table Group
Physical Name: DTA00100
Technical Name: DTA_Group_MSTR
Group Technical Name: DTA_Analysis_Table_Group
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | GROUPID | DTA_Group_ID | String | STR15_LBAU | 15 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Analysis Group Master'].NOTEINDX AS 'Analysis Group Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
DTA00100 AS ['Analysis Group Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Analysis Group Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |