Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR10309
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Keys Master Group Display Name: Payroll Keys
Physical Name: UPR10309
Technical Name: UPR_Keys_MSTR
Group Technical Name: Payroll Keys
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PYRLCTYP | Payroll Control Type | Integer | INT1 | 1 | |
2 | PYRLCNBR | Payroll Control Number | Long Integer | LI8_U0 | 8 | |
3 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Payroll Keys Master'].USERID AS 'Payroll Keys Master-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
UPR10309 AS ['Payroll Keys Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Payroll Keys Master'].USERID = ['Users Master'].USERID |