Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/EXT43202
Product: Extender (3107)
Series: Project
Display Name: v11 - Extender Note Enquiry Setup Group Display Name: Extender Inquiries
Physical Name: EXT43202
Technical Name: PT_Extender_Note_Enquiry_Setup
Group Technical Name: Extender Inquiries
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PT_Enquiry_ID | PT Enquiry ID | STR15_Address_Code | String | 15 | |
2 | PT_Window_Description | PT Window Description | STR64 | String | 64 | |
3 | PT_Window_ID | PT Window ID | STR15_Address_Code | String | 15 | |
4 | PRODID | Product ID | INT4 | Integer | 4 | |
5 | FORMNAME | Form Name | STR79 | String | 79 | |
6 | WINNAME | Window Name | STR79 | String | 79 | |
7 | HotKey | PT HotKey | STR1 | String | 1 | |
8 | Use_Alternate_Key_CB | Use Alternate Key CB | Use Alternate Key CB | Boolean | 0 | |
9 | Read_Only_CB | Read Only CB | Read Only CB | Boolean | 0 | |
10 | NOTEINDX | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['v11 - Extender Note Enquiry Setup'].NOTEINDX AS 'v11 - Extender Note Enquiry Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
EXT43202 AS ['v11 - Extender Note Enquiry Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['v11 - Extender Note Enquiry Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
11 | CREATDDT | Created Date | DT | Date | 8 | |
12 | CRUSRID | Created User ID | STR15_User_ID | String | 15 | |
13 | MODIFDT | Modified Date | DT | Date | 8 | |
14 | MDFUSRID | Modified User ID | STR15 | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['v11 - Extender Note Enquiry Setup'].MDFUSRID AS 'v11 - Extender Note Enquiry Setup-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
EXT43202 AS ['v11 - Extender Note Enquiry Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['v11 - Extender Note Enquiry Setup'].MDFUSRID = ['Users Master'].USERID |