genexus-mcp 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/package.json +1 -1
  2. package/publish/GxMcp.Gateway.deps.json +125 -0
  3. package/publish/GxMcp.Gateway.dll +0 -0
  4. package/publish/GxMcp.Gateway.exe +0 -0
  5. package/publish/GxMcp.Gateway.pdb +0 -0
  6. package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
  7. package/publish/Newtonsoft.Json.dll +0 -0
  8. package/publish/System.CodeDom.dll +0 -0
  9. package/publish/System.Management.dll +0 -0
  10. package/publish/System.Security.Permissions.dll +0 -0
  11. package/publish/System.Windows.Extensions.dll +0 -0
  12. package/publish/config.json +19 -0
  13. package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
  14. package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
  15. package/publish/start_mcp.bat +22 -0
  16. package/publish/tool_definitions.json +1062 -0
  17. package/publish/web.config +12 -0
  18. package/publish/worker/Definitions/APIDefinition.xml +427 -0
  19. package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
  20. package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
  21. package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
  22. package/publish/worker/Definitions/BASEDefinition.xml +60 -0
  23. package/publish/worker/Definitions/ContextDefinition.xml +43 -0
  24. package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
  25. package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
  26. package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
  27. package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
  28. package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
  29. package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
  30. package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
  31. package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
  32. package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
  33. package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
  34. package/publish/worker/Definitions/DeployDefinition.xml +151 -0
  35. package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
  36. package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
  37. package/publish/worker/Definitions/EXODefinition.xml +1877 -0
  38. package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
  39. package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
  40. package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
  41. package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
  42. package/publish/worker/Definitions/FILEDefinition.xml +223 -0
  43. package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
  44. package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
  45. package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
  46. package/publish/worker/Definitions/Functions.psx +2117 -0
  47. package/publish/worker/Definitions/GRPDefinition.xml +78 -0
  48. package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
  49. package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
  50. package/publish/worker/Definitions/GxpmConditions.xml +238 -0
  51. package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
  52. package/publish/worker/Definitions/IDXDefinition.xml +54 -0
  53. package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
  54. package/publish/worker/Definitions/KBDefinition.xml +696 -0
  55. package/publish/worker/Definitions/LNGDefinition.xml +558 -0
  56. package/publish/worker/Definitions/MBRDefinition.xml +131 -0
  57. package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
  58. package/publish/worker/Definitions/MNUDefinition.xml +334 -0
  59. package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
  60. package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
  61. package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
  62. package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
  63. package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
  64. package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
  65. package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
  66. package/publish/worker/Definitions/Prc.Rules.psx +393 -0
  67. package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
  68. package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
  69. package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
  70. package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
  71. package/publish/worker/Definitions/SD.Rules.psx +67 -0
  72. package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
  73. package/publish/worker/Definitions/SDTDefinition.xml +176 -0
  74. package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
  75. package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
  76. package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
  77. package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
  78. package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
  79. package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
  80. package/publish/worker/Definitions/Sync.Rules.psx +191 -0
  81. package/publish/worker/Definitions/TBDDefinition.xml +99 -0
  82. package/publish/worker/Definitions/TBLDefinition.xml +302 -0
  83. package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
  84. package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
  85. package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
  86. package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
  87. package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
  88. package/publish/worker/Definitions/Trn.Rules.psx +560 -0
  89. package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
  90. package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
  91. package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
  92. package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
  93. package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
  94. package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
  95. package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
  96. package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
  97. package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
  98. package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
  99. package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
  100. package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
  101. package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
  102. package/publish/worker/Definitions/XFLDefinition.xml +246 -0
  103. package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
  104. package/publish/worker/Definitions/conditions.xml +251 -0
  105. package/publish/worker/Definitions/conditionsSD.xml +236 -0
  106. package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
  107. package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
  108. package/publish/worker/Definitions/dataprovider.xml +254 -0
  109. package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
  110. package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
  111. package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
  112. package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
  113. package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
  114. package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
  115. package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
  116. package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
  117. package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
  118. package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
  119. package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
  120. package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
  121. package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
  122. package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
  123. package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
  124. package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
  125. package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
  126. package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
  127. package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
  128. package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
  129. package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
  130. package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
  131. package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
  132. package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
  133. package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
  134. package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
  135. package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
  136. package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
  137. package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
  138. package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
  139. package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
  140. package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
  141. package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
  142. package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
  143. package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
  144. package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
  145. package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
  146. package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
  147. package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
  148. package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
  149. package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
  150. package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
  151. package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
  152. package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
  153. package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
  154. package/publish/worker/Definitions/events.xml +340 -0
  155. package/publish/worker/Definitions/eventsSD.xml +331 -0
  156. package/publish/worker/Definitions/exportDefinition.xml +123 -0
  157. package/publish/worker/Definitions/formula.xml +215 -0
  158. package/publish/worker/Definitions/gxtypes.xml +24099 -0
  159. package/publish/worker/Definitions/importDefinition.xml +148 -0
  160. package/publish/worker/Definitions/javaDefinition.xml +4733 -0
  161. package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
  162. package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
  163. package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
  164. package/publish/worker/Definitions/procedures.xml +292 -0
  165. package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
  166. package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
  167. package/publish/worker/Definitions/rules.xml +279 -0
  168. package/publish/worker/Definitions/rulesSD.xml +253 -0
  169. package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
  170. package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
  171. package/publish/worker/Definitions/trn_src.xml +335 -0
  172. package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
  173. package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
  174. package/publish/worker/GxMcp.Worker.exe +0 -0
  175. package/publish/worker/GxMcp.Worker.exe.config +76 -0
  176. package/publish/worker/GxMcp.Worker.pdb +0 -0
  177. package/publish/worker/Newtonsoft.Json.dll +0 -0
@@ -0,0 +1,2453 @@
1
+ <?xml version='1.0' encoding='iso-8859-1'?>
2
+ <Content version='148598 $'>
3
+ <Object id='PRC' inheritance='BASE '>
4
+ <Group>
5
+ <Name>Base properties</Name>
6
+ <Type>Main</Type>
7
+ <Children>
8
+ <Prop>
9
+ <Id>ObjName</Id>
10
+ <Name>Name</Name>
11
+ <Description>Name</Description>
12
+ <Alias>Name</Alias>
13
+ <Type>Text</Type>
14
+ <Metadata>
15
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
16
+ <Value name='ShouldSerialize'>true</Value>
17
+ <Value name='FlagSpecificable'></Value>
18
+ <Value name='FlagSpecificationName'>ObjName</Value>
19
+ <Value name='FlagAssertSDTProperty'></Value>
20
+ <Value name='FlagDeklarit'></Value>
21
+ </Metadata>
22
+ <Options>
23
+ <Option type='Required'/>
24
+ <Option type="Don't serialize"/>
25
+ </Options>
26
+ </Prop>
27
+ <Prop>
28
+ <Id>ObjDesc</Id>
29
+ <Name>Description</Name>
30
+ <Description>Describe the content or purpose of the element</Description>
31
+ <Alias>Description</Alias>
32
+ <Type>Text</Type>
33
+ <Dependencies>
34
+ <Depend type='On Change'>
35
+ <Cond>onChange(ObjName)</Cond>
36
+ <Condition>
37
+ <Expression>
38
+ <Type>OnChange</Type>
39
+ <PropName>ObjName</PropName>
40
+ </Expression>
41
+ </Condition>
42
+ </Depend>
43
+ </Dependencies>
44
+ <Metadata>
45
+ <Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
46
+ <Value name='ShouldSerialize'>true</Value>
47
+ <Value name='FlagSpecificable'></Value>
48
+ <Value name='FlagSpecificationName'>ObjDesc</Value>
49
+ <Value name='FlagAssertSDTProperty'></Value>
50
+ <Value name='FlagDeklarit'></Value>
51
+ </Metadata>
52
+ <Options>
53
+ <Option type="Don't serialize"/>
54
+ <Option type='Dyn Default'/>
55
+ </Options>
56
+ </Prop>
57
+ </Children>
58
+ </Group>
59
+ <Group>
60
+ <Name>PRC</Name>
61
+ <Type>Main</Type>
62
+ <Children>
63
+ <Prop hidden='1'>
64
+ <Id>ObjId</Id>
65
+ <Name>ObjId</Name>
66
+ <Description>ObjId</Description>
67
+ <Alias>Key</Alias>
68
+ <Type>Integer</Type>
69
+ <Options>
70
+ <Option type='Readonly'/>
71
+ <Option type='Not Show'/>
72
+ <Option type="Don't serialize"/>
73
+ </Options>
74
+ </Prop>
75
+ <Prop hidden='1'>
76
+ <Id>ObjIsStyle</Id>
77
+ <Name>IsStyle</Name>
78
+ <Type>Boolean</Type>
79
+ <Default>false</Default>
80
+ <Options>
81
+ <Option type='Readonly'/>
82
+ <Option type='Not Show'/>
83
+ <Option type="Don't serialize"/>
84
+ </Options>
85
+ </Prop>
86
+ <Prop>
87
+ <Id>Folder</Id>
88
+ <Name>Folder</Name>
89
+ <Description>Folder</Description>
90
+ <Type>Custom</Type>
91
+ <CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
92
+ </Prop>
93
+ <Prop>
94
+ <Id>sessiontype</Id>
95
+ <Name>Session Type</Name>
96
+ <Type>Combo</Type>
97
+ <Default>RW</Default>
98
+ <Values>
99
+ <Value id='RO' desc='Read Only'/>
100
+ <Value id='RW' desc='Read Write'/>
101
+ <Value id='NONE' desc='None'/>
102
+ </Values>
103
+ <Metadata>
104
+ <Value name='FlagSpecificable'>IfApply</Value>
105
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.SessionTypeVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
106
+ </Metadata>
107
+ </Prop>
108
+ <Prop>
109
+ <Id>IsMain</Id>
110
+ <Name>Main program</Name>
111
+ <Description>To specify that the object is main. That is: it can be executed as standalone application.</Description>
112
+ <Type>Boolean</Type>
113
+ <Default>false</Default>
114
+ <Dependencies>
115
+ <Depend type='Not Show'>
116
+ <Cond>value(ObjIsStyle) == true</Cond>
117
+ <Condition>
118
+ <Expression>
119
+ <Type>Comparison</Type>
120
+ <Operator>Equal</Operator>
121
+ <PropName>ObjIsStyle</PropName>
122
+ <Value>true</Value>
123
+ </Expression>
124
+ </Condition>
125
+ </Depend>
126
+ <Depend type='Not Show'>
127
+ <Cond>context(WEB_COMP) == Master</Cond>
128
+ <Condition>
129
+ <Expression>
130
+ <Type>Comparison</Type>
131
+ <Operator>Equal</Operator>
132
+ <PropName source='context'>WEB_COMP</PropName>
133
+ <Value>Master</Value>
134
+ </Expression>
135
+ </Condition>
136
+ </Depend>
137
+ <Depend type='Readonly'>
138
+ <Cond>value(ObjIsStyle) == true</Cond>
139
+ <Condition>
140
+ <Expression>
141
+ <Type>Comparison</Type>
142
+ <Operator>Equal</Operator>
143
+ <PropName>ObjIsStyle</PropName>
144
+ <Value>true</Value>
145
+ </Expression>
146
+ </Condition>
147
+ </Depend>
148
+ <Depend type='Invalid'>
149
+ <Value>-1</Value>
150
+ <Cond>context(WEB_COMP) == Master</Cond>
151
+ <Condition>
152
+ <Expression>
153
+ <Type>Comparison</Type>
154
+ <Operator>Equal</Operator>
155
+ <PropName source='context'>WEB_COMP</PropName>
156
+ <Value>Master</Value>
157
+ </Expression>
158
+ </Condition>
159
+ </Depend>
160
+ </Dependencies>
161
+ <Metadata>
162
+ <Value name='FlagRedundantValue'>true</Value>
163
+ </Metadata>
164
+ <Options>
165
+ <Option type="Don't serialize"/>
166
+ </Options>
167
+ </Prop>
168
+ <Prop hidden='1'>
169
+ <Id>Signatures</Id>
170
+ <Name>Signatures</Name>
171
+ <Type>Text</Type>
172
+ <Default></Default>
173
+ <Options>
174
+ <Option type='Readonly'/>
175
+ <Option type='Not Show'/>
176
+ <Option type="Don't serialize"/>
177
+ </Options>
178
+ </Prop>
179
+ <Prop hidden='1'>
180
+ <Id>PublicMethods</Id>
181
+ <Name>Public Methods</Name>
182
+ <Type>Text</Type>
183
+ <Default></Default>
184
+ <Options>
185
+ <Option type='Readonly'/>
186
+ <Option type='Not Show'/>
187
+ <Option type="Don't serialize"/>
188
+ </Options>
189
+ </Prop>
190
+ <Prop>
191
+ <Id>CALL_PROTOCOL</Id>
192
+ <Name>Call protocol</Name>
193
+ <Description>Define how the object is invoked, and its output.</Description>
194
+ <Type>Combo</Type>
195
+ <Default>INTERNAL</Default>
196
+ <Values>
197
+ <Value id='INTERNAL' desc='Internal'/>
198
+ <Value id='HTTP' desc='HTTP'/>
199
+ <Value id='CLINE' desc='Command Line'/>
200
+ <Value id='SOAP' desc='SOAP'/>
201
+ <Value id='EJB' desc='Enterprise Java Bean'/>
202
+ </Values>
203
+ <Metadata>
204
+ <Value name='FlagRedundantValue'>true</Value>
205
+ </Metadata>
206
+ </Prop>
207
+ <Group hidden='1'>
208
+ <Id>idWebGroupPRC</Id>
209
+ <Name>Web information</Name>
210
+ <Type>Group</Type>
211
+ <Children>
212
+ <Prop hidden='1'>
213
+ <Id>COMPRESS_HTML</Id>
214
+ <Name>Auto compress http traffic</Name>
215
+ <Description>Auto compress http traffic</Description>
216
+ <Type>Combo</Type>
217
+ <Default>Yes</Default>
218
+ <Values>
219
+ <Value id='Yes' desc='Yes'/>
220
+ <Value id='No' desc='No'/>
221
+ <Value id='UMPV' desc='Use Environment property value'/>
222
+ </Values>
223
+ <Dependencies>
224
+ <Depend type='Not Show'>
225
+ <Cond>not (value(CALL_PROTOCOL) == HTTP)</Cond>
226
+ <Condition>
227
+ <Expression>
228
+ <Type>BooleanExpression</Type>
229
+ <FirstPart>
230
+ <Expression>
231
+ <Type>Comparison</Type>
232
+ <Operator>Equal</Operator>
233
+ <PropName>CALL_PROTOCOL</PropName>
234
+ <Value>HTTP</Value>
235
+ </Expression>
236
+ </FirstPart>
237
+ <Operator>not</Operator>
238
+ </Expression>
239
+ </Condition>
240
+ </Depend>
241
+ <Depend type='Default'>
242
+ <Value>UMPV</Value>
243
+ </Depend>
244
+ </Dependencies>
245
+ <Metadata>
246
+ <Value name='FlagCategories'>Web:Advanced</Value>
247
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
248
+ </Metadata>
249
+ </Prop>
250
+ <Prop hidden='1'>
251
+ <Id>HTTP_STREAMING_SUPPORT</Id>
252
+ <Name>Buffer Response</Name>
253
+ <Description> Allows to avoid buffering the response so that the client can act on partial responses as quick as possible.
254
+
255
+ Platform Default: The response is buffered or not depending on the target platform
256
+ Disabled: The program avoids buffering and flushes every string to the response</Description>
257
+ <Type>Combo</Type>
258
+ <Default>Off</Default>
259
+ <Values>
260
+ <Value id='Off' desc='Platform Default'/>
261
+ <Value id='Chunked' desc='Disabled'/>
262
+ </Values>
263
+ <Dependencies>
264
+ <Depend type='Not Show'>
265
+ <Cond>not (value(CALL_PROTOCOL) == HTTP)</Cond>
266
+ <Condition>
267
+ <Expression>
268
+ <Type>BooleanExpression</Type>
269
+ <FirstPart>
270
+ <Expression>
271
+ <Type>Comparison</Type>
272
+ <Operator>Equal</Operator>
273
+ <PropName>CALL_PROTOCOL</PropName>
274
+ <Value>HTTP</Value>
275
+ </Expression>
276
+ </FirstPart>
277
+ <Operator>not</Operator>
278
+ </Expression>
279
+ </Condition>
280
+ </Depend>
281
+ </Dependencies>
282
+ </Prop>
283
+ <Group hidden='1'>
284
+ <Id>idWebSecurity</Id>
285
+ <Name>Security</Name>
286
+ <Type>Group</Type>
287
+ <Dependencies>
288
+ <Depend type='Apply'>
289
+ <Cond>value(CALL_PROTOCOL) == HTTP</Cond>
290
+ <Condition>
291
+ <Expression>
292
+ <Type>Comparison</Type>
293
+ <Operator>Equal</Operator>
294
+ <PropName>CALL_PROTOCOL</PropName>
295
+ <Value>HTTP</Value>
296
+ </Expression>
297
+ </Condition>
298
+ </Depend>
299
+ </Dependencies>
300
+ <Children>
301
+ <Prop hidden='1'>
302
+ <Id>USE_ENCRYPTION</Id>
303
+ <Name>Encrypt URL parameters</Name>
304
+ <Description>To either allow or deny the encryption of the parameters sent to an URL, and to establish levels of security when the encryption of the parameters is used between Web Objects.
305
+ Values:
306
+ No -&gt; Indicates that the parameters in the Web objects URL will not be encrypted.This is the default value.
307
+ Session Key -&gt; Indicates that the parameters in the URL will be encrypted using a different key for each session.The encryption is made using local cookies.This value offers a higher level of security, but it does not allow shared URLs.This means that user X cannot send a URL with parameters to user Y because, in this case, the URL will not work, since the corresponding cookie is required for decryption.
308
+ Site Key -&gt; Parameters in the Web objects URL are encrypted, but the encryption key will be the same for the whole site.In this case, cookies are not used.This implies a lower level of security, but makes links transfers easier.</Description>
309
+ <Type>Combo</Type>
310
+ <Default>NO</Default>
311
+ <Values>
312
+ <Value id='UMPV' desc='Use Environment property value'/>
313
+ <Value id='NO' desc='No'/>
314
+ <Value id='SESSION' desc='Session key'/>
315
+ <Value id='SITE' desc='Site key'/>
316
+ </Values>
317
+ <Metadata>
318
+ <Value name='FlagCategories'>Web</Value>
319
+ <Value name='FlagSpecificable'></Value>
320
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromEnvironmentDefaultResolver_EncryptUrlParameters, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
321
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
322
+ <Value name='FlagModelIniIfApply'></Value>
323
+ </Metadata>
324
+ </Prop>
325
+ <Prop hidden='1'>
326
+ <Id>HTTP_PROTOCOL</Id>
327
+ <Name>Protocol specification</Name>
328
+ <Description>The protocol used for services and absolute urls.
329
+ Values:
330
+
331
+ Secure (HTTPS) -&gt; Forces the generation of HTTPS as protocol. HTTP indicates that the protocol to use will be Secure Hypertext Transfer Protocol.
332
+ Unsecure(HTTP) -&gt; Forces the generation of HTTP as protocol.HTTP indicates that the protocol to use will be Hypertext Transfer Protocol.
333
+ Do not Specify -&gt; No protocol is specified, the actual protocol is used.</Description>
334
+ <Type>Combo</Type>
335
+ <Default>Unsecure</Default>
336
+ <Values>
337
+ <Value id='UMPV' desc='Use Environment property value'/>
338
+ <Value id='Unsecure' desc='Unsecure (HTTP:)'/>
339
+ <Value id='Secure' desc='Secure (HTTPS:)'/>
340
+ <Value id='None' desc='Do not specify'/>
341
+ </Values>
342
+ <Metadata>
343
+ <Value name='FlagCategories'>Web</Value>
344
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromEnvironmentDefaultResolver_ProtocolSpecification, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
345
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
346
+ <Value name='FlagModelIniIfApply'></Value>
347
+ </Metadata>
348
+ </Prop>
349
+ <Prop hidden='1'>
350
+ <Id>SAMESITE_COOKIE</Id>
351
+ <Name>SameSite cookie attribute</Name>
352
+ <Description>Allows you to declare the scope of cookies controlling if they should be restricted to a first-party or same-site context. For example, requests for https://example.com/sekrit-image will attach same-site cookies if and only if initiated from a context whose 'site for cookies' is example.com.
353
+ Values:
354
+
355
+ Do not specify -&gt; SameSite cookie attribute is not specified. Availability of cookies depends on browser/version.
356
+ None -&gt; Cookies are sent with same-site and cross-site requests. It requires a secure context/HTTPS.
357
+ Lax -&gt; Cookies are sent with same-site requests, and with cross-site top-level navigations.
358
+ Strict -&gt; Cookies are sent along with same site requests.</Description>
359
+ <Type>Combo</Type>
360
+ <Default>Lax</Default>
361
+ <Values>
362
+ <Value id='Unspecified' desc='Do not specify'/>
363
+ <Value id='None' desc='None'/>
364
+ <Value id='Lax' desc='Lax'/>
365
+ <Value id='Strict' desc='Strict'/>
366
+ </Values>
367
+ <Dependencies>
368
+ <Depend type='Not Show'/>
369
+ </Dependencies>
370
+ <Metadata>
371
+ <Value name='FlagCategories'>Web</Value>
372
+ <Value name='FlagModelIniIfApply'></Value>
373
+ <Value name='FlagBuildAction'>UpdateWebConfig</Value>
374
+ <Value name='FlagOnlyDefault'>IfNotVisible</Value>
375
+ </Metadata>
376
+ </Prop>
377
+ <Prop hidden='1'>
378
+ <Id>WEB_SECURITY_LEVEL</Id>
379
+ <Name>Web Security Level</Name>
380
+ <Type>Combo</Type>
381
+ <Default>High</Default>
382
+ <Values>
383
+ <Value id='UMPV' desc='Use Environment property value'/>
384
+ <Value id='High' desc='High'/>
385
+ <Value id='Medium' desc='Medium'/>
386
+ </Values>
387
+ <Metadata>
388
+ <Value name='FlagCategories'>Web:AdvancedSecurity</Value>
389
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.FromEnvironmentDefaultResolver_WebSecurityLevel, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
390
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.RemoveUmpvValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
391
+ <Value name='FlagModelIniIfApply'></Value>
392
+ </Metadata>
393
+ </Prop>
394
+ </Children>
395
+ </Group>
396
+ </Children>
397
+ </Group>
398
+ <Group hidden='1'>
399
+ <Id>idMAINOBJGRPPRC</Id>
400
+ <Name>Main object properties</Name>
401
+ <Description>Main object properties</Description>
402
+ <Type>Group</Type>
403
+ <Dependencies>
404
+ <Depend type='Not Show'>
405
+ <Cond>value(IsMain) == false</Cond>
406
+ <Condition>
407
+ <Expression>
408
+ <Type>Comparison</Type>
409
+ <Operator>Equal</Operator>
410
+ <PropName>IsMain</PropName>
411
+ <Value>false</Value>
412
+ </Expression>
413
+ </Condition>
414
+ </Depend>
415
+ </Dependencies>
416
+ <Children>
417
+ <Prop hidden='1'>
418
+ <Id>AppTitle</Id>
419
+ <Name>Application title</Name>
420
+ <Description>Application title</Description>
421
+ <Type>Text</Type>
422
+ <Dependencies>
423
+ <Depend type='Readonly'>
424
+ <Cond>value(IsMain) == false</Cond>
425
+ <Condition>
426
+ <Expression>
427
+ <Type>Comparison</Type>
428
+ <Operator>Equal</Operator>
429
+ <PropName>IsMain</PropName>
430
+ <Value>false</Value>
431
+ </Expression>
432
+ </Condition>
433
+ </Depend>
434
+ <Depend type='Not Show'>
435
+ <Cond>value(IsMain) == false</Cond>
436
+ <Condition>
437
+ <Expression>
438
+ <Type>Comparison</Type>
439
+ <Operator>Equal</Operator>
440
+ <PropName>IsMain</PropName>
441
+ <Value>false</Value>
442
+ </Expression>
443
+ </Condition>
444
+ </Depend>
445
+ </Dependencies>
446
+ <Options>
447
+ <Option type="Don't serialize"/>
448
+ </Options>
449
+ </Prop>
450
+ <Prop hidden='1'>
451
+ <Id>AppIcon</Id>
452
+ <Name>Application icon</Name>
453
+ <Description>Application icon</Description>
454
+ <Type>Text</Type>
455
+ <Dependencies>
456
+ <Depend type='Readonly'>
457
+ <Cond>value(IsMain) == false</Cond>
458
+ <Condition>
459
+ <Expression>
460
+ <Type>Comparison</Type>
461
+ <Operator>Equal</Operator>
462
+ <PropName>IsMain</PropName>
463
+ <Value>false</Value>
464
+ </Expression>
465
+ </Condition>
466
+ </Depend>
467
+ <Depend type='Not Show'>
468
+ <Cond>value(IsMain) == false</Cond>
469
+ <Condition>
470
+ <Expression>
471
+ <Type>Comparison</Type>
472
+ <Operator>Equal</Operator>
473
+ <PropName>IsMain</PropName>
474
+ <Value>false</Value>
475
+ </Expression>
476
+ </Condition>
477
+ </Depend>
478
+ </Dependencies>
479
+ <Options>
480
+ <Option type="Don't serialize"/>
481
+ </Options>
482
+ </Prop>
483
+ <Prop hidden='1'>
484
+ <Id>AppLocation</Id>
485
+ <Name>Location</Name>
486
+ <Description>Location</Description>
487
+ <Type>Text</Type>
488
+ <Dependencies>
489
+ <Depend type='Readonly'>
490
+ <Cond>value(IsMain) == false</Cond>
491
+ <Condition>
492
+ <Expression>
493
+ <Type>Comparison</Type>
494
+ <Operator>Equal</Operator>
495
+ <PropName>IsMain</PropName>
496
+ <Value>false</Value>
497
+ </Expression>
498
+ </Condition>
499
+ </Depend>
500
+ <Depend type='Not Show'>
501
+ <Cond>value(IsMain) == false</Cond>
502
+ <Condition>
503
+ <Expression>
504
+ <Type>Comparison</Type>
505
+ <Operator>Equal</Operator>
506
+ <PropName>IsMain</PropName>
507
+ <Value>false</Value>
508
+ </Expression>
509
+ </Condition>
510
+ </Depend>
511
+ <Depend type='Not Show'>
512
+ <Cond>value(CALL_PROTOCOL) == EJB</Cond>
513
+ <Condition>
514
+ <Expression>
515
+ <Type>Comparison</Type>
516
+ <Operator>Equal</Operator>
517
+ <PropName>CALL_PROTOCOL</PropName>
518
+ <Value>EJB</Value>
519
+ </Expression>
520
+ </Condition>
521
+ </Depend>
522
+ </Dependencies>
523
+ <Options>
524
+ <Option type="Don't serialize"/>
525
+ </Options>
526
+ </Prop>
527
+ <Prop hidden='1'>
528
+ <Id>AppGenerator</Id>
529
+ <Name>Generator</Name>
530
+ <Description>Generator</Description>
531
+ <Type>Custom</Type>
532
+ <CustomType>Artech.Genexus.Common.CustomTypes.GeneratorCategoryReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
533
+ <Dependencies>
534
+ <Depend type='Readonly'>
535
+ <Cond>value(IsMain) == false</Cond>
536
+ <Condition>
537
+ <Expression>
538
+ <Type>Comparison</Type>
539
+ <Operator>Equal</Operator>
540
+ <PropName>IsMain</PropName>
541
+ <Value>false</Value>
542
+ </Expression>
543
+ </Condition>
544
+ </Depend>
545
+ <Depend type='Not Show'>
546
+ <Cond>value(IsMain) == false</Cond>
547
+ <Condition>
548
+ <Expression>
549
+ <Type>Comparison</Type>
550
+ <Operator>Equal</Operator>
551
+ <PropName>IsMain</PropName>
552
+ <Value>false</Value>
553
+ </Expression>
554
+ </Condition>
555
+ </Depend>
556
+ </Dependencies>
557
+ <Metadata>
558
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ObjectGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
559
+ </Metadata>
560
+ <Options>
561
+ <Option type="Don't serialize"/>
562
+ </Options>
563
+ </Prop>
564
+ </Children>
565
+ </Group>
566
+ <Group>
567
+ <Id>idInteroperabilityPRC</Id>
568
+ <Name>Interoperability</Name>
569
+ <Type>Group</Type>
570
+ <Children>
571
+ <Prop hidden='1'>
572
+ <Id>SOAP_NAMESPACE</Id>
573
+ <Name>Exposed namespace</Name>
574
+ <Description>Exposed namespace</Description>
575
+ <Type>Text</Type>
576
+ <Dependencies>
577
+ <Depend type='Not Show'>
578
+ <Cond>value(idISPRCWEBSERVICE) == false</Cond>
579
+ <Condition>
580
+ <Expression>
581
+ <Type>Comparison</Type>
582
+ <Operator>Equal</Operator>
583
+ <PropName>idISPRCWEBSERVICE</PropName>
584
+ <Value>false</Value>
585
+ </Expression>
586
+ </Condition>
587
+ </Depend>
588
+ <Depend type='Not Show'>
589
+ <Cond>value(SOAP) == false</Cond>
590
+ <Condition>
591
+ <Expression>
592
+ <Type>Comparison</Type>
593
+ <Operator>Equal</Operator>
594
+ <PropName>SOAP</PropName>
595
+ <Value>false</Value>
596
+ </Expression>
597
+ </Condition>
598
+ </Depend>
599
+ </Dependencies>
600
+ <Metadata>
601
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ExposedNamespaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
602
+ <Value name='FlagBuildAction'>RebuildAll</Value>
603
+ </Metadata>
604
+ <Options>
605
+ <Option type='Dyn Default'/>
606
+ <Option type='Dyn Valid'/>
607
+ </Options>
608
+ </Prop>
609
+ <Prop hidden='1'>
610
+ <Id>IS_CS_SCRIPT</Id>
611
+ <Name>Expose as Client Side Script</Name>
612
+ <Description>Expose as Client Side Script</Description>
613
+ <Type>Combo</Type>
614
+ <Default>No</Default>
615
+ <Values>
616
+ <Value id='Yes' desc='Yes'/>
617
+ <Value id='No' desc='No'/>
618
+ </Values>
619
+ <Options>
620
+ <Option type='Not Show'/>
621
+ </Options>
622
+ </Prop>
623
+ <Prop hidden='1'>
624
+ <Id>idENABLEMTOM</Id>
625
+ <Name>EnableMTOM</Name>
626
+ <Description>Enable Mtom allows to send the blobs data as an attachment instead of sent it inline as part of the SOAP message body.</Description>
627
+ <Type>Boolean</Type>
628
+ <Default>false</Default>
629
+ <Dependencies>
630
+ <Depend type='Not Show'>
631
+ <Cond>value(idISPRCWEBSERVICE) == false</Cond>
632
+ <Condition>
633
+ <Expression>
634
+ <Type>Comparison</Type>
635
+ <Operator>Equal</Operator>
636
+ <PropName>idISPRCWEBSERVICE</PropName>
637
+ <Value>false</Value>
638
+ </Expression>
639
+ </Condition>
640
+ </Depend>
641
+ </Dependencies>
642
+ </Prop>
643
+ <Prop hidden='1'>
644
+ <Id>idMTOMTHRESHOLD</Id>
645
+ <Name>MTOM Threshold</Name>
646
+ <Description>You can set the Mtom threshold to specify when the xs:binary64 data is sent inline or as an attachment. By default, the Mtom threshold is 0 bytes, that means all xs:binary64 data is sent as an attachment. If a message is greater than or equal the value of this property, it will be sent the xs:binary64 data as an attachment. Otherwise, the content will be sent inline, as part of the SOAP message body.</Description>
647
+ <Type>Integer</Type>
648
+ <Default>0</Default>
649
+ <Dependencies>
650
+ <Depend type='Not Show'>
651
+ <Cond>value(idENABLEMTOM) == false</Cond>
652
+ <Condition>
653
+ <Expression>
654
+ <Type>Comparison</Type>
655
+ <Operator>Equal</Operator>
656
+ <PropName>idENABLEMTOM</PropName>
657
+ <Value>false</Value>
658
+ </Expression>
659
+ </Condition>
660
+ </Depend>
661
+ </Dependencies>
662
+ </Prop>
663
+ <Prop>
664
+ <Id>idISPRCWEBSERVICE</Id>
665
+ <Name>Expose as Web Service</Name>
666
+ <Description>Expose as Web Service</Description>
667
+ <Type>Boolean</Type>
668
+ <Default>false</Default>
669
+ <Dependencies>
670
+ <Depend type='Readonly'>
671
+ <Cond>value(CALL_PROTOCOL) == SOAP</Cond>
672
+ <Condition>
673
+ <Expression>
674
+ <Type>Comparison</Type>
675
+ <Operator>Equal</Operator>
676
+ <PropName>CALL_PROTOCOL</PropName>
677
+ <Value>SOAP</Value>
678
+ </Expression>
679
+ </Condition>
680
+ </Depend>
681
+ <Depend type='Invalid'>
682
+ <Value>0</Value>
683
+ <Cond>value(CALL_PROTOCOL) == SOAP</Cond>
684
+ <Condition>
685
+ <Expression>
686
+ <Type>Comparison</Type>
687
+ <Operator>Equal</Operator>
688
+ <PropName>CALL_PROTOCOL</PropName>
689
+ <Value>SOAP</Value>
690
+ </Expression>
691
+ </Condition>
692
+ </Depend>
693
+ <Depend type='Default'>
694
+ <Value>-1</Value>
695
+ <Cond>value(CALL_PROTOCOL) == SOAP</Cond>
696
+ <Condition>
697
+ <Expression>
698
+ <Type>Comparison</Type>
699
+ <Operator>Equal</Operator>
700
+ <PropName>CALL_PROTOCOL</PropName>
701
+ <Value>SOAP</Value>
702
+ </Expression>
703
+ </Condition>
704
+ </Depend>
705
+ <Depend type='Default'>
706
+ <Value>-1</Value>
707
+ <Cond>value(idConnectivitySupport) == idOnline</Cond>
708
+ <Condition>
709
+ <Expression>
710
+ <Type>Comparison</Type>
711
+ <Operator>Equal</Operator>
712
+ <PropName>idConnectivitySupport</PropName>
713
+ <Value>idOnline</Value>
714
+ </Expression>
715
+ </Condition>
716
+ </Depend>
717
+ <Depend type='Readonly'>
718
+ <Cond>value(idConnectivitySupport) == idOnline</Cond>
719
+ <Condition>
720
+ <Expression>
721
+ <Type>Comparison</Type>
722
+ <Operator>Equal</Operator>
723
+ <PropName>idConnectivitySupport</PropName>
724
+ <Value>idOnline</Value>
725
+ </Expression>
726
+ </Condition>
727
+ </Depend>
728
+ <Depend type='Invalid'>
729
+ <Value>0</Value>
730
+ <Cond>value(idConnectivitySupport) == idOnline</Cond>
731
+ <Condition>
732
+ <Expression>
733
+ <Type>Comparison</Type>
734
+ <Operator>Equal</Operator>
735
+ <PropName>idConnectivitySupport</PropName>
736
+ <Value>idOnline</Value>
737
+ </Expression>
738
+ </Condition>
739
+ </Depend>
740
+ </Dependencies>
741
+ </Prop>
742
+ <Group hidden='1'>
743
+ <Id>idGRP_WEBSERVICESPROTOCOL</Id>
744
+ <Name>Web Service Protocol</Name>
745
+ <Description>Web Service Protocol</Description>
746
+ <Type>Group</Type>
747
+ <Dependencies>
748
+ <Depend type='Not Show'>
749
+ <Cond>value(idISPRCWEBSERVICE) == false</Cond>
750
+ <Condition>
751
+ <Expression>
752
+ <Type>Comparison</Type>
753
+ <Operator>Equal</Operator>
754
+ <PropName>idISPRCWEBSERVICE</PropName>
755
+ <Value>false</Value>
756
+ </Expression>
757
+ </Condition>
758
+ </Depend>
759
+ </Dependencies>
760
+ <Children>
761
+ <Prop hidden='1'>
762
+ <Id>SOAP</Id>
763
+ <Name>SOAP Protocol</Name>
764
+ <Description>SOAP Protocol</Description>
765
+ <Type>Boolean</Type>
766
+ <Default>true</Default>
767
+ <Dependencies>
768
+ <Depend type='Readonly'>
769
+ <Cond>value(CALL_PROTOCOL) == SOAP</Cond>
770
+ <Condition>
771
+ <Expression>
772
+ <Type>Comparison</Type>
773
+ <Operator>Equal</Operator>
774
+ <PropName>CALL_PROTOCOL</PropName>
775
+ <Value>SOAP</Value>
776
+ </Expression>
777
+ </Condition>
778
+ </Depend>
779
+ <Depend type='Invalid'>
780
+ <Value>0</Value>
781
+ <Cond>value(CALL_PROTOCOL) == SOAP</Cond>
782
+ <Condition>
783
+ <Expression>
784
+ <Type>Comparison</Type>
785
+ <Operator>Equal</Operator>
786
+ <PropName>CALL_PROTOCOL</PropName>
787
+ <Value>SOAP</Value>
788
+ </Expression>
789
+ </Condition>
790
+ </Depend>
791
+ <Depend type='Default'>
792
+ <Value>-1</Value>
793
+ <Cond>value(CALL_PROTOCOL) == SOAP</Cond>
794
+ <Condition>
795
+ <Expression>
796
+ <Type>Comparison</Type>
797
+ <Operator>Equal</Operator>
798
+ <PropName>CALL_PROTOCOL</PropName>
799
+ <Value>SOAP</Value>
800
+ </Expression>
801
+ </Condition>
802
+ </Depend>
803
+ <Depend type='Default'>
804
+ <Value>0</Value>
805
+ <Cond>value(idConnectivitySupport) == idOnline</Cond>
806
+ <Condition>
807
+ <Expression>
808
+ <Type>Comparison</Type>
809
+ <Operator>Equal</Operator>
810
+ <PropName>idConnectivitySupport</PropName>
811
+ <Value>idOnline</Value>
812
+ </Expression>
813
+ </Condition>
814
+ </Depend>
815
+ </Dependencies>
816
+ </Prop>
817
+ <Prop hidden='1'>
818
+ <Id>ExposeUsingNativeSoapSupport</Id>
819
+ <Name>Use Native Soap</Name>
820
+ <Description>Use Native Soap</Description>
821
+ <Type>Combo</Type>
822
+ <Default>UMPV</Default>
823
+ <Values>
824
+ <Value id='Yes' desc='Yes'/>
825
+ <Value id='No' desc='No'/>
826
+ <Value id='UMPV' desc='Use Environment property value'/>
827
+ </Values>
828
+ <Dependencies>
829
+ <Depend type='Not Show'>
830
+ <Cond>value(SOAP) == false</Cond>
831
+ <Condition>
832
+ <Expression>
833
+ <Type>Comparison</Type>
834
+ <Operator>Equal</Operator>
835
+ <PropName>SOAP</PropName>
836
+ <Value>false</Value>
837
+ </Expression>
838
+ </Condition>
839
+ </Depend>
840
+ </Dependencies>
841
+ <Metadata>
842
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.ObjUseNativeSoapVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
843
+ <Value name='FlagBuildAction'>RebuildAll</Value>
844
+ </Metadata>
845
+ </Prop>
846
+ <Prop hidden='1'>
847
+ <Id>SOAPAction</Id>
848
+ <Name>SOAP Action</Name>
849
+ <Description>Determines the SOAP action of the web service method.</Description>
850
+ <Type>Text</Type>
851
+ <Dependencies>
852
+ <Depend type='Not Show'>
853
+ <Cond>value(SOAP) == false</Cond>
854
+ <Condition>
855
+ <Expression>
856
+ <Type>Comparison</Type>
857
+ <Operator>Equal</Operator>
858
+ <PropName>SOAP</PropName>
859
+ <Value>false</Value>
860
+ </Expression>
861
+ </Condition>
862
+ </Depend>
863
+ <Depend type='Not Show'>
864
+ <Cond>value(ExposeUsingNativeSoapSupport) == No</Cond>
865
+ <Condition>
866
+ <Expression>
867
+ <Type>Comparison</Type>
868
+ <Operator>Equal</Operator>
869
+ <PropName>ExposeUsingNativeSoapSupport</PropName>
870
+ <Value>No</Value>
871
+ </Expression>
872
+ </Condition>
873
+ </Depend>
874
+ </Dependencies>
875
+ <Metadata>
876
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.ObjUseNativeSoapVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
877
+ <Value name='FlagBuildAction'>RebuildAll</Value>
878
+ </Metadata>
879
+ </Prop>
880
+ <Prop hidden='1'>
881
+ <Id>REST</Id>
882
+ <Name>REST Protocol</Name>
883
+ <Description>REST Protocol</Description>
884
+ <Type>Boolean</Type>
885
+ <Default>true</Default>
886
+ <Dependencies>
887
+ <Depend type='Default'>
888
+ <Value>0</Value>
889
+ <Cond>value(CALL_PROTOCOL) == SOAP</Cond>
890
+ <Condition>
891
+ <Expression>
892
+ <Type>Comparison</Type>
893
+ <Operator>Equal</Operator>
894
+ <PropName>CALL_PROTOCOL</PropName>
895
+ <Value>SOAP</Value>
896
+ </Expression>
897
+ </Condition>
898
+ </Depend>
899
+ <Depend type='Default'>
900
+ <Value>-1</Value>
901
+ <Cond>value(idConnectivitySupport) == idOnline</Cond>
902
+ <Condition>
903
+ <Expression>
904
+ <Type>Comparison</Type>
905
+ <Operator>Equal</Operator>
906
+ <PropName>idConnectivitySupport</PropName>
907
+ <Value>idOnline</Value>
908
+ </Expression>
909
+ </Condition>
910
+ </Depend>
911
+ <Depend type='Readonly'>
912
+ <Cond>value(idConnectivitySupport) == idOnline</Cond>
913
+ <Condition>
914
+ <Expression>
915
+ <Type>Comparison</Type>
916
+ <Operator>Equal</Operator>
917
+ <PropName>idConnectivitySupport</PropName>
918
+ <Value>idOnline</Value>
919
+ </Expression>
920
+ </Condition>
921
+ </Depend>
922
+ </Dependencies>
923
+ </Prop>
924
+ <Prop hidden='1'>
925
+ <Id>GENERATE_OPEN_API</Id>
926
+ <Name>Generate OpenAPI interface</Name>
927
+ <Description>Generate OpenAPI documentation (default.yaml) for procedures, business components and dataproviders exposed as REST web services.</Description>
928
+ <Type>Combo</Type>
929
+ <Default>Yes</Default>
930
+ <Values>
931
+ <Value id='Yes' desc='Yes'/>
932
+ <Value id='No' desc='No'/>
933
+ <Value id='UMPV' desc='Use Environment property value'/>
934
+ </Values>
935
+ <Dependencies>
936
+ <Depend type='Not Show'>
937
+ <Cond>value(REST) == false</Cond>
938
+ <Condition>
939
+ <Expression>
940
+ <Type>Comparison</Type>
941
+ <Operator>Equal</Operator>
942
+ <PropName>REST</PropName>
943
+ <Value>false</Value>
944
+ </Expression>
945
+ </Condition>
946
+ </Depend>
947
+ <Depend type='Default'>
948
+ <Value>UMPV</Value>
949
+ </Depend>
950
+ </Dependencies>
951
+ <Metadata>
952
+ <Value name='FlagNoSpecify'></Value>
953
+ </Metadata>
954
+ </Prop>
955
+ </Children>
956
+ </Group>
957
+ <Group hidden='1'>
958
+ <Id>JAVA_RPT</Id>
959
+ <Name>Java specific</Name>
960
+ <Description>Java specific</Description>
961
+ <Type>Group</Type>
962
+ <Metadata>
963
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.HasJavaVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
964
+ </Metadata>
965
+ <Children>
966
+ <Prop hidden='1'>
967
+ <Id>idISBCEJB</Id>
968
+ <Name>Expose as Enterprise Java Bean</Name>
969
+ <Description>Expose as Enterprise Java Bean</Description>
970
+ <Type>Boolean</Type>
971
+ <Default>false</Default>
972
+ <Dependencies>
973
+ <Depend type='Not Show'>
974
+ <Cond>(context(Generator) != -1) and ((context(Generator) != 11) and (context(Generator) != 12))</Cond>
975
+ <Condition>
976
+ <Expression>
977
+ <Type>BooleanExpression</Type>
978
+ <FirstPart>
979
+ <Expression>
980
+ <Type>Comparison</Type>
981
+ <Operator>NotEqual</Operator>
982
+ <PropName source='context'>Generator</PropName>
983
+ <Value>-1</Value>
984
+ </Expression>
985
+ </FirstPart>
986
+ <Operator>and</Operator>
987
+ <SecondPart>
988
+ <Expression>
989
+ <Type>BooleanExpression</Type>
990
+ <FirstPart>
991
+ <Expression>
992
+ <Type>Comparison</Type>
993
+ <Operator>NotEqual</Operator>
994
+ <PropName source='context'>Generator</PropName>
995
+ <Value>11</Value>
996
+ </Expression>
997
+ </FirstPart>
998
+ <Operator>and</Operator>
999
+ <SecondPart>
1000
+ <Expression>
1001
+ <Type>Comparison</Type>
1002
+ <Operator>NotEqual</Operator>
1003
+ <PropName source='context'>Generator</PropName>
1004
+ <Value>12</Value>
1005
+ </Expression>
1006
+ </SecondPart>
1007
+ </Expression>
1008
+ </SecondPart>
1009
+ </Expression>
1010
+ </Condition>
1011
+ </Depend>
1012
+ <Depend type='Readonly'>
1013
+ <Cond>value(CALL_PROTOCOL) == EJB</Cond>
1014
+ <Condition>
1015
+ <Expression>
1016
+ <Type>Comparison</Type>
1017
+ <Operator>Equal</Operator>
1018
+ <PropName>CALL_PROTOCOL</PropName>
1019
+ <Value>EJB</Value>
1020
+ </Expression>
1021
+ </Condition>
1022
+ </Depend>
1023
+ <Depend type='Invalid'>
1024
+ <Value>0</Value>
1025
+ <Cond>value(CALL_PROTOCOL) == EJB</Cond>
1026
+ <Condition>
1027
+ <Expression>
1028
+ <Type>Comparison</Type>
1029
+ <Operator>Equal</Operator>
1030
+ <PropName>CALL_PROTOCOL</PropName>
1031
+ <Value>EJB</Value>
1032
+ </Expression>
1033
+ </Condition>
1034
+ </Depend>
1035
+ <Depend type='Default'>
1036
+ <Value>-1</Value>
1037
+ <Cond>value(CALL_PROTOCOL) == EJB</Cond>
1038
+ <Condition>
1039
+ <Expression>
1040
+ <Type>Comparison</Type>
1041
+ <Operator>Equal</Operator>
1042
+ <PropName>CALL_PROTOCOL</PropName>
1043
+ <Value>EJB</Value>
1044
+ </Expression>
1045
+ </Condition>
1046
+ </Depend>
1047
+ </Dependencies>
1048
+ </Prop>
1049
+ <Group hidden='1'>
1050
+ <Id>idGRP_EJBSpecific</Id>
1051
+ <Name>EJB specific</Name>
1052
+ <Description>EJB specific</Description>
1053
+ <Type>Group</Type>
1054
+ <Dependencies>
1055
+ <Depend type='Not Show'>
1056
+ <Cond>value(idISBCEJB) == false</Cond>
1057
+ <Condition>
1058
+ <Expression>
1059
+ <Type>Comparison</Type>
1060
+ <Operator>Equal</Operator>
1061
+ <PropName>idISBCEJB</PropName>
1062
+ <Value>false</Value>
1063
+ </Expression>
1064
+ </Condition>
1065
+ </Depend>
1066
+ <Depend type='Not Show'>
1067
+ <Cond>(context(Generator) != -1) and ((context(Generator) != 11) and (context(Generator) != 12))</Cond>
1068
+ <Condition>
1069
+ <Expression>
1070
+ <Type>BooleanExpression</Type>
1071
+ <FirstPart>
1072
+ <Expression>
1073
+ <Type>Comparison</Type>
1074
+ <Operator>NotEqual</Operator>
1075
+ <PropName source='context'>Generator</PropName>
1076
+ <Value>-1</Value>
1077
+ </Expression>
1078
+ </FirstPart>
1079
+ <Operator>and</Operator>
1080
+ <SecondPart>
1081
+ <Expression>
1082
+ <Type>BooleanExpression</Type>
1083
+ <FirstPart>
1084
+ <Expression>
1085
+ <Type>Comparison</Type>
1086
+ <Operator>NotEqual</Operator>
1087
+ <PropName source='context'>Generator</PropName>
1088
+ <Value>11</Value>
1089
+ </Expression>
1090
+ </FirstPart>
1091
+ <Operator>and</Operator>
1092
+ <SecondPart>
1093
+ <Expression>
1094
+ <Type>Comparison</Type>
1095
+ <Operator>NotEqual</Operator>
1096
+ <PropName source='context'>Generator</PropName>
1097
+ <Value>12</Value>
1098
+ </Expression>
1099
+ </SecondPart>
1100
+ </Expression>
1101
+ </SecondPart>
1102
+ </Expression>
1103
+ </Condition>
1104
+ </Depend>
1105
+ </Dependencies>
1106
+ <Children>
1107
+ <Prop hidden='1'>
1108
+ <Id>idTRN_Type</Id>
1109
+ <Name>Transaction Type</Name>
1110
+ <Description>Transaction Type</Description>
1111
+ <Type>Combo</Type>
1112
+ <Default>idTRN_Type_CONTAINER</Default>
1113
+ <Values>
1114
+ <Value id='idTRN_Type_CONTAINER' desc='Container'/>
1115
+ <Value id='idTRN_Type_BEAN' desc='Object'/>
1116
+ </Values>
1117
+ </Prop>
1118
+ <Prop hidden='1'>
1119
+ <Id>idTRN_Attribute</Id>
1120
+ <Name>Transaction Attribute</Name>
1121
+ <Description>Transaction Attribute</Description>
1122
+ <Type>Combo</Type>
1123
+ <Default>idTRN_Attribute_REQUIRED</Default>
1124
+ <Values>
1125
+ <Value id='idTRN_Attribute_REQUIRED' desc='Required'/>
1126
+ <Value id='idTRN_Attribute_REQUIRESNEW' desc='Requires New'/>
1127
+ <Value id='idTRN_Attribute_SUPPORTS' desc='Supports'/>
1128
+ <Value id='idTRN_Attribute_MANDATORY' desc='Mandatory'/>
1129
+ <Value id='idTRN_Attribute_NOTSUPPORTED' desc='Not Supported'/>
1130
+ <Value id='idTRN_Attribute_NEVER' desc='Never'/>
1131
+ </Values>
1132
+ <Dependencies>
1133
+ <Depend type='Not Show'>
1134
+ <Cond>value(idTRN_Type) != idTRN_Type_CONTAINER</Cond>
1135
+ <Condition>
1136
+ <Expression>
1137
+ <Type>Comparison</Type>
1138
+ <Operator>NotEqual</Operator>
1139
+ <PropName>idTRN_Type</PropName>
1140
+ <Value>idTRN_Type_CONTAINER</Value>
1141
+ </Expression>
1142
+ </Condition>
1143
+ </Depend>
1144
+ </Dependencies>
1145
+ </Prop>
1146
+ <Group hidden='1'>
1147
+ <Id>idGRP_SESSIONBEANpecific</Id>
1148
+ <Name>Session Bean specific</Name>
1149
+ <Description>Session Bean specific</Description>
1150
+ <Type>Group</Type>
1151
+ <Dependencies>
1152
+ <Depend type='Not Show'>
1153
+ <Cond>value(idISBCEJB) == false</Cond>
1154
+ <Condition>
1155
+ <Expression>
1156
+ <Type>Comparison</Type>
1157
+ <Operator>Equal</Operator>
1158
+ <PropName>idISBCEJB</PropName>
1159
+ <Value>false</Value>
1160
+ </Expression>
1161
+ </Condition>
1162
+ </Depend>
1163
+ <Depend type='Not Show'>
1164
+ <Cond>(context(Generator) != -1) and ((context(Generator) != 11) and (context(Generator) != 12))</Cond>
1165
+ <Condition>
1166
+ <Expression>
1167
+ <Type>BooleanExpression</Type>
1168
+ <FirstPart>
1169
+ <Expression>
1170
+ <Type>Comparison</Type>
1171
+ <Operator>NotEqual</Operator>
1172
+ <PropName source='context'>Generator</PropName>
1173
+ <Value>-1</Value>
1174
+ </Expression>
1175
+ </FirstPart>
1176
+ <Operator>and</Operator>
1177
+ <SecondPart>
1178
+ <Expression>
1179
+ <Type>BooleanExpression</Type>
1180
+ <FirstPart>
1181
+ <Expression>
1182
+ <Type>Comparison</Type>
1183
+ <Operator>NotEqual</Operator>
1184
+ <PropName source='context'>Generator</PropName>
1185
+ <Value>11</Value>
1186
+ </Expression>
1187
+ </FirstPart>
1188
+ <Operator>and</Operator>
1189
+ <SecondPart>
1190
+ <Expression>
1191
+ <Type>Comparison</Type>
1192
+ <Operator>NotEqual</Operator>
1193
+ <PropName source='context'>Generator</PropName>
1194
+ <Value>12</Value>
1195
+ </Expression>
1196
+ </SecondPart>
1197
+ </Expression>
1198
+ </SecondPart>
1199
+ </Expression>
1200
+ </Condition>
1201
+ </Depend>
1202
+ </Dependencies>
1203
+ <Children>
1204
+ <Prop hidden='1'>
1205
+ <Id>idJNDI_Name</Id>
1206
+ <Name>JNDI Name</Name>
1207
+ <Description>JNDI Name</Description>
1208
+ <Type>Text</Type>
1209
+ <Metadata>
1210
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ObjectJNDI_NameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1211
+ </Metadata>
1212
+ <Options>
1213
+ <Option type='Dyn Default'/>
1214
+ </Options>
1215
+ </Prop>
1216
+ </Children>
1217
+ </Group>
1218
+ <Group hidden='1'>
1219
+ <Id>idGRP_MSGBEANpecific</Id>
1220
+ <Name>Message Bean specific</Name>
1221
+ <Description>Message Bean specific</Description>
1222
+ <Type>Group</Type>
1223
+ <Dependencies>
1224
+ <Depend type='Not Show'>
1225
+ <Cond>value(idISBCEJB) == false</Cond>
1226
+ <Condition>
1227
+ <Expression>
1228
+ <Type>Comparison</Type>
1229
+ <Operator>Equal</Operator>
1230
+ <PropName>idISBCEJB</PropName>
1231
+ <Value>false</Value>
1232
+ </Expression>
1233
+ </Condition>
1234
+ </Depend>
1235
+ <Depend type='Not Show'>
1236
+ <Cond>(context(Generator) != -1) and ((context(Generator) != 11) and (context(Generator) != 12))</Cond>
1237
+ <Condition>
1238
+ <Expression>
1239
+ <Type>BooleanExpression</Type>
1240
+ <FirstPart>
1241
+ <Expression>
1242
+ <Type>Comparison</Type>
1243
+ <Operator>NotEqual</Operator>
1244
+ <PropName source='context'>Generator</PropName>
1245
+ <Value>-1</Value>
1246
+ </Expression>
1247
+ </FirstPart>
1248
+ <Operator>and</Operator>
1249
+ <SecondPart>
1250
+ <Expression>
1251
+ <Type>BooleanExpression</Type>
1252
+ <FirstPart>
1253
+ <Expression>
1254
+ <Type>Comparison</Type>
1255
+ <Operator>NotEqual</Operator>
1256
+ <PropName source='context'>Generator</PropName>
1257
+ <Value>11</Value>
1258
+ </Expression>
1259
+ </FirstPart>
1260
+ <Operator>and</Operator>
1261
+ <SecondPart>
1262
+ <Expression>
1263
+ <Type>Comparison</Type>
1264
+ <Operator>NotEqual</Operator>
1265
+ <PropName source='context'>Generator</PropName>
1266
+ <Value>12</Value>
1267
+ </Expression>
1268
+ </SecondPart>
1269
+ </Expression>
1270
+ </SecondPart>
1271
+ </Expression>
1272
+ </Condition>
1273
+ </Depend>
1274
+ </Dependencies>
1275
+ <Children>
1276
+ <Prop hidden='1'>
1277
+ <Id>idDEST_Type</Id>
1278
+ <Name>Destination Type</Name>
1279
+ <Description>Destination Type</Description>
1280
+ <Type>Combo</Type>
1281
+ <Default>idDEST_Type_QUEUE</Default>
1282
+ <Values>
1283
+ <Value id='idDEST_Type_QUEUE' desc='Queue'/>
1284
+ <Value id='idDEST_Type_TOPIC' desc='Topic'/>
1285
+ </Values>
1286
+ </Prop>
1287
+ <Prop hidden='1'>
1288
+ <Id>idCON_FACTORY_JNDI_Name</Id>
1289
+ <Name>Connection Factory JNDI Name</Name>
1290
+ <Description>Connection Factory JNDI Name</Description>
1291
+ <Type>Text</Type>
1292
+ </Prop>
1293
+ <Prop hidden='1'>
1294
+ <Id>idDEST_JNDI_Name</Id>
1295
+ <Name>Destination JNDI Name</Name>
1296
+ <Description>Destination JNDI Name</Description>
1297
+ <Type>Text</Type>
1298
+ </Prop>
1299
+ </Children>
1300
+ </Group>
1301
+ </Children>
1302
+ </Group>
1303
+ </Children>
1304
+ </Group>
1305
+ </Children>
1306
+ </Group>
1307
+ <Group>
1308
+ <Id>IntegratedSecurityGroup</Id>
1309
+ <Name>Integrated Security</Name>
1310
+ <Type>Group</Type>
1311
+ <Children>
1312
+ <Prop>
1313
+ <Id>IntegratedSecurityLevel</Id>
1314
+ <Name>Integrated Security Level</Name>
1315
+ <Type>Combo</Type>
1316
+ <Values>
1317
+ <Value id='SecurityNone' desc='None'/>
1318
+ <Value id='SecurityLow' desc='Authentication'/>
1319
+ <Value id='SecurityHigh' desc='Authorization'/>
1320
+ </Values>
1321
+ <Metadata>
1322
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1323
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1324
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityLevelDefaultResolverFormVersion, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1325
+ <Value name='FlagNoCacheDefault'></Value>
1326
+ <Value name='FlagSerializeToMetadata'>false</Value>
1327
+ </Metadata>
1328
+ </Prop>
1329
+ <Prop>
1330
+ <Id>IntegratedSecurityPermissionPrefix</Id>
1331
+ <Name>Permission Prefix</Name>
1332
+ <Type>Text</Type>
1333
+ <Metadata>
1334
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1335
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1336
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityPermissionPrefixValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1337
+ <Value name='FlagSerializeToMetadata'>false</Value>
1338
+ </Metadata>
1339
+ </Prop>
1340
+ <Prop hidden='1'>
1341
+ <Id>IntegratedSecurityObjClientID</Id>
1342
+ <Name>Security Client ID</Name>
1343
+ <Description>This property identifies an SD application in GAM. The Client Id can be used by more than one SD application, note that to reuse the Client Id implies that just one application will exist in GAM.</Description>
1344
+ <Type>Text</Type>
1345
+ <Dependencies>
1346
+ <Depend type='Not Show'>
1347
+ <Cond>value(IsMain) == false</Cond>
1348
+ <Condition>
1349
+ <Expression>
1350
+ <Type>Comparison</Type>
1351
+ <Operator>Equal</Operator>
1352
+ <PropName>IsMain</PropName>
1353
+ <Value>false</Value>
1354
+ </Expression>
1355
+ </Condition>
1356
+ </Depend>
1357
+ </Dependencies>
1358
+ <Metadata>
1359
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1360
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1361
+ <Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1362
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientIdValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1363
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientIdAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1364
+ <Value name='FlagExport'>false</Value>
1365
+ </Metadata>
1366
+ </Prop>
1367
+ <Prop hidden='1'>
1368
+ <Id>IntegratedSecurityObjClientSecret</Id>
1369
+ <Name>Security Client Secret</Name>
1370
+ <Description>The Client Secret is a key used, in conjuntion with Client Id, to identify and to authorize an application when an user is authenticated.</Description>
1371
+ <Type>Text</Type>
1372
+ <Dependencies>
1373
+ <Depend type='Not Show'>
1374
+ <Cond>value(IsMain) == false</Cond>
1375
+ <Condition>
1376
+ <Expression>
1377
+ <Type>Comparison</Type>
1378
+ <Operator>Equal</Operator>
1379
+ <PropName>IsMain</PropName>
1380
+ <Value>false</Value>
1381
+ </Expression>
1382
+ </Condition>
1383
+ </Depend>
1384
+ </Dependencies>
1385
+ <Metadata>
1386
+ <Value name='customApplyResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityApplicationClientApplyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1387
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1388
+ <Value name='FlagUIValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretUIValidator, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1389
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientSecretValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1390
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientSecretAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1391
+ <Value name='FlagExport'>false</Value>
1392
+ <Value name='FlagSerializeToMetadata'>false</Value>
1393
+ </Metadata>
1394
+ </Prop>
1395
+ <Prop hidden='1'>
1396
+ <Id>IntegratedSecurityObjClientEncriptionKey</Id>
1397
+ <Name>Security Client Encription Key</Name>
1398
+ <Type>Text</Type>
1399
+ <Metadata>
1400
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IntegratedSecurityClientEncryptionKeyDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1401
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.IntegratedSecurityClientEncryptionKeyAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1402
+ <Value name='FlagExport'>false</Value>
1403
+ <Value name='FlagSerializeToMetadata'>false</Value>
1404
+ </Metadata>
1405
+ <Options>
1406
+ <Option type='Not Show'/>
1407
+ <Option type='Password'/>
1408
+ </Options>
1409
+ </Prop>
1410
+ </Children>
1411
+ </Group>
1412
+ <Group>
1413
+ <Id>idConnectivitySupportGroup</Id>
1414
+ <Name>Network</Name>
1415
+ <Type>Group</Type>
1416
+ <Children>
1417
+ <Prop>
1418
+ <Id>idConnectivitySupport</Id>
1419
+ <Name>Connectivity Support</Name>
1420
+ <Description>Define if this object works even without network connectivity
1421
+
1422
+ Values:
1423
+
1424
+ Online -&gt; The object will execute on an online environment communicating with the server via REST services (default for Main objects)
1425
+ Offline -&gt; The object is executed completely offline with no automatic comunication to the server
1426
+ Inherit -&gt; This value is only available for non-Main objects. The value of the property will be inherited from the caller object in runtime.</Description>
1427
+ <Type>Combo</Type>
1428
+ <Default>idOnline</Default>
1429
+ <Values>
1430
+ <Value id='idOnline' desc='Online'/>
1431
+ <Value id='idOffline' desc='Offline'/>
1432
+ <Value id='idInherit' desc='Inherit'/>
1433
+ </Values>
1434
+ <Metadata>
1435
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ConnectivitySupportDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1436
+ <Value name='FlagSerializeDefaultToMetadata'>True</Value>
1437
+ </Metadata>
1438
+ </Prop>
1439
+ </Children>
1440
+ </Group>
1441
+ <Group hidden='1'>
1442
+ <Id>OBJ_PRIVATE</Id>
1443
+ <Name>Privacy</Name>
1444
+ <Description>Privacy</Description>
1445
+ <Type>Group</Type>
1446
+ <Children>
1447
+ <Prop hidden='1'>
1448
+ <Id>ObjAlreadyPrivate</Id>
1449
+ <Name>Was private object</Name>
1450
+ <Description>Was private object</Description>
1451
+ <Type>Boolean</Type>
1452
+ <Default>false</Default>
1453
+ <Options>
1454
+ <Option type='Readonly'/>
1455
+ <Option type='Not Show'/>
1456
+ <Option type="Don't serialize"/>
1457
+ </Options>
1458
+ </Prop>
1459
+ <Prop hidden='1'>
1460
+ <Id>ObjIsPrivate</Id>
1461
+ <Name>Private object</Name>
1462
+ <Description>Private object</Description>
1463
+ <Alias>PrivateObject</Alias>
1464
+ <Type>Boolean</Type>
1465
+ <Default>false</Default>
1466
+ <Dependencies>
1467
+ <Depend type='Readonly'>
1468
+ <Cond>value(ObjAlreadyPrivate) == true</Cond>
1469
+ <Condition>
1470
+ <Expression>
1471
+ <Type>Comparison</Type>
1472
+ <Operator>Equal</Operator>
1473
+ <PropName>ObjAlreadyPrivate</PropName>
1474
+ <Value>true</Value>
1475
+ </Expression>
1476
+ </Condition>
1477
+ </Depend>
1478
+ <Depend type='Readonly'>
1479
+ <Cond>value(ObjIsStyle) == true</Cond>
1480
+ <Condition>
1481
+ <Expression>
1482
+ <Type>Comparison</Type>
1483
+ <Operator>Equal</Operator>
1484
+ <PropName>ObjIsStyle</PropName>
1485
+ <Value>true</Value>
1486
+ </Expression>
1487
+ </Condition>
1488
+ </Depend>
1489
+ <Depend type='Not Show'>
1490
+ <Cond>value(ObjIsStyle) == true</Cond>
1491
+ <Condition>
1492
+ <Expression>
1493
+ <Type>Comparison</Type>
1494
+ <Operator>Equal</Operator>
1495
+ <PropName>ObjIsStyle</PropName>
1496
+ <Value>true</Value>
1497
+ </Expression>
1498
+ </Condition>
1499
+ </Depend>
1500
+ </Dependencies>
1501
+ <Metadata>
1502
+ <Value name='FlagSpecificationName'>ObjIsPrivate</Value>
1503
+ </Metadata>
1504
+ <Options>
1505
+ <Option type='Not Show'/>
1506
+ <Option type="Don't serialize"/>
1507
+ <Option type='Dyn Readonly'/>
1508
+ </Options>
1509
+ </Prop>
1510
+ <Prop hidden='1'>
1511
+ <Id>ObjCopyright</Id>
1512
+ <Name>Copyright</Name>
1513
+ <Description>Copyright</Description>
1514
+ <Type>Text</Type>
1515
+ <Dependencies>
1516
+ <Depend type='Not Show'>
1517
+ <Cond>value(ObjIsPrivate) == false</Cond>
1518
+ <Condition>
1519
+ <Expression>
1520
+ <Type>Comparison</Type>
1521
+ <Operator>Equal</Operator>
1522
+ <PropName>ObjIsPrivate</PropName>
1523
+ <Value>false</Value>
1524
+ </Expression>
1525
+ </Condition>
1526
+ </Depend>
1527
+ </Dependencies>
1528
+ <Options>
1529
+ <Option type='Readonly'/>
1530
+ <Option type="Don't serialize"/>
1531
+ </Options>
1532
+ </Prop>
1533
+ <Prop hidden='1'>
1534
+ <Id>ObjBuyer</Id>
1535
+ <Name>Buyer</Name>
1536
+ <Description>Buyer</Description>
1537
+ <Type>Text</Type>
1538
+ <Dependencies>
1539
+ <Depend type='Not Show'>
1540
+ <Cond>value(ObjIsPrivate) == false</Cond>
1541
+ <Condition>
1542
+ <Expression>
1543
+ <Type>Comparison</Type>
1544
+ <Operator>Equal</Operator>
1545
+ <PropName>ObjIsPrivate</PropName>
1546
+ <Value>false</Value>
1547
+ </Expression>
1548
+ </Condition>
1549
+ </Depend>
1550
+ </Dependencies>
1551
+ <Options>
1552
+ <Option type='Readonly'/>
1553
+ <Option type="Don't serialize"/>
1554
+ </Options>
1555
+ </Prop>
1556
+ <Prop hidden='1'>
1557
+ <Id>ObjPurpose</Id>
1558
+ <Name>Purpose</Name>
1559
+ <Description>Purpose</Description>
1560
+ <Type>Text</Type>
1561
+ <Dependencies>
1562
+ <Depend type='Not Show'>
1563
+ <Cond>value(ObjIsPrivate) == false</Cond>
1564
+ <Condition>
1565
+ <Expression>
1566
+ <Type>Comparison</Type>
1567
+ <Operator>Equal</Operator>
1568
+ <PropName>ObjIsPrivate</PropName>
1569
+ <Value>false</Value>
1570
+ </Expression>
1571
+ </Condition>
1572
+ </Depend>
1573
+ </Dependencies>
1574
+ <Options>
1575
+ <Option type='Readonly'/>
1576
+ <Option type="Don't serialize"/>
1577
+ </Options>
1578
+ </Prop>
1579
+ </Children>
1580
+ </Group>
1581
+ <Prop hidden='1'>
1582
+ <Id>HelpKeyword</Id>
1583
+ <Name>HelpKeyword</Name>
1584
+ <Type>Integer</Type>
1585
+ <Dependencies>
1586
+ <Depend type='Default'>
1587
+ <Value>5</Value>
1588
+ </Depend>
1589
+ </Dependencies>
1590
+ <Options>
1591
+ <Option type='Not Show'/>
1592
+ </Options>
1593
+ </Prop>
1594
+ <Prop hidden='1'>
1595
+ <Id>DEKLARIT_METADATA</Id>
1596
+ <Name>DeklaritMetadata</Name>
1597
+ <Type>Text</Type>
1598
+ <Default></Default>
1599
+ <Options>
1600
+ <Option type='Not Show'/>
1601
+ </Options>
1602
+ </Prop>
1603
+ <Prop hidden='1'>
1604
+ <Id>OBJECT_METADATA</Id>
1605
+ <Name>ObjectMetadata</Name>
1606
+ <Type>Text</Type>
1607
+ <Default></Default>
1608
+ <Metadata>
1609
+ <Value name='FlagSpecificable'></Value>
1610
+ </Metadata>
1611
+ <Options>
1612
+ <Option type='Not Show'/>
1613
+ </Options>
1614
+ </Prop>
1615
+ <Prop hidden='1'>
1616
+ <Id>DKL_DEPENDENCIES_PROPS</Id>
1617
+ <Name>DklDependenciesProps</Name>
1618
+ <Type>Text</Type>
1619
+ <Default></Default>
1620
+ <Options>
1621
+ <Option type='Not Show'/>
1622
+ </Options>
1623
+ </Prop>
1624
+ <Prop hidden='1'>
1625
+ <Id>DKL_LAYOUT</Id>
1626
+ <Name>DeklaritLayout</Name>
1627
+ <Type>Text</Type>
1628
+ <Default></Default>
1629
+ <Options>
1630
+ <Option type='Not Show'/>
1631
+ </Options>
1632
+ </Prop>
1633
+ <Prop hidden='1'>
1634
+ <Id>DEKLARIT_TYPE</Id>
1635
+ <Name>DeklaritType</Name>
1636
+ <Type>Integer</Type>
1637
+ <Default>-1</Default>
1638
+ <Options>
1639
+ <Option type='Not Show'/>
1640
+ </Options>
1641
+ </Prop>
1642
+ <Prop hidden='1'>
1643
+ <Id>WORKFLOW_METADATA</Id>
1644
+ <Name>WorkflowMetadata</Name>
1645
+ <Type>Text</Type>
1646
+ <Default></Default>
1647
+ <Options>
1648
+ <Option type='Not Show'/>
1649
+ </Options>
1650
+ </Prop>
1651
+ <Prop hidden='1'>
1652
+ <Id>USER_METADATA</Id>
1653
+ <Name>UserMetadata</Name>
1654
+ <Type>Text</Type>
1655
+ <Default></Default>
1656
+ <Options>
1657
+ <Option type='Not Show'/>
1658
+ </Options>
1659
+ </Prop>
1660
+ <Prop hidden='1'>
1661
+ <Id>DKL_CUSTOM_PROPERTIES</Id>
1662
+ <Name>DKL_CUSTOM_PROPERTIES</Name>
1663
+ <Type>Text</Type>
1664
+ <Default></Default>
1665
+ <Options>
1666
+ <Option type='Not Show'/>
1667
+ </Options>
1668
+ </Prop>
1669
+ <Prop hidden='1'>
1670
+ <Id>DKL_BUILTIN_PROPERTIES</Id>
1671
+ <Name>DKL_BUILTIN_PROPERTIES</Name>
1672
+ <Type>Text</Type>
1673
+ <Default></Default>
1674
+ <Options>
1675
+ <Option type='Not Show'/>
1676
+ </Options>
1677
+ </Prop>
1678
+ <Prop>
1679
+ <Id>DKL_REF_BY_CANDIDATE</Id>
1680
+ <Name>Reference By Candidate Key</Name>
1681
+ <Description>Reference By Candidate Key</Description>
1682
+ <Type>Boolean</Type>
1683
+ <Default>false</Default>
1684
+ <Metadata>
1685
+ <Value name='FlagNoSearchable'></Value>
1686
+ </Metadata>
1687
+ </Prop>
1688
+ <Prop hidden='1'>
1689
+ <Id>DKL_VERSION</Id>
1690
+ <Name>DKL_VERSION</Name>
1691
+ <Type>Integer</Type>
1692
+ <Default>2100</Default>
1693
+ <Options>
1694
+ <Option type='Not Show'/>
1695
+ </Options>
1696
+ </Prop>
1697
+ <Prop>
1698
+ <Id>DKL_DATASET_TOUSE</Id>
1699
+ <Name>DKL_DATASET_TOUSE</Name>
1700
+ <Type>Text</Type>
1701
+ <Default></Default>
1702
+ </Prop>
1703
+ <Prop>
1704
+ <Id>DKL_READ_UNCOMMITED_DP</Id>
1705
+ <Name>Read Uncommited For DataProvider</Name>
1706
+ <Description>Use Read Uncommited for SELECT statements</Description>
1707
+ <Type>Combo</Type>
1708
+ <Default>No</Default>
1709
+ <Values>
1710
+ <Value id='Yes' desc='Yes'/>
1711
+ <Value id='No' desc='No'/>
1712
+ <Value id='UMPV' desc='Use Environment property value'/>
1713
+ </Values>
1714
+ <Metadata>
1715
+ <Value name='FlagNoSearchable'></Value>
1716
+ </Metadata>
1717
+ </Prop>
1718
+ <Prop hidden='1'>
1719
+ <Id>DKL_ACTIONS</Id>
1720
+ <Name>DKL_ACTIONS</Name>
1721
+ <Type>Text</Type>
1722
+ <Default></Default>
1723
+ <Options>
1724
+ <Option type='Not Show'/>
1725
+ </Options>
1726
+ </Prop>
1727
+ <Prop hidden='1'>
1728
+ <Id>Theme</Id>
1729
+ <Name>Theme</Name>
1730
+ <Type>Custom</Type>
1731
+ <CustomType>Artech.Genexus.Common.CustomTypes.ThemeWebReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
1732
+ <Dependencies>
1733
+ <Depend type='Apply'>
1734
+ <Cond>context(MAIN_GEN) == -1</Cond>
1735
+ <Condition>
1736
+ <Expression>
1737
+ <Type>Comparison</Type>
1738
+ <Operator>Equal</Operator>
1739
+ <PropName source='context'>MAIN_GEN</PropName>
1740
+ <Value>-1</Value>
1741
+ </Expression>
1742
+ </Condition>
1743
+ </Depend>
1744
+ <Depend type='Not Show'/>
1745
+ </Dependencies>
1746
+ <Metadata>
1747
+ <Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C804FDBD-7C0B-440d-8527-4316C92649A6,AllowedType=78b3fa0e-174c-4b2b-8716-718167a428b5),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1748
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ThemeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1749
+ <Value name='FlagSpecificable'></Value>
1750
+ <Value name='FlagDisplayName'>Style</Value>
1751
+ </Metadata>
1752
+ </Prop>
1753
+ <Group>
1754
+ <Id>id_DEKLARIT_AUTHORIZATION_PROPERTIES</Id>
1755
+ <Name>Authorization</Name>
1756
+ <Description>Authorization</Description>
1757
+ <Type>Group</Type>
1758
+ <Children>
1759
+ <Prop>
1760
+ <Id>DKL_PERMISSION_BASE_ID</Id>
1761
+ <Name>Parmission Base Id</Name>
1762
+ <Description>Parmission Base Id</Description>
1763
+ <Type>Integer</Type>
1764
+ <Default>2001</Default>
1765
+ </Prop>
1766
+ <Prop hidden='1'>
1767
+ <Id>DKL_ROLES</Id>
1768
+ <Name>Security</Name>
1769
+ <Description>Security Roles</Description>
1770
+ <Type>Text</Type>
1771
+ <Default></Default>
1772
+ <Options>
1773
+ <Option type='Not Show'/>
1774
+ </Options>
1775
+ </Prop>
1776
+ </Children>
1777
+ </Group>
1778
+ <Group>
1779
+ <Id>idOBSERVABILITY_PRC</Id>
1780
+ <Name>Observability</Name>
1781
+ <Description>Observability settings.</Description>
1782
+ <Type>Group</Type>
1783
+ <Children>
1784
+ <Prop>
1785
+ <Id>OBSERVABILITY_GEN_SPAN</Id>
1786
+ <Name>Generate Observability span</Name>
1787
+ <Description>Generate OpenTelemetry span.</Description>
1788
+ <Type>Combo</Type>
1789
+ <Default>NO</Default>
1790
+ <Values>
1791
+ <Value id='YES' desc='Yes'/>
1792
+ <Value id='NO' desc='No'/>
1793
+ </Values>
1794
+ <Metadata>
1795
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.GenerateObservabilitySpanVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1796
+ <Value name='FlagBuildAction'>BuidWithThisOnly</Value>
1797
+ </Metadata>
1798
+ </Prop>
1799
+ </Children>
1800
+ </Group>
1801
+ <Group>
1802
+ <Id>RPTOPT_PRC</Id>
1803
+ <Name>Reporting Options</Name>
1804
+ <Description>Reporting Options</Description>
1805
+ <Type>Group</Type>
1806
+ <Children>
1807
+ <Prop>
1808
+ <Id>OUTPUT</Id>
1809
+ <Name>Report output</Name>
1810
+ <Description>Report output</Description>
1811
+ <Type>Combo</Type>
1812
+ <Values>
1813
+ <Value id='ASK' desc='Ask User'/>
1814
+ <Value id='SCR' desc='Only To Screen'/>
1815
+ <Value id='PRN' desc='Only To Printer'/>
1816
+ <Value id='FIL' desc='Only To File'/>
1817
+ </Values>
1818
+ <Metadata>
1819
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ReportOutputDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1820
+ <Value name='FlagBuildAction'>RebuildProcs</Value>
1821
+ </Metadata>
1822
+ </Prop>
1823
+ <Prop hidden='1'>
1824
+ <Id>OUTPUT_DEV_LOC</Id>
1825
+ <Name>Output device location</Name>
1826
+ <Description>Output device location</Description>
1827
+ <Type>Combo</Type>
1828
+ <Default>SERVER</Default>
1829
+ <Values>
1830
+ <Value id='SERVER' desc='Server'/>
1831
+ <Value id='CLIENT' desc='Client'/>
1832
+ </Values>
1833
+ <Dependencies>
1834
+ <Depend type='Not Show'>
1835
+ <Cond>value(OUTPUT) != PRN</Cond>
1836
+ <Condition>
1837
+ <Expression>
1838
+ <Type>Comparison</Type>
1839
+ <Operator>NotEqual</Operator>
1840
+ <PropName>OUTPUT</PropName>
1841
+ <Value>PRN</Value>
1842
+ </Expression>
1843
+ </Condition>
1844
+ </Depend>
1845
+ </Dependencies>
1846
+ </Prop>
1847
+ <Prop>
1848
+ <Id>PRINT_CUST_LAYOUT</Id>
1849
+ <Name>Customizable Layout</Name>
1850
+ <Type>Combo</Type>
1851
+ <Default>No</Default>
1852
+ <Values>
1853
+ <Value id='Yes' desc='Yes'/>
1854
+ <Value id='No' desc='No'/>
1855
+ <Value id='UMPV' desc='Use Environment property value'/>
1856
+ </Values>
1857
+ <Dependencies>
1858
+ <Depend type='Default'>
1859
+ <Value>UMPV</Value>
1860
+ </Depend>
1861
+ </Dependencies>
1862
+ </Prop>
1863
+ <Prop>
1864
+ <Id>TRNCFM</Id>
1865
+ <Name>Confirmation</Name>
1866
+ <Description>In transactions, it indicates whether or not the user's confirmation will be requested when passing from one level to another.
1867
+ In procedures, it indicates whether or not the user's confirmation will be requested when the process starts executing.</Description>
1868
+ <Alias>ConfirmTransaction</Alias>
1869
+ <Type>Combo</Type>
1870
+ <Default>None</Default>
1871
+ <Values>
1872
+ <Value id='UMPV' desc='Use Environment property value'/>
1873
+ <Value id='All' desc='Always prompt'/>
1874
+ <Value id='None' desc='Never prompt'/>
1875
+ <Value id='NoFirst' desc='Do not prompt on first level'/>
1876
+ </Values>
1877
+ <Dependencies>
1878
+ <Depend type='Not Show'>
1879
+ <Cond>context(CFMTRN) == Yes</Cond>
1880
+ <Condition>
1881
+ <Expression>
1882
+ <Type>Comparison</Type>
1883
+ <Operator>Equal</Operator>
1884
+ <PropName source='context'>CFMTRN</PropName>
1885
+ <Value>Yes</Value>
1886
+ </Expression>
1887
+ </Condition>
1888
+ </Depend>
1889
+ <Depend type='Default'>
1890
+ <Value>UMPV</Value>
1891
+ </Depend>
1892
+ <Depend type='Default'>
1893
+ <Value>All</Value>
1894
+ <Cond>context(IS_WEB_GEN) == 0</Cond>
1895
+ <Condition>
1896
+ <Expression>
1897
+ <Type>Comparison</Type>
1898
+ <Operator>Equal</Operator>
1899
+ <PropName source='context'>IS_WEB_GEN</PropName>
1900
+ <Value>0</Value>
1901
+ </Expression>
1902
+ </Condition>
1903
+ </Depend>
1904
+ <Depend type='Invalid'>
1905
+ <Value>NoFirst</Value>
1906
+ </Depend>
1907
+ </Dependencies>
1908
+ <Metadata>
1909
+ <Value name='FlagCategories'>Advanced</Value>
1910
+ <Value name='FlagBuildAction'>RebuildAll</Value>
1911
+ <Value name='FlagSpecificationName'>TRNCFM</Value>
1912
+ <Value name='FlagModelIniName'>TRNCFM</Value>
1913
+ </Metadata>
1914
+ </Prop>
1915
+ <Prop hidden='1'>
1916
+ <Id>CONFIRM</Id>
1917
+ <Name>Compatibility confirmation</Name>
1918
+ <Description>Set confirmation option</Description>
1919
+ <Type>Combo</Type>
1920
+ <Default>Yes</Default>
1921
+ <Values>
1922
+ <Value id='Yes' desc='Yes'/>
1923
+ <Value id='No' desc='No'/>
1924
+ <Value id='UMPV' desc='Use Environment property value'/>
1925
+ </Values>
1926
+ <Dependencies>
1927
+ <Depend type='Default'>
1928
+ <Value>UMPV</Value>
1929
+ <Cond>value(TRNCFM) == UMPV</Cond>
1930
+ <Condition>
1931
+ <Expression>
1932
+ <Type>Comparison</Type>
1933
+ <Operator>Equal</Operator>
1934
+ <PropName>TRNCFM</PropName>
1935
+ <Value>UMPV</Value>
1936
+ </Expression>
1937
+ </Condition>
1938
+ </Depend>
1939
+ <Depend type='Default'>
1940
+ <Value>Yes</Value>
1941
+ <Cond>value(TRNCFM) == All</Cond>
1942
+ <Condition>
1943
+ <Expression>
1944
+ <Type>Comparison</Type>
1945
+ <Operator>Equal</Operator>
1946
+ <PropName>TRNCFM</PropName>
1947
+ <Value>All</Value>
1948
+ </Expression>
1949
+ </Condition>
1950
+ </Depend>
1951
+ <Depend type='Default'>
1952
+ <Value>No</Value>
1953
+ <Cond>(value(TRNCFM) == None) or (value(TRNCFM) == NoFirst)</Cond>
1954
+ <Condition>
1955
+ <Expression>
1956
+ <Type>BooleanExpression</Type>
1957
+ <FirstPart>
1958
+ <Expression>
1959
+ <Type>Comparison</Type>
1960
+ <Operator>Equal</Operator>
1961
+ <PropName>TRNCFM</PropName>
1962
+ <Value>None</Value>
1963
+ </Expression>
1964
+ </FirstPart>
1965
+ <Operator>or</Operator>
1966
+ <SecondPart>
1967
+ <Expression>
1968
+ <Type>Comparison</Type>
1969
+ <Operator>Equal</Operator>
1970
+ <PropName>TRNCFM</PropName>
1971
+ <Value>NoFirst</Value>
1972
+ </Expression>
1973
+ </SecondPart>
1974
+ </Expression>
1975
+ </Condition>
1976
+ </Depend>
1977
+ </Dependencies>
1978
+ <Metadata>
1979
+ <Value name='FlagSpecificable'></Value>
1980
+ </Metadata>
1981
+ <Options>
1982
+ <Option type='Not Show'/>
1983
+ </Options>
1984
+ </Prop>
1985
+ <Prop>
1986
+ <Id>CANCEL</Id>
1987
+ <Name>Allow user to cancel processing</Name>
1988
+ <Description>Allow user to cancel processing</Description>
1989
+ <Type>Combo</Type>
1990
+ <Default>YES</Default>
1991
+ <Values>
1992
+ <Value id='YES' desc='Yes'/>
1993
+ <Value id='NO' desc='No'/>
1994
+ </Values>
1995
+ </Prop>
1996
+ <Prop>
1997
+ <Id>LSTPFOOT</Id>
1998
+ <Name>Footer on last page</Name>
1999
+ <Description>Footer on last page</Description>
2000
+ <Type>Combo</Type>
2001
+ <Default>YES</Default>
2002
+ <Values>
2003
+ <Value id='YES' desc='Yes'/>
2004
+ <Value id='NO' desc='No'/>
2005
+ </Values>
2006
+ </Prop>
2007
+ <Prop>
2008
+ <Id>AUTOCENTER</Id>
2009
+ <Name>Autocenter objects in (0,0)</Name>
2010
+ <Description>Autocenter objects in (0,0)</Description>
2011
+ <Type>Combo</Type>
2012
+ <Default>No</Default>
2013
+ <Values>
2014
+ <Value id='UMPV' desc='Use Environment property value'/>
2015
+ <Value id='No' desc='No'/>
2016
+ <Value id='Yes' desc='Yes'/>
2017
+ </Values>
2018
+ <Dependencies>
2019
+ <Depend type='Default'>
2020
+ <Value>UMPV</Value>
2021
+ </Depend>
2022
+ </Dependencies>
2023
+ </Prop>
2024
+ <Prop hidden='1'>
2025
+ <Id>SOAP_CANCELERROR</Id>
2026
+ <Name>Cancel caller execution on error</Name>
2027
+ <Description>Cancel caller execution on error</Description>
2028
+ <Type>Combo</Type>
2029
+ <Default>YES</Default>
2030
+ <Values>
2031
+ <Value id='YES' desc='Yes'/>
2032
+ <Value id='NO' desc='No'/>
2033
+ </Values>
2034
+ <Dependencies>
2035
+ <Depend type='Not Show'>
2036
+ <Cond>value(CALL_PROTOCOL) != SOAP</Cond>
2037
+ <Condition>
2038
+ <Expression>
2039
+ <Type>Comparison</Type>
2040
+ <Operator>NotEqual</Operator>
2041
+ <PropName>CALL_PROTOCOL</PropName>
2042
+ <Value>SOAP</Value>
2043
+ </Expression>
2044
+ </Condition>
2045
+ </Depend>
2046
+ </Dependencies>
2047
+ </Prop>
2048
+ </Children>
2049
+ </Group>
2050
+ <Prop>
2051
+ <Id>EXECUTE_IN_NEW_UTL</Id>
2052
+ <Name>Execute in new LUW</Name>
2053
+ <Description>Indicates whether the procedure will be run in a new LUW (Logic Unit of Work) or not. As a result, the called procedure and everything called by it will be executed in an LUW that is independent from the caller object's LUW. Also, when a Commit or Rollback of this LUW is performed, there will be no Commit or Rollback of the caller object's LUW</Description>
2054
+ <Type>Boolean</Type>
2055
+ <Default>false</Default>
2056
+ <Dependencies>
2057
+ <Depend type='Not Show'>
2058
+ <Cond>value(CALL_PROTOCOL) == EJB</Cond>
2059
+ <Condition>
2060
+ <Expression>
2061
+ <Type>Comparison</Type>
2062
+ <Operator>Equal</Operator>
2063
+ <PropName>CALL_PROTOCOL</PropName>
2064
+ <Value>EJB</Value>
2065
+ </Expression>
2066
+ </Condition>
2067
+ </Depend>
2068
+ </Dependencies>
2069
+ </Prop>
2070
+ <Group>
2071
+ <Id>TRNINT</Id>
2072
+ <Name>Transaction integrity</Name>
2073
+ <Description>Transaction integrity</Description>
2074
+ <Type>Group</Type>
2075
+ <Children>
2076
+ <Prop>
2077
+ <Id>TRNEND</Id>
2078
+ <Name>Commit on exit</Name>
2079
+ <Description>Commit on exit</Description>
2080
+ <Alias>CommitOnExit</Alias>
2081
+ <Type>Combo</Type>
2082
+ <Default>Yes</Default>
2083
+ <Values>
2084
+ <Value id='Yes' desc='Yes'/>
2085
+ <Value id='No' desc='No'/>
2086
+ </Values>
2087
+ <Dependencies>
2088
+ <Depend type='Not Show'>
2089
+ <Cond>(value(CALL_PROTOCOL) == EJB) and (value(idTRN_Type) == idTRN_Type_CONTAINER)</Cond>
2090
+ <Condition>
2091
+ <Expression>
2092
+ <Type>BooleanExpression</Type>
2093
+ <FirstPart>
2094
+ <Expression>
2095
+ <Type>Comparison</Type>
2096
+ <Operator>Equal</Operator>
2097
+ <PropName>CALL_PROTOCOL</PropName>
2098
+ <Value>EJB</Value>
2099
+ </Expression>
2100
+ </FirstPart>
2101
+ <Operator>and</Operator>
2102
+ <SecondPart>
2103
+ <Expression>
2104
+ <Type>Comparison</Type>
2105
+ <Operator>Equal</Operator>
2106
+ <PropName>idTRN_Type</PropName>
2107
+ <Value>idTRN_Type_CONTAINER</Value>
2108
+ </Expression>
2109
+ </SecondPart>
2110
+ </Expression>
2111
+ </Condition>
2112
+ </Depend>
2113
+ </Dependencies>
2114
+ <Metadata>
2115
+ <Value name='FlagSpecificationName'>TRNEND</Value>
2116
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.CommitOnExitDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2117
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2118
+ </Metadata>
2119
+ </Prop>
2120
+ </Children>
2121
+ </Group>
2122
+ <Group>
2123
+ <Id>SPC_WARNING_MESSAGES_GROUP</Id>
2124
+ <Name>Warning messages</Name>
2125
+ <Description>Configure warning messages handling options.</Description>
2126
+ <Type>Group</Type>
2127
+ <Metadata>
2128
+ <Value name='FlagCategories'>Output</Value>
2129
+ </Metadata>
2130
+ <Children>
2131
+ <Prop>
2132
+ <Id>SPC_WARNINGS_DISABLED</Id>
2133
+ <Name>Disabled warnings</Name>
2134
+ <Description>Type a space separated list of warning message codes you want to be disabled.</Description>
2135
+ <Type>Text</Type>
2136
+ <Metadata>
2137
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2138
+ </Metadata>
2139
+ </Prop>
2140
+ </Children>
2141
+ </Group>
2142
+ <Group>
2143
+ <Id>idObjectCompatibilityGroup</Id>
2144
+ <Name>Compatibility</Name>
2145
+ <Description>Compatibility with previous versions</Description>
2146
+ <Type>Group</Type>
2147
+ <Metadata>
2148
+ <Value name='FlagCategories'>Compatibility</Value>
2149
+ </Metadata>
2150
+ <Children>
2151
+ <Prop>
2152
+ <Id>STD_FUNC_OBJECT</Id>
2153
+ <Name>Standard Functions</Name>
2154
+ <Description>Standard functions checking</Description>
2155
+ <Type>Combo</Type>
2156
+ <Default>UMPV</Default>
2157
+ <Values>
2158
+ <Value id='UMPV' desc='Use Environment property value'/>
2159
+ <Value id='Yes' desc='Only standard functions'/>
2160
+ <Value id='No' desc='Allow non-standard functions'/>
2161
+ </Values>
2162
+ <Metadata>
2163
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2164
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2165
+ </Metadata>
2166
+ </Prop>
2167
+ <Prop>
2168
+ <Id>INITIALIZE_NEW</Id>
2169
+ <Name>Initialize not referenced attributes</Name>
2170
+ <Description>Initialize not referenced attributes</Description>
2171
+ <Type>Combo</Type>
2172
+ <Default>Yes</Default>
2173
+ <Values>
2174
+ <Value id='Yes' desc='Yes'/>
2175
+ <Value id='No' desc='No'/>
2176
+ <Value id='UMPV' desc='Use Environment property value'/>
2177
+ </Values>
2178
+ <Dependencies>
2179
+ <Depend type='Default'>
2180
+ <Value>UMPV</Value>
2181
+ </Depend>
2182
+ </Dependencies>
2183
+ </Prop>
2184
+ <Prop>
2185
+ <Id>NULLVALUE_AS_NULL</Id>
2186
+ <Name>Generate null for nullvalue()</Name>
2187
+ <Description>Generate null for nullvalue()</Description>
2188
+ <Type>Combo</Type>
2189
+ <Default>idNULLVALUE_AS_NULL_No</Default>
2190
+ <Values>
2191
+ <Value id='No' desc='No'/>
2192
+ <Value id='Yes' desc='Yes'/>
2193
+ <Value id='UMPV' desc='Use Environment property value'/>
2194
+ </Values>
2195
+ <Dependencies>
2196
+ <Depend type='Default'>
2197
+ <Value>UMPV</Value>
2198
+ </Depend>
2199
+ </Dependencies>
2200
+ </Prop>
2201
+ </Children>
2202
+ </Group>
2203
+ <Group>
2204
+ <Id>AS_PRC</Id>
2205
+ <Name>iSeries specific</Name>
2206
+ <Description>iSeries specific</Description>
2207
+ <Type>Group</Type>
2208
+ <Metadata>
2209
+ <Value name='FlagCategories'>Win:RPG:Advanced</Value>
2210
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.HasCobolOrRPGVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2211
+ </Metadata>
2212
+ <Children>
2213
+ <Prop>
2214
+ <Id>TRNCMT</Id>
2215
+ <Name>Commitment</Name>
2216
+ <Description>Commitment</Description>
2217
+ <Type>Combo</Type>
2218
+ <Default>YES</Default>
2219
+ <Values>
2220
+ <Value id='YES' desc='Enabled'/>
2221
+ <Value id='NO' desc='Disabled'/>
2222
+ </Values>
2223
+ </Prop>
2224
+ <Prop>
2225
+ <Id>PRT_DDS</Id>
2226
+ <Name>Print using DDSs</Name>
2227
+ <Description>Print using DDSs</Description>
2228
+ <Type>Combo</Type>
2229
+ <Default>No</Default>
2230
+ <Values>
2231
+ <Value id='UMPV' desc='Use Environment property value'/>
2232
+ <Value id='No' desc='No'/>
2233
+ <Value id='Yes' desc='Yes'/>
2234
+ </Values>
2235
+ <Dependencies>
2236
+ <Depend type='Default'>
2237
+ <Value>UMPV</Value>
2238
+ </Depend>
2239
+ </Dependencies>
2240
+ </Prop>
2241
+ <Prop>
2242
+ <Id>GENERATE_ILE</Id>
2243
+ <Name>Generate ILE RPG for iSeries</Name>
2244
+ <Description>Generate ILE RPG for iSeries</Description>
2245
+ <Type>Combo</Type>
2246
+ <Default>No</Default>
2247
+ <Values>
2248
+ <Value id='UMPV' desc='Use Environment property value'/>
2249
+ <Value id='No' desc='No'/>
2250
+ <Value id='Yes' desc='Yes'/>
2251
+ </Values>
2252
+ <Dependencies>
2253
+ <Depend type='Default'>
2254
+ <Value>UMPV</Value>
2255
+ </Depend>
2256
+ </Dependencies>
2257
+ <Metadata>
2258
+ <Value name='FlagDisplayName'>Generate ILE RPG for iSeries</Value>
2259
+ </Metadata>
2260
+ </Prop>
2261
+ <Group>
2262
+ <Id>PRCUI</Id>
2263
+ <Name>User interface</Name>
2264
+ <Description>User interface</Description>
2265
+ <Type>Group</Type>
2266
+ <Children>
2267
+ <Prop>
2268
+ <Id>BEEPONMSG</Id>
2269
+ <Name>Beep on messages</Name>
2270
+ <Description>Beep on messages</Description>
2271
+ <Type>Combo</Type>
2272
+ <Default>No</Default>
2273
+ <Values>
2274
+ <Value id='UMPV' desc='Use Environment property value'/>
2275
+ <Value id='No' desc='No'/>
2276
+ <Value id='Yes' desc='Yes'/>
2277
+ </Values>
2278
+ <Dependencies>
2279
+ <Depend type='Default'>
2280
+ <Value>UMPV</Value>
2281
+ </Depend>
2282
+ </Dependencies>
2283
+ <Metadata>
2284
+ <Value name='FlagCategories'>Win:Advanced</Value>
2285
+ </Metadata>
2286
+ </Prop>
2287
+ </Children>
2288
+ </Group>
2289
+ </Children>
2290
+ </Group>
2291
+ <Group>
2292
+ <Id>CSGEN_PRC</Id>
2293
+ <Name>Client/Server specific</Name>
2294
+ <Description>Client/Server specific</Description>
2295
+ <Type>Group</Type>
2296
+ <Metadata>
2297
+ <Value name='FlagCategories'>Advanced</Value>
2298
+ </Metadata>
2299
+ <Children>
2300
+ <Prop>
2301
+ <Id>DBMS_JOINS</Id>
2302
+ <Name>Join management</Name>
2303
+ <Description>Join management</Description>
2304
+ <Type>Combo</Type>
2305
+ <Default>Yes</Default>
2306
+ <Values>
2307
+ <Value id='UMPV' desc='Use Environment property value'/>
2308
+ <Value id='Yes' desc='Join tables on the server'/>
2309
+ <Value id='No' desc='Join tables on the client'/>
2310
+ </Values>
2311
+ <Dependencies>
2312
+ <Depend type='Default'>
2313
+ <Value>UMPV</Value>
2314
+ </Depend>
2315
+ </Dependencies>
2316
+ <Metadata>
2317
+ <Value name='FlagBuildAction'>RebuildAll</Value>
2318
+ </Metadata>
2319
+ </Prop>
2320
+ <Prop>
2321
+ <Id>JOIN_TYPE</Id>
2322
+ <Name>Join type</Name>
2323
+ <Description>Join type</Description>
2324
+ <Type>Combo</Type>
2325
+ <Default>Default</Default>
2326
+ <Values>
2327
+ <Value id='UMPV' desc='Use Environment property value'/>
2328
+ <Value id='Default' desc='Use default for server'/>
2329
+ <Value id='Natural' desc='Natural join'/>
2330
+ <Value id='Outer' desc='Outer join'/>
2331
+ </Values>
2332
+ <Dependencies>
2333
+ <Depend type='Default'>
2334
+ <Value>UMPV</Value>
2335
+ </Depend>
2336
+ </Dependencies>
2337
+ <Options>
2338
+ <Option type='Dyn Show'/>
2339
+ </Options>
2340
+ </Prop>
2341
+ <Group>
2342
+ <Id>GRAL_PRC</Id>
2343
+ <Name>Optimization</Name>
2344
+ <Description>Optimization</Description>
2345
+ <Type>Group</Type>
2346
+ <Children>
2347
+ <Prop>
2348
+ <Id>Optimize_copy</Id>
2349
+ <Name>Copy table groups</Name>
2350
+ <Description>Copy table groups</Description>
2351
+ <Type>Combo</Type>
2352
+ <Default>IfNoUniqueIndex</Default>
2353
+ <Values>
2354
+ <Value id='IfNoUniqueIndex' desc='If no unique index'/>
2355
+ <Value id='Alway' desc='Always'/>
2356
+ <Value id='Never' desc='Never'/>
2357
+ <Value id='UMPV' desc='Use Environment property value'/>
2358
+ </Values>
2359
+ <Dependencies>
2360
+ <Depend type='Default'>
2361
+ <Value>UMPV</Value>
2362
+ </Depend>
2363
+ </Dependencies>
2364
+ </Prop>
2365
+ <Group>
2366
+ <Id>ORACLE_PRC</Id>
2367
+ <Name>Oracle</Name>
2368
+ <Description>Oracle</Description>
2369
+ <Type>Group</Type>
2370
+ <Children>
2371
+ <Prop>
2372
+ <Id>CS_ORA_FORUPD</Id>
2373
+ <Name>Generate FOR UPDATE clause</Name>
2374
+ <Description>Generate FOR UPDATE clause</Description>
2375
+ <Type>Combo</Type>
2376
+ <Default>Yes</Default>
2377
+ <Values>
2378
+ <Value id='UMPV' desc='Use Environment property value'/>
2379
+ <Value id='Yes' desc='Yes'/>
2380
+ <Value id='No' desc='No'/>
2381
+ </Values>
2382
+ <Dependencies>
2383
+ <Depend type='Default'>
2384
+ <Value>UMPV</Value>
2385
+ </Depend>
2386
+ </Dependencies>
2387
+ </Prop>
2388
+ </Children>
2389
+ </Group>
2390
+ </Children>
2391
+ </Group>
2392
+ </Children>
2393
+ </Group>
2394
+ <Group>
2395
+ <Id>idMiscellaneousGroup</Id>
2396
+ <Name>Miscellaneous</Name>
2397
+ <Type>Group</Type>
2398
+ <Children>
2399
+ <Prop hidden='1'>
2400
+ <Id>OBJ_IS_INTERFACE</Id>
2401
+ <Name>OBJ_IS_INTERFACE</Name>
2402
+ <Type>Boolean</Type>
2403
+ <Default>false</Default>
2404
+ <Metadata>
2405
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IsInterfaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
2406
+ </Metadata>
2407
+ <Options>
2408
+ <Option type='Not Show'/>
2409
+ <Option type="Don't serialize"/>
2410
+ </Options>
2411
+ </Prop>
2412
+ <Prop>
2413
+ <Id>GenerateObject</Id>
2414
+ <Name>GenerateObject</Name>
2415
+ <Description>Allows to enable or disable the object specification and generation.</Description>
2416
+ <Type>Boolean</Type>
2417
+ <Default>true</Default>
2418
+ <Dependencies>
2419
+ <Depend type='Default'>
2420
+ <Value>0</Value>
2421
+ <Cond>value(OBJ_IS_INTERFACE) == true</Cond>
2422
+ <Condition>
2423
+ <Expression>
2424
+ <Type>Comparison</Type>
2425
+ <Operator>Equal</Operator>
2426
+ <PropName>OBJ_IS_INTERFACE</PropName>
2427
+ <Value>true</Value>
2428
+ </Expression>
2429
+ </Condition>
2430
+ </Depend>
2431
+ <Depend type='Invalid'>
2432
+ <Value>-1</Value>
2433
+ <Cond>value(OBJ_IS_INTERFACE) == true</Cond>
2434
+ <Condition>
2435
+ <Expression>
2436
+ <Type>Comparison</Type>
2437
+ <Operator>Equal</Operator>
2438
+ <PropName>OBJ_IS_INTERFACE</PropName>
2439
+ <Value>true</Value>
2440
+ </Expression>
2441
+ </Condition>
2442
+ </Depend>
2443
+ </Dependencies>
2444
+ <Metadata>
2445
+ <Value name='FlagRedundantValue'>true</Value>
2446
+ </Metadata>
2447
+ </Prop>
2448
+ </Children>
2449
+ </Group>
2450
+ </Children>
2451
+ </Group>
2452
+ </Object>
2453
+ </Content>