Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR41200
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Class Setup Group Display Name: Payroll Employee Class Setup
Physical Name: UPR41200
Technical Name: UPR_SETP_Class
Group Technical Name: Payroll Employee Class Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | EMPLCLAS | Employee Class | String | STR15_Employee_Class | 15 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | DEPRTMNT | Department | String | STR6_Payroll_Code | 6 | |
4 | JOBTITLE | Job Title | String | STR6_Payroll_Code | 6 | |
5 | SUTASTAT | Suta State | String | STR2_State_Code | 2 | |
6 | WRKRCOMP | Workers Comp | String | STR6_Payroll_Code | 6 | |
7 | MINETPAY | Minimum Net Pay | Currency | DLR11_$U2 | 14 | |
8 | WKHRPRYR | Work Hours Per Year | Integer | INT4_U0 | 4 | |
9 | WCACFPAY | Which Cash Account For Pay | Integer | GB | 0 | |
10 | ACTINDX | Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Payroll Class Setup'].ACTINDX AS 'Payroll Class Setup-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
UPR41200 AS ['Payroll Class Setup']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Payroll Class Setup'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
11 | USERDEF1 | User Defined 1 | String | STR20 | 20 | |
12 | USERDEF2 | User Defined 2 | String | STR20 | 20 | |
13 | ATACRVAC | Auto Accrue Vacation | Boolean | CB_Accrue_Vacation: | 0 | |
14 | VACCRMTH | Vacation Accrual Method | Integer | GB | 0 | |
15 | VACCRAMT | Vacation Accrual Amount | Long Integer | LI6_U2 | 6 | |
16 | VACAPRYR | Vacation Hours Per Year | Long Integer | LI6_U2 | 6 | |
17 | VACAVLBL | Vacation Available | Long Integer | LI6_S2 | 6 | |
18 | WRNVCNFLSBLWZR | Warn Vacation Falls Below Zero | Boolean | CB_WarnVacationFallsBelowZero | 0 | |
19 | ATACRSTM | Auto Accrue Sick Time | Boolean | CB_Accrue_Sick_Time: | 0 | |
20 | STMACMTH | Sick Time Accrual Method | Integer | GB | 0 | |
21 | SKTMACAM | Sick Time Accrual Amount | Long Integer | LI6_U2 | 6 | |
22 | SKTMHPYR | Sick Time Hours Per Year | Long Integer | LI6_U2 | 6 | |
23 | SIKTIMAV | Sick Time Available | Long Integer | LI6_S2 | 6 | |
24 | WRNSTFLSBLWZR | Warn Sick Time Falls Below Zero | Boolean | CB_WarnSickTimeFallsBelowZero | 0 | |
25 | DEFLTCLS | Default Class | Boolean | CB_Default | 0 | |
26 | Calc_Min_Wage_Bal | Calc Min Wage Bal | Boolean | CB_CalcMinWageBal | 0 | |
27 | EMPLOYMENTTYPE | Type of Employment | Integer | DDL_Employment_Type | 0 | |
28 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Payroll Class Setup'].NOTEINDX AS 'Payroll Class Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
UPR41200 AS ['Payroll Class Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Payroll Class Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
29 | ASSIGNMENTCODE | Assignment Code | String | STR15_LBU | 15 | |
30 | Time_on_Behalf_Code | Time on Behalf Code | String | STR15_LBU | 15 |