Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PTO40100
Product: HRM Solution Series (1911)
Series:
Display Name: PTO Accrual Schedule Header Group Display Name: PTO Tables
Physical Name: PTO40100
Technical Name: PTO_Accrual_Schedule_HDR
Group Technical Name: PTO_Tables
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ID_Accrual_Code | ID Accrual Code | String | STR10_LBU | 10 | |
2 | ID_Accrual_Desc | ID Accrual Desc | String | STR50 | 50 | |
3 | ID_Ranges_DDL | ID Ranges DDL | Integer | ID_Ranges_DDL | 0 | |
4 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
5 | ID_Calc_DDL | ID Calc DDL | Integer | ID_Calc_DDL | 0 | |
6 | ID_Max_Hours_DDL | ID Max Hours DDL | Integer | ID_Max_Hours_DDL | 0 | |
7 | ID_Max_Hours | ID Max Hours | Currency | ID_Max_Hours | 11 | |
8 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['PTO Accrual Schedule Header'].NOTEINDX AS 'PTO Accrual Schedule Header-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
PTO40100 AS ['PTO Accrual Schedule Header']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['PTO Accrual Schedule Header'].NOTEINDX = ['Record Notes Master'].NOTEINDX |