Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA01406
Product: Project Accounting (258)
Series: Project
Display Name: PA Equipment Rate Table HDR
Physical Name: PA01406
Technical Name: PA_Equipment_Rate_Table_HDR
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | PARate_Table_ID ![]() | PA Rate Table ID | STR30_Rate_Table_ID | String | 32 | 30 |
2 | PADESCRIPTION ![]() | PA Description 1 | STR50 | String | 52 | 50 |
3 | PARate_Table_Date ![]() | PA Rate Table Date | DATE | Date | 4 | 6 |
4 | PAinactive ![]() | PA Inactive | PA_CB_Inactive | Boolean | 2 | 0 |
5 | PAProfitType ![]() | PA Profit Type | PA_DDL_Profit_Type | Integer | 2 | 0 |
6 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 10 | 14 |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['PA Equipment Rate Table HDR'].NOTEINDX AS 'PA Equipment Rate Table HDR-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
PA01406 AS ['PA Equipment Rate Table HDR']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['PA Equipment Rate Table HDR'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
7 | DEX_ROW_ID ![]() | int | int | 10 | 10 | |
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |