Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY01100
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Posting Account Master Group Display Name: Posting Account Master
Physical Name: SY01100
Technical Name: SY_Posting_Account_MSTR
Group Technical Name: Posting Account Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SERIES | Series | Integer | DDL_Series | 0 | |
2 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
3 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Posting Account Master'].ACTINDX AS 'Posting Account Master-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SY01100 AS ['Posting Account Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Posting Account Master'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
4 | PTGACDSC | Posting Account Description | String | STR30 | 30 |