Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CLM40700
Product: Certification Manager (4933)
Series: Payroll
Display Name: CLM Endorse Cert Assign Group Display Name: Certification Manager
Physical Name: CLM40700
Technical Name: CLM_Endorse_Cert_Assign
Group Technical Name: CLTM
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CLM_Cert_Code ![]() | CLM Cert Code | STR6_U | String | 6 | |
2 | CLM_Endorsement ![]() | CLM Endorsement | STR50 | String | 50 | |
3 | CLM_Assigned ![]() | CLM Assigned | CB | Boolean | 0 | |
4 | CHANGEBY_I ![]() | Change By | STR15_User_ID | String | 15 | |
5 | CHANGEDATE_I ![]() | Change Date | DT | Date | 8 | |
6 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['CLM Endorse Cert Assign'].NOTEINDX AS 'CLM Endorse Cert Assign-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CLM40700 AS ['CLM Endorse Cert Assign']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['CLM Endorse Cert Assign'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
7 | DEX_ROW_ID ![]() | int | int | 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. |