Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CLM40400
Product: Certification Manager (4933)
Series:
Display Name: CLM Issued By Setup Group Display Name: Certification Manager
Physical Name: CLM40400
Technical Name: CLM_IssuedBy_SETP
Group Technical Name: CLTM
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CLM_Issued_By | CLM Issued By | String | STR15_Address_Code | 15 | |
2 | CLM_Description | CLM Description | String | STR50 | 50 | |
3 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
4 | CNTCPRSN | Contact Person | String | STR60 | 60 | |
5 | ADDRESS1 | Address 1 | String | STR60 | 60 | |
6 | ADDRESS2 | Address 2 | String | STR60 | 60 | |
7 | CITY | City | String | STR35 | 35 | |
8 | STATE | State | String | STR30_State | 29 | |
9 | ZIPCODE | Zip Code | String | STR10 | 10 | |
10 | PHONE1 | Phone 1 | String | Phone_Number | 14 | |
11 | FAXNUMBR | Fax Number | String | STR14_FAX | 14 | |
12 | INET1 | INet1 | String | STR200 | 200 | |
13 | INET2 | INet2 | String | STR200 | 200 | |
14 | CHANGEBY_I | Change By | String | STR15_User_ID | 15 | |
15 | CHANGEDATE_I | Change Date | Date | DT | 8 | |
16 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['CLM Issued By Setup'].NOTEINDX AS 'CLM Issued By Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CLM40400 AS ['CLM Issued By Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['CLM Issued By Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX |