Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CLM40600
Product: Certification Manager (4933)
Series:
Display Name: CLM Endorse Setup Group Display Name: Certification Manager
Physical Name: CLM40600
Technical Name: CLM_Endorse_SETP
Group Technical Name: CLTM
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CLM_Type_DDL | CLM Type DDL | Integer | CLM_Type_DDL | 0 | |
2 | CLM_Endorsement | CLM Endorsement | String | STR50 | 50 | |
3 | CHANGEBY_I | Change By | String | STR15_User_ID | 15 | |
4 | CHANGEDATE_I | Change Date | Date | DT | 8 | |
5 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['CLM Endorse Setup'].NOTEINDX AS 'CLM Endorse Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CLM40600 AS ['CLM Endorse Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['CLM Endorse Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX |