Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PTO40200
Product: HRM Solution Series (1911)
Series:
Display Name: PTO Max Schedule Header Group Display Name: PTO Tables
Physical Name: PTO40200
Technical Name: PTO_Max_Schedule_HDR
Group Technical Name: PTO_Tables
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ID_Max_Code | ID Max Code | String | STR8_LBU | 8 | |
2 | ID_Max_Description | ID Max Description | String | STR50 | 50 | |
3 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
4 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['PTO Max Schedule Header'].NOTEINDX AS 'PTO Max Schedule Header-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
PTO40200 AS ['PTO Max Schedule Header']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['PTO Max Schedule Header'].NOTEINDX = ['Record Notes Master'].NOTEINDX |