Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR10304
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Payroll Transaction Batch Activity Group Display Name: Payroll Batch Activity
Physical Name: UPR10304
Technical Name: UPR_TRX_Batch_Activity
Group Technical Name: Payroll Batch 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 Transaction Batch Activity'].CMPANYID AS 'Payroll Transaction Batch Activity-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
UPR10304 AS ['Payroll Transaction Batch Activity']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Payroll Transaction Batch Activity'].CMPANYID = ['Company Master'].CMPANYID | ||||||
2 | BACHNUMB ![]() | Batch Number | String | STR15_LBAU | 15 | |
3 | UPRBCHOR ![]() | UPR Batch Origin | Integer | DDL_UPR_Batch_Origin | 0 | |
4 | USERID ![]() | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Payroll Transaction Batch Activity'].USERID AS 'Payroll Transaction Batch Activity-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
UPR10304 AS ['Payroll Transaction Batch Activity']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Payroll Transaction Batch Activity'].USERID = ['Users Master'].USERID | ||||||
5 | UPRBCHST ![]() | UPR Batch Status | Integer | DDL_UPR_Batch_Status | 0 |