Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR41900
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Earnings Setup Group Display Name: Payroll Earnings Setup
Physical Name: UPR41900
Technical Name: uprSetupEarnings
Group Technical Name: Payroll Earnings Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | EARNINGSCODE | Earnings Code | String | STR15_Earnings_Code | 15 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | SFRFEDTX | Sheltered From Federal Tax | Boolean | CB_Federal_Tax | 0 | |
4 | SHFRFICA | Sheltered From FICA | Boolean | CB_FICA_Social_Security | 0 | |
5 | SHFRSTTX | Sheltered From State Tax | Boolean | CB_State_Tax | 0 | |
6 | SFRLCLTX | Sheltered From Local Tax | Boolean | CB_Local_Tax | 0 | |
7 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Payroll Earnings Setup'].NOTEINDX AS 'Payroll Earnings Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
UPR41900 AS ['Payroll Earnings Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Payroll Earnings Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX |