Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CLM30200
Product: Certification Manager (4933)
Series:
Display Name: CLM License History Group Display Name: Certification Manager
Physical Name: CLM30200
Technical Name: CLM_License_HIST
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 | SEQNUMBR ![]() | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
4 | CLM_License_Code ![]() | CLM License Code | String | STR6_U | 6 | |
5 | CLM_Issued_By ![]() | CLM Issued By | String | STR15_Address_Code | 15 | |
6 | STATE ![]() | State | String | STR30_State | 29 | |
7 | CLM_Org_Issue_Date ![]() | CLM Org Issue Date | Date | DT | 8 | |
8 | CLM_Date_Renewed ![]() | CLM Date Renewed | Date | DT | 8 | |
9 | EXPNDATE ![]() | Expiration Date | Date | DT_Date | 6 | |
10 | USERDEF1 ![]() | User Defined 1 | String | STR20 | 20 | |
11 | USERDEF2 ![]() | User Defined 2 | String | STR20 | 20 | |
12 | USRDEF03 ![]() | User Defined 3 | String | STR20 | 20 | |
13 | USRDEF04 ![]() | User Defined 4 | String | STR20 | 20 | |
14 | INACTIVE ![]() | Inactive | Boolean | CB_Inactive | 0 | |
15 | CHANGEBY_I ![]() | Change By | String | STR15_User_ID | 15 | |
16 | CHANGEDATE_I ![]() | Change Date | Date | DT | 8 | |
17 | TIME1 ![]() | Time | Time | TM6 | 6 | |
18 | NOTEINDX ![]() | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['CLM License History'].NOTEINDX AS 'CLM License History-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CLM30200 AS ['CLM License History']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['CLM License History'].NOTEINDX = ['Record Notes Master'].NOTEINDX |