Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR10301
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Batches Group Display Name: Payroll Transactions
Physical Name: UPR10301
Technical Name: UPR_TRX_Batch_HDR
Group Technical Name: Payroll Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BACHNUMB | Batch Number | String | STR15_LBAU | 15 | |
2 | UPRBCHOR | UPR Batch Origin | Integer | DDL_UPR_Batch_Origin | 0 | |
3 | BCHCOMNT | Batch Comment | String | STR60 | 60 | |
4 | UPRBCHFR | UPR Batch Frequency | Integer | DDL_UPR_Batch_Frequency | 0 | |
5 | POSTEDDT | Posted Date | Date | DATE | 6 | |
6 | UPRBCHMK | UPR Batch Marked | Boolean | CB | 0 | |
7 | MKDBYUSR | Marked By User | String | STR15 | 15 | |
8 | MSCBDINC | Misc Batch Days To Increment | Integer | INT3_U0 | 3 | |
9 | RECPSTGS | Recurring Postings | Integer | INT3_U0 | 3 | |
10 | RCLPSTDT | Recurring Last Posted Date | Date | DT | 8 | |
11 | NOFPSTGS | Number of Postings | Integer | INT3_S0 | 3 | |
12 | CNTRLTRX | Control TRX Count | Long Integer | LI6_U0 | 6 | |
13 | CTRLEMPCT | Control Employee Count | Integer | INT5_S0 | 5 | |
14 | APPROVL | Approval | Boolean | CB_Approval | 0 | |
15 | APPRVLDT | Approval Date | Date | DATE | 6 | |
16 | APRVLUSERID | Approval User ID | String | STR15_User_ID | 15 | |
The key to the Users Master (SY01400).
Click to show/hideSELECT
['Payroll Batches'].APRVLUSERID AS 'Payroll Batches-Approval User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
UPR10301 AS ['Payroll Batches']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Payroll Batches'].APRVLUSERID = ['Users Master'].USERID | ||||||
17 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Payroll Batches'].NOTEINDX AS 'Payroll Batches-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
UPR10301 AS ['Payroll Batches']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Payroll Batches'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
18 | TRXBEGDT | TRX Beginning Date | Date | DT | 8 | |
19 | TRXENDDT | TRX Ending Date | Date | DT | 8 | |
20 | Days_Worked | DaysWorked | Currency | DLR9_U2 | 9 | |
21 | Weeks_Worked | WeeksWorked | Currency | DLR9_U2 | 9 |