Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GL00104
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Variable Allocation Master Group Display Name: Account Master
Physical Name: GL00104
Technical Name: GL_Allocation_Variable_MSTR
Group Technical Name: Account Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Variable Allocation Master'].ACTINDX AS 'Variable Allocation Master-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
GL00104 AS ['Variable Allocation Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Variable Allocation Master'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
2 | SEPRATR1 | Separator1 | Boolean | YN | 0 | |
3 | DSTINDX | Distribution Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Variable Allocation Master'].DSTINDX AS 'Variable Allocation Master-Distribution Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
GL00104 AS ['Variable Allocation Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Variable Allocation Master'].DSTINDX = ['Account Index Master'].ACTINDX | ||||||
4 | SEPRATR2 | Separator2 | Boolean | YN | 0 | |
5 | BDNINDX | Breakdown Account Index | Long Integer | LI_14 | 14 |