Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY02500
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Routines Master Group Display Name: Routines Master
Physical Name: SY02500
Technical Name: SY_End_Routines_MSTR
Group Technical Name: Routines Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ENDTYPE | End Type | Integer | DDL_End_Type | 0 | |
2 | SERIES | Series | Integer | DDL_Series | 0 | |
3 | MODULE1 | Module | Integer | DDL | 0 | |
4 | INDEX1 | Index | Integer | INT1 | 1 | |
5 | RUTINAME | Routine Name | String | STR30 | 30 | |
6 | DATEDONE | Date Done | Date | DT | 8 | |
7 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Routines Master'].USERID AS 'Routines Master-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY02500 AS ['Routines Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Routines Master'].USERID = ['Users Master'].USERID | ||||||
8 | PALCMDTP | Palette Command Type | Integer | DDL_Palette_Command_Type | 0 | |
9 | PALETCMD | Palette Command | String | STR255 | 255 | |
10 | APLICFIL | Application File | String | STR255 | 255 | |
11 | DICTID | DictID | Integer | ID_INT | 4 | |
12 | TIME1 | Time | Time | TM6 | 6 |