Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA01404
Product: Project Accounting (258)
Series:
Display Name: PA Job Title Rate Table Header
Physical Name: PA01404
Technical Name: PA_Job_Title_Rate_Table_HDR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PARate_Table_ID | PA Rate Table ID | String | STR30_Rate_Table_ID | 30 | |
2 | PADESCRIPTION | PA Description 1 | String | STR50 | 50 | |
3 | PARate_Table_Date | PA Rate Table Date | Date | DATE | 6 | |
4 | PAinactive | PA Inactive | Boolean | PA_CB_Inactive | 0 | |
5 | PAProfitType | PA Profit Type | Integer | PA_DDL_Profit_Type | 0 | |
6 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['PA Job Title Rate Table Header'].NOTEINDX AS 'PA Job Title Rate Table Header-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
PA01404 AS ['PA Job Title Rate Table Header']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['PA Job Title Rate Table Header'].NOTEINDX = ['Record Notes Master'].NOTEINDX |