Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR10310
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Manual Check Distributions Group Display Name: Payroll Transactions
Physical Name: UPR10310
Technical Name: uprManualCheckDist
Group Technical Name: Payroll Transactions
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | MLCHKTYP | Manual Check Type | Integer | GB | 0 | |
2 | PYADNMBR | Payment/Adjustment Number | Long Integer | LI8_U0 | 8 | |
3 | MLTRXNBR | Manual TRX Number | Long Integer | LI8_U0 | 8 | |
4 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
5 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Payroll Manual Check Distributions'].ACTINDX AS 'Payroll Manual Check Distributions-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
UPR10310 AS ['Payroll Manual Check Distributions']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Payroll Manual Check Distributions'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
6 | UPRACTYP | UPR Account Type | Integer | DDL_UPR_Account_Type | 0 | |
7 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
8 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
9 | DEPRTMNT | Department | String | STR6_Payroll_Code | 6 | |
10 | JOBTITLE | Job Title | String | STR6_Payroll_Code | 6 | |
11 | UPRTRXCD | UPR TRX Code | String | STR6_Payroll_Code | 6 |