Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GL00103
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Fixed Allocation Master Group Display Name: Account Master
Physical Name: GL00103
Technical Name: GL_Allocation_Fixed_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
['Fixed Allocation Master'].ACTINDX AS 'Fixed Allocation Master-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
GL00103 AS ['Fixed Allocation Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Fixed Allocation Master'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
2 | PRCNTAGE | Percentage | Currency | DLR5_%2 | 8 | |
3 | DSTINDX | Distribution Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Fixed Allocation Master'].DSTINDX AS 'Fixed Allocation Master-Distribution Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
GL00103 AS ['Fixed Allocation Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Fixed Allocation Master'].DSTINDX = ['Account Index Master'].ACTINDX |