Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/EXT40600
Product: Extender (3107)
Series: Project
Display Name: v11 - Extender Dialog Setup Group Display Name: Extender Dialogs
Physical Name: EXT40600
Technical Name: PT_Extender_Dialogs
Group Technical Name: Extender Dialogs
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Warning_ID | Warning ID | STR15_Address_Code | String | 15 | |
2 | Warning_Description | Warning Description | STR64 | String | 64 | |
3 | Warning_Prompt | Warning Prompt | STR255 | String | 255 | |
4 | Warning_Type | Warning Type | Warning Type | Integer | 0 | |
5 | Track_Responses | Track Responses | Track Responses CB | Boolean | 0 | |
6 | Button_Prompts_1 | Button Prompts[1] | STR20 | String | 20 | |
7 | Button_Prompts_2 | Button Prompts[2] | STR20 | String | 20 | |
8 | Button_Prompts_3 | Button Prompts[3] | STR20 | String | 20 | |
9 | NOTEINDX | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['v11 - Extender Dialog Setup'].NOTEINDX AS 'v11 - Extender Dialog Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
EXT40600 AS ['v11 - Extender Dialog Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['v11 - Extender Dialog Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
10 | CREATDDT | Created Date | DT | Date | 8 | |
11 | CRUSRID | Created User ID | STR15_User_ID | String | 15 | |
12 | MODIFDT | Modified Date | DT | Date | 8 | |
13 | MDFUSRID | Modified User ID | STR15 | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['v11 - Extender Dialog Setup'].MDFUSRID AS 'v11 - Extender Dialog Setup-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
EXT40600 AS ['v11 - Extender Dialog Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['v11 - Extender Dialog Setup'].MDFUSRID = ['Users Master'].USERID |