Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/EHW40300
Product: Employee Health and Wellness (4955)
Series: 3rd Party
Display Name: EHW Result Setup Group Display Name: Employee Health & Wellness
Physical Name: EHW40300
Technical Name: EHW_Result_SETP
Group Technical Name: EHW
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | EHW_Result_Code ![]() | EHW Result Code | STR6_U | String | 8 | 6 |
2 | EHW_Result_Desc ![]() | EHW Result Desc | STR30 | String | 32 | 30 |
3 | INACTIVE ![]() | Inactive | CB_Inactive | Boolean | 2 | 0 |
4 | CHANGEBY_I ![]() | Change By | STR15_User_ID | String | 16 | 15 |
5 | CHANGEDATE_I ![]() | Change Date | DT | Date | 4 | 8 |
6 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 10 | 14 |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['EHW Result Setup'].NOTEINDX AS 'EHW Result Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
EHW40300 AS ['EHW Result Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['EHW Result Setup'].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. |