Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SE000200
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Account Rollups Account Segment Index Group Display Name: Account Rollup Inquiries
Physical Name: SE000200
Technical Name: SE_Account_Segment_Index
Group Technical Name: Account Rollup Inquiries
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SGMTNUMB | Segment Number | Integer | INT2 | 2 | |
2 | SGMNTID | Segment ID | String | STR66_Seg_ID | 66 | |
3 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Rollups Account Segment Index'].ACTINDX AS 'Account Rollups Account Segment Index-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SE000200 AS ['Account Rollups Account Segment Index']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Rollups Account Segment Index'].ACTINDX = ['Account Index Master'].ACTINDX |