Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR10209
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Work Post Group Display Name: Payroll Check Work
Physical Name: UPR10209
Technical Name: UPR_WORK_Post
Group Technical Name: Payroll Check Work
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | USERID ![]() | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Payroll Work Post'].USERID AS 'Payroll Work Post-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
UPR10209 AS ['Payroll Work Post']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Payroll Work Post'].USERID = ['Users Master'].USERID | ||||||
2 | EMPLOYID ![]() | Employee ID | STR15_Employee_ID | String | 15 | |
3 | PYRNTYPE ![]() | Pay Run Type | GB | Integer | 0 | |
4 | PYRLRTYP ![]() | Payroll Record Type | DDL_Payroll_Record_Type | Integer | 0 | |
5 | TRXNUMBER ![]() | TRX Number | LI8_U0 | Long Integer | 8 | |
6 | SEQNUMBR ![]() | Sequence Number | LI_Sequence_Number | Long Integer | 10 | |
7 | ACTINDX ![]() | Account Index | LI_14 | Long Integer | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Payroll Work Post'].ACTINDX AS 'Payroll Work Post-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
UPR10209 AS ['Payroll Work Post']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Payroll Work Post'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
8 | AMNTOPST ![]() | Amount To Post | DLR11_$S2 | Currency | 14 | |
9 | CHEKNMBR ![]() | Check Number | STR20_Document_Number | String | 20 | |
10 | POSTEDDT ![]() | Posted Date | DATE | Date | 6 | |
11 | DEPRTMNT ![]() | Department | STR6_Payroll_Code | String | 6 | |
12 | JOBTITLE ![]() | Job Title | STR6_Payroll_Code | String | 6 | |
13 | PAYROLCD ![]() | Payroll Code | STR6_Payroll_Code | String | 6 | |
14 | UPRACTYP ![]() | UPR Account Type | DDL_UPR_Account_Type | Integer | 0 | |
15 | PYADNMBR ![]() | Payment/Adjustment Number | LI8_U0 | Long Integer | 8 | |
16 | DEX_ROW_ID ![]() | int | int | 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. |