Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GL40101
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Quick Journal Account Setup Group Display Name: Quick Journal Setup
Physical Name: GL40101
Technical Name: GL_Business_Form_Account_SETP
Group Technical Name: Quick Journal Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BSNSFMID | Business Form ID | String | STR15_Business_Form_ID | 15 | |
2 | SEQUENCE1 | Sequence | Currency | DLR19_$S2 | 19 | |
3 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Quick Journal Account Setup'].ACTINDX AS 'Quick Journal Account Setup-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
GL40101 AS ['Quick Journal Account Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Quick Journal Account Setup'].ACTINDX = ['Account Index Master'].ACTINDX |