Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR30401
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Distribution History Detail Group Display Name: Payroll Distribution History
Physical Name: UPR30401
Technical Name: UPR_Distribution_HIST_Detail
Group Technical Name: Payroll Distribution History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | AUCTRLCD | Audit Control Code | String | STR13_LBAU | 13 | |
2 | PYADNMBR | Payment/Adjustment Number | Long Integer | LI8_U0 | 8 | |
3 | PYRLRTYP | Payroll Record Type | Integer | DDL_Payroll_Record_Type | 0 | |
4 | TRXNUMBER | TRX Number | Long Integer | LI8_U0 | 8 | |
5 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
6 | SRCECODE | Source Code | String | STR6 | 6 | |
7 | DEPRTMNT | Department | String | STR6_Payroll_Code | 6 | |
8 | JOBTITLE | Job Title | String | STR6_Payroll_Code | 6 | |
9 | STATECD | State Code | String | STR2_State_Code | 2 | |
10 | EMPLOYID | Employee ID | String | STR15_Employee_ID | 15 | |
11 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
12 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
13 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Payroll Distribution History Detail'].ACTINDX AS 'Payroll Distribution History Detail-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
UPR30401 AS ['Payroll Distribution History Detail']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Payroll Distribution History Detail'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
14 | POSTEDDT | Posted Date | Date | DATE | 6 | |
15 | PAYROLCD | Payroll Code | String | STR6_Payroll_Code | 6 | |
16 | UPRACTYP | UPR Account Type | Integer | DDL_UPR_Account_Type | 0 |