Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR10300
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Payroll Activity Group Display Name: Payroll Activity
Physical Name: UPR10300
Technical Name: UPR_Activity
Group Technical Name: Payroll Activity
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CMPANYID | Company ID | Integer | INT5 | 4 | |
Key to the Company Master (SY01500).
Click to show/hideSELECT
['Payroll Activity'].CMPANYID AS 'Payroll Activity-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
UPR10300 AS ['Payroll Activity']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Payroll Activity'].CMPANYID = ['Company Master'].CMPANYID | ||||||
2 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Payroll Activity'].USERID AS 'Payroll Activity-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
UPR10300 AS ['Payroll Activity']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Payroll Activity'].USERID = ['Users Master'].USERID | ||||||
3 | PYRLACTV | Payroll Activity | String | STR6_Payroll_Code | 6 |