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 | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | CMPANYID ![]() | Company ID | INT5 | Integer | 2 | 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 | STR15_LBAU | String | 16 | 15 |
3 | UPRBCHOR ![]() | UPR Batch Origin | DDL_UPR_Batch_Origin | Integer | 2 | 0 |
4 | USERID ![]() | User ID | STR15_User_ID | String | 16 | 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 | DDL_UPR_Batch_Status | Integer | 2 | 0 |
6 | DEX_ROW_ID ![]() | int | int | 10 | 10 | |
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |