Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR41500
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Shift Code Setup Group Display Name: Payroll Shift Code Setup
Physical Name: UPR41500
Technical Name: uprSetupShiftCode
Group Technical Name: Payroll Shift Code Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SHFTCODE | Shift Code | String | STR6_Payroll_Code | 6 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | SHFTTYPE | Shift Type | Integer | GB | 0 | |
4 | SHFTAMT | Shift Amount | Currency | DLR11_$S2 | 14 | |
5 | SHFTPCT | Shift Percentage | Currency | DLR8_S5% | 8 | |
6 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
7 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Payroll Shift Code Setup'].NOTEINDX AS 'Payroll Shift Code Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
UPR41500 AS ['Payroll Shift Code Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Payroll Shift Code Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX |