Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SE00400
Product: Microsoft Dynamics GP (0)
Series: Financial
Display Name: Account Rollups Account Detail Group Display Name: Account Rollup Inquiries
Physical Name: SE00400
Technical Name: SE_Account_Detail
Group Technical Name: Account Rollup Inquiries
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Account Rollups Account Detail'].USERID AS 'Account Rollups Account Detail-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SE00400 AS ['Account Rollups Account Detail']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Account Rollups Account Detail'].USERID = ['Users Master'].USERID | ||||||
2 | ACTNUMBR_1 | Account Number:Account_Segment_Pool1 | String | Account_Segment_Pool1 | 6 | |
3 | ACTNUMBR | Account Number | Account_Number | Composite | 80 | |
4 | ACTNUMBR_2 | Account Number:Account_Segment_Pool2 | String | Account_Segment_Pool2 | 6 | |
5 | ACTNUMBR_3 | Account Number:Account_Segment_Pool3 | String | Account_Segment_Pool3 | 6 | |
6 | ACTNUMBR_4 | Account Number:Account_Segment_Pool4 | String | Account_Segment_Pool4 | 6 | |
7 | ACTNUMBR_5 | Account Number:Account_Segment_Pool5 | String | Account_Segment_Pool5 | 6 | |
8 | ACTNUMBR_6 | Account Number:Account_Segment_Pool6 | String | Account_Segment_Pool6 | 6 | |
9 | ACTNUMBR_7 | Account Number:Account_Segment_Pool7 | String | Account_Segment_Pool7 | 6 | |
10 | ACTNUMBR_8 | Account Number:Account_Segment_Pool8 | String | Account_Segment_Pool8 | 6 | |
11 | ACTNUMBR_9 | Account Number:Account_Segment_Pool9 | String | Account_Segment_Pool9 | 6 | |
12 | ACTNUMBR_10 | Account Number:Account_Segment_Pool10 | String | Account_Segment_Pool10 | 6 | |
13 | SE_Zero_NM | SE Zero NM | Integer | INT | 0 | |
14 | SE_Zero_PB | SE Zero PB | Integer | INT | 0 | |
15 | NETAMNT | Net Amount | Currency | DLR11_$S2 | 14 | |
16 | PERDBLNC | Period Balance | Currency | DLR17_$S2 | 17 | |
17 | SESORNO1 | SE Segment No Sort1 | Integer | INT | 0 | |
18 | SESORT1 | SE Segment Sort1 | String | STR10 | 10 | |
19 | OPENYEAR | Open Year | Integer | INT4_S0 | 4 | |
20 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Account Rollups Account Detail'].ACTINDX AS 'Account Rollups Account Detail-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SE00400 AS ['Account Rollups Account Detail']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Account Rollups Account Detail'].ACTINDX = ['Account Index Master'].ACTINDX |