Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CLM00200
Product: Certification Manager (4933)
Series:
Display Name: CLM License Master Group Display Name: Certification Manager
Physical Name: CLM00200
Technical Name: CLM_License_MSTR
Group Technical Name: CLTM
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | EMPLOYID | Employee ID | String | STR15_Employee_ID | 15 | |
2 | CLM_License_Number | CLM License Number | String | STR30_LBAU | 30 | |
3 | CLM_License_Code | CLM License Code | String | STR6_U | 6 | |
4 | CLM_Issued_By | CLM Issued By | String | STR15_Address_Code | 15 | |
5 | STATE | State | String | STR30_State | 29 | |
6 | CLM_Org_Issue_Date | CLM Org Issue Date | Date | DT | 8 | |
7 | CLM_Date_Renewed | CLM Date Renewed | Date | DT | 8 | |
8 | EXPNDATE | Expiration Date | Date | DT_Date | 6 | |
9 | USERDEF1 | User Defined 1 | String | STR20 | 20 | |
10 | USERDEF2 | User Defined 2 | String | STR20 | 20 | |
11 | USRDEF03 | User Defined 3 | String | STR20 | 20 | |
12 | USRDEF04 | User Defined 4 | String | STR20 | 20 | |
13 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
14 | CHANGEBY_I | Change By | String | STR15_User_ID | 15 | |
15 | CHANGEDATE_I | Change Date | Date | DT | 8 | |
16 | TIME1 | Time | Time | TM6 | 6 | |
17 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['CLM License Master'].NOTEINDX AS 'CLM License Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CLM00200 AS ['CLM License Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['CLM License Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |