profoundjs 7.21.0 → 7.22.1
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.
- package/htdocs/profoundui/proddata/css/profoundui.css +3 -2
- package/htdocs/profoundui/proddata/images/FlatIcons/24x24/capture-changes.png +0 -0
- package/htdocs/profoundui/proddata/js/atrium.js +18 -18
- package/htdocs/profoundui/proddata/js/designer.js +4345 -4325
- package/htdocs/profoundui/proddata/js/genie.js +2603 -2595
- package/htdocs/profoundui/proddata/js/runtime.js +1369 -1365
- package/htdocs/profoundui/proddata/js/signon.js +10 -10
- package/package.json +1 -1
- package/profound.jse +1 -1
- package/setup/config.js +1 -4
- package/setup/pjsdist.savf +0 -0
- package/setup/setup.js +0 -10
- package/htdocs/profoundui/proddata/css/plogic.css +0 -4976
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.svg +0 -276
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.svg +0 -301
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.svg +0 -281
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/material_icons.woff2 +0 -0
- package/htdocs/profoundui/proddata/js/plogic.grids.js +0 -326
- package/setup/modules/environment/README.md +0 -17
- package/setup/modules/environment/atenvcmds.json +0 -1283
- package/setup/modules/environment/atenvir.json +0 -1643
- package/setup/modules/environment/atuserenvirdefaults.json +0 -1789
|
@@ -1,1643 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"text": "",
|
|
3
|
-
"logic": {
|
|
4
|
-
"load records": {
|
|
5
|
-
"steps": [
|
|
6
|
-
{
|
|
7
|
-
"text": "Custom SQL",
|
|
8
|
-
"answers": {
|
|
9
|
-
"plugin": "Database:custom-sql",
|
|
10
|
-
"sql": "Select ID, envname,envdesc,jobdesc,\r\ncase\r\n when pjsHost = '' then ''\r\n when pjsPort > '' then\r\n trim(pjsProtol) || '://' || trim(pjsHost) || ':' || pjsPort \r\n else\r\n trim(pjsProtol) || '://' || trim(pjsHost)\r\n end as pjs_url, \r\ndisabled\r\nFrom ATENVIR\r\norder by envname;",
|
|
11
|
-
"save_result": true,
|
|
12
|
-
"first_record_only": false,
|
|
13
|
-
"destination": "Grid",
|
|
14
|
-
"grid": "grid",
|
|
15
|
-
"comment": ""
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"text": "Success?",
|
|
20
|
-
"answers": {
|
|
21
|
-
"plugin": "Conditions:success",
|
|
22
|
-
"not": true,
|
|
23
|
-
"comment": ""
|
|
24
|
-
},
|
|
25
|
-
"isStructureStart": true,
|
|
26
|
-
"collapsed": false
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"text": "Show message box",
|
|
30
|
-
"answers": {
|
|
31
|
-
"plugin": "Navigation:show-message-box",
|
|
32
|
-
"title": "err",
|
|
33
|
-
"message": "err",
|
|
34
|
-
"icon": "",
|
|
35
|
-
"button1": "",
|
|
36
|
-
"button2": "",
|
|
37
|
-
"button3": "",
|
|
38
|
-
"button4": "",
|
|
39
|
-
"button5": "",
|
|
40
|
-
"capture_response": false,
|
|
41
|
-
"comment": ""
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"isStructureEnd": true
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
|
-
"edit icon click": {
|
|
50
|
-
"steps": [
|
|
51
|
-
{
|
|
52
|
-
"text": "Retrieve record",
|
|
53
|
-
"answers": {
|
|
54
|
-
"plugin": "Database:get-record",
|
|
55
|
-
"tables": "ATENVIR",
|
|
56
|
-
"columns": "id,envname,envdesc,jobdesc,pjsprotol,pjshost,pjsport,disabled,tsadded,adduser,tslstchg,upduser,tsdisable,disuser,notes",
|
|
57
|
-
"criteria": "id = ?",
|
|
58
|
-
"parameter": "activeGridRecord[\"id\"]",
|
|
59
|
-
"destination": "Screen",
|
|
60
|
-
"screen": "detailScreen",
|
|
61
|
-
"comment": ""
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"text": "Call another routine",
|
|
66
|
-
"answers": {
|
|
67
|
-
"plugin": "Navigation:call-routine",
|
|
68
|
-
"routine-name": "Retrieve Library List",
|
|
69
|
-
"argument": "",
|
|
70
|
-
"comment": ""
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"text": "Show edit window",
|
|
75
|
-
"answers": {
|
|
76
|
-
"plugin": "Navigation:show-screen",
|
|
77
|
-
"screen": "detailScreen",
|
|
78
|
-
"populate": true,
|
|
79
|
-
"source": "Specify each value individually",
|
|
80
|
-
"screen-values": {
|
|
81
|
-
"idKey": "activeGridRecord[\"id\"]",
|
|
82
|
-
"editMode": "true",
|
|
83
|
-
"copyId": "''",
|
|
84
|
-
"dialogTitle": "'Edit Record'"
|
|
85
|
-
},
|
|
86
|
-
"comment": ""
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
]
|
|
90
|
-
},
|
|
91
|
-
"save button click": {
|
|
92
|
-
"steps": [
|
|
93
|
-
{
|
|
94
|
-
"text": "Custom Node.js",
|
|
95
|
-
"answers": {
|
|
96
|
-
"plugin": "Custom:code",
|
|
97
|
-
"custom-code": "debugger;\r\n",
|
|
98
|
-
"comment": ""
|
|
99
|
-
},
|
|
100
|
-
"disabled": true
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"text": "New Record?",
|
|
104
|
-
"answers": {
|
|
105
|
-
"plugin": "Conditions:comparison",
|
|
106
|
-
"variable": "detailScreen[\"editMode\"]",
|
|
107
|
-
"type": "==",
|
|
108
|
-
"value": "false",
|
|
109
|
-
"and-or": "",
|
|
110
|
-
"comment": ""
|
|
111
|
-
},
|
|
112
|
-
"isStructureStart": true,
|
|
113
|
-
"collapsed": false
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"text": "Generate the UUID",
|
|
117
|
-
"answers": {
|
|
118
|
-
"plugin": "Program Data:set-screen-fields",
|
|
119
|
-
"screen": "detailScreen",
|
|
120
|
-
"source": "Specify each value individually",
|
|
121
|
-
"screen-values": {
|
|
122
|
-
"id": "pjs.newUUID()",
|
|
123
|
-
"upduser": "''",
|
|
124
|
-
"adduser": "pjs.getUser()",
|
|
125
|
-
"tslstchg": "pjs.timestamp()",
|
|
126
|
-
"macroname": "''",
|
|
127
|
-
"logflag": "0",
|
|
128
|
-
"rercdflag": "0",
|
|
129
|
-
"validflag": "0"
|
|
130
|
-
},
|
|
131
|
-
"comment": ""
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"isStructureEnd": true
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"text": "Otherwise",
|
|
139
|
-
"answers": {
|
|
140
|
-
"plugin": "Conditions:else",
|
|
141
|
-
"comment": ""
|
|
142
|
-
},
|
|
143
|
-
"isStructureStart": true,
|
|
144
|
-
"collapsed": false
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"text": "Set changed by user",
|
|
148
|
-
"answers": {
|
|
149
|
-
"plugin": "Program Data:set-screen-fields",
|
|
150
|
-
"screen": "detailScreen",
|
|
151
|
-
"source": "Specify each value individually",
|
|
152
|
-
"screen-values": {
|
|
153
|
-
"upduser": "pjs.getUser()",
|
|
154
|
-
"tslstchg": "pjs.timestamp()"
|
|
155
|
-
},
|
|
156
|
-
"comment": ""
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"isStructureEnd": true
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"text": "is Disabled?",
|
|
164
|
-
"answers": {
|
|
165
|
-
"plugin": "Conditions:comparison",
|
|
166
|
-
"variable": "detailScreen[\"disabled\"]",
|
|
167
|
-
"type": "==",
|
|
168
|
-
"value": "1",
|
|
169
|
-
"and-or": "",
|
|
170
|
-
"comment": ""
|
|
171
|
-
},
|
|
172
|
-
"isStructureStart": true,
|
|
173
|
-
"collapsed": false
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"text": "Set disabled info",
|
|
177
|
-
"answers": {
|
|
178
|
-
"plugin": "Program Data:set-screen-fields",
|
|
179
|
-
"screen": "detailScreen",
|
|
180
|
-
"source": "Specify each value individually",
|
|
181
|
-
"screen-values": {
|
|
182
|
-
"tsdisable": "pjs.timestamp()",
|
|
183
|
-
"disuser": "pjs.getUser()"
|
|
184
|
-
},
|
|
185
|
-
"comment": ""
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"isStructureEnd": true
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"text": "Otherwise",
|
|
193
|
-
"answers": {
|
|
194
|
-
"plugin": "Conditions:else",
|
|
195
|
-
"comment": ""
|
|
196
|
-
},
|
|
197
|
-
"isStructureStart": true,
|
|
198
|
-
"collapsed": false
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"text": "Clear disabled info",
|
|
202
|
-
"answers": {
|
|
203
|
-
"plugin": "Program Data:set-screen-fields",
|
|
204
|
-
"screen": "detailScreen",
|
|
205
|
-
"source": "Specify each value individually",
|
|
206
|
-
"screen-values": {
|
|
207
|
-
"tsdisable": "'0001-01-01 00:00:00.000000'",
|
|
208
|
-
"disuser": "''"
|
|
209
|
-
},
|
|
210
|
-
"comment": ""
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"isStructureEnd": true
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"text": "Update/insert record",
|
|
218
|
-
"answers": {
|
|
219
|
-
"plugin": "Database:update-insert-record",
|
|
220
|
-
"table": "ATENVIR",
|
|
221
|
-
"criteria": "id = ?",
|
|
222
|
-
"parameter": "detailScreen[\"idKey\"]",
|
|
223
|
-
"record_source": "From a screen",
|
|
224
|
-
"screen": "detailScreen",
|
|
225
|
-
"results": "",
|
|
226
|
-
"comment": ""
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"text": "Any problems?",
|
|
231
|
-
"answers": {
|
|
232
|
-
"plugin": "Conditions:success",
|
|
233
|
-
"not": true
|
|
234
|
-
},
|
|
235
|
-
"isStructureStart": true,
|
|
236
|
-
"collapsed": false
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"text": "Show message",
|
|
240
|
-
"answers": {
|
|
241
|
-
"plugin": "Navigation:show-message-box",
|
|
242
|
-
"title": "Error",
|
|
243
|
-
"message": "Record could not be saved.\r\n<br/>\r\n<br/>\r\n${_error.message}",
|
|
244
|
-
"icon": "error",
|
|
245
|
-
"button1": "",
|
|
246
|
-
"button2": "",
|
|
247
|
-
"button3": "",
|
|
248
|
-
"button4": "",
|
|
249
|
-
"button5": "",
|
|
250
|
-
"capture_response": false
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"text": "Stop",
|
|
255
|
-
"answers": {
|
|
256
|
-
"plugin": "Navigation:terminate-routine"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"isStructureEnd": true
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"text": "Copy Commands?",
|
|
264
|
-
"answers": {
|
|
265
|
-
"plugin": "Conditions:comparison",
|
|
266
|
-
"variable": "detailScreen[\"copyId\"]",
|
|
267
|
-
"type": ">",
|
|
268
|
-
"value": "''",
|
|
269
|
-
"and-or": "",
|
|
270
|
-
"comment": ""
|
|
271
|
-
},
|
|
272
|
-
"isStructureStart": true,
|
|
273
|
-
"collapsed": false
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"text": "Retrieve commands",
|
|
277
|
-
"answers": {
|
|
278
|
-
"plugin": "Database:get-records",
|
|
279
|
-
"tables": "ATENVCMDS",
|
|
280
|
-
"columns": "envid,cmdseq,command,chronology,disabled,conterrs,tsdisable,disuser",
|
|
281
|
-
"criteria": "envid = ?",
|
|
282
|
-
"parameter": "detailScreen[\"copyId\"]",
|
|
283
|
-
"add_order_by": false,
|
|
284
|
-
"limit": "",
|
|
285
|
-
"skip": "",
|
|
286
|
-
"destination": "Work variable",
|
|
287
|
-
"work_variable": "commandsRecords",
|
|
288
|
-
"comment": ""
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"text": "Process list",
|
|
293
|
-
"answers": {
|
|
294
|
-
"plugin": "Program Data:process-list",
|
|
295
|
-
"list": "commandsRecords",
|
|
296
|
-
"work_variable": "record",
|
|
297
|
-
"comment": ""
|
|
298
|
-
},
|
|
299
|
-
"isStructureStart": true,
|
|
300
|
-
"collapsed": false
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"text": "Write commands",
|
|
304
|
-
"answers": {
|
|
305
|
-
"plugin": "Database:insert-record",
|
|
306
|
-
"table": "ATENVCMDS",
|
|
307
|
-
"record_source": "Specify each column value individually",
|
|
308
|
-
"column-values": {
|
|
309
|
-
"id": "pjs.newUUID()",
|
|
310
|
-
"envid": "detailScreen[\"id\"]",
|
|
311
|
-
"cmdseq": "record[\"cmdseq\"]",
|
|
312
|
-
"command": "record[\"command\"]",
|
|
313
|
-
"chronology": "record[\"chronology\"]",
|
|
314
|
-
"disabled": "record[\"disabled\"]",
|
|
315
|
-
"conterrs": "record[\"conterrs\"]",
|
|
316
|
-
"tsadded": "pjs.timestamp()",
|
|
317
|
-
"adduser": "pjs.getUser()",
|
|
318
|
-
"tslstchg": "pjs.timestamp()",
|
|
319
|
-
"upduser": "pjs.getUser()",
|
|
320
|
-
"tsdisable": "record[\"tsdisable\"]",
|
|
321
|
-
"disuser": "record[\"disuser\"]"
|
|
322
|
-
},
|
|
323
|
-
"results": "",
|
|
324
|
-
"comment": ""
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"isStructureEnd": true
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"isStructureEnd": true
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"text": "Go back",
|
|
335
|
-
"answers": {
|
|
336
|
-
"plugin": "Navigation:show-screen",
|
|
337
|
-
"screen": "mainScreen",
|
|
338
|
-
"populate": false
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
]
|
|
342
|
-
},
|
|
343
|
-
"cancel button click": {
|
|
344
|
-
"steps": [
|
|
345
|
-
{
|
|
346
|
-
"text": "Go back",
|
|
347
|
-
"answers": {
|
|
348
|
-
"plugin": "Navigation:show-screen",
|
|
349
|
-
"screen": "mainScreen",
|
|
350
|
-
"populate": false
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
]
|
|
354
|
-
},
|
|
355
|
-
"routine 1": {
|
|
356
|
-
"steps": [
|
|
357
|
-
{
|
|
358
|
-
"text": "Call another Rich Display",
|
|
359
|
-
"answers": {
|
|
360
|
-
"plugin": "Navigation:call-rich-display",
|
|
361
|
-
"rich-display-name": "atenvcmds.json",
|
|
362
|
-
"transfer-control": false,
|
|
363
|
-
"argument": "activeGridRecord[\"id\"]",
|
|
364
|
-
"argument_2": "activeGridRecord[\"envname\"]",
|
|
365
|
-
"argument_3": "activeGridRecord[\"envdesc\"]",
|
|
366
|
-
"comment": ""
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
|
-
"Copy Record": {
|
|
372
|
-
"steps": [
|
|
373
|
-
{
|
|
374
|
-
"text": "Retrieve record",
|
|
375
|
-
"answers": {
|
|
376
|
-
"plugin": "Database:get-record",
|
|
377
|
-
"tables": "ATENVIR",
|
|
378
|
-
"columns": "id,jobdesc,pjsprotol,pjshost,pjsport,disabled,tsadded,adduser,tslstchg,upduser,tsdisable,disuser,notes",
|
|
379
|
-
"criteria": "id = ?",
|
|
380
|
-
"parameter": "activeGridRecord[\"id\"]",
|
|
381
|
-
"destination": "Screen",
|
|
382
|
-
"screen": "detailScreen",
|
|
383
|
-
"comment": ""
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"text": "Set screen field(s)",
|
|
388
|
-
"answers": {
|
|
389
|
-
"plugin": "Program Data:set-screen-fields",
|
|
390
|
-
"screen": "detailScreen",
|
|
391
|
-
"source": "Specify each value individually",
|
|
392
|
-
"screen-values": {
|
|
393
|
-
"editMode": "false",
|
|
394
|
-
"id": "''",
|
|
395
|
-
"envname": "''",
|
|
396
|
-
"envdesc": "''"
|
|
397
|
-
},
|
|
398
|
-
"comment": ""
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"text": "Show edit window",
|
|
403
|
-
"answers": {
|
|
404
|
-
"plugin": "Navigation:show-screen",
|
|
405
|
-
"screen": "detailScreen",
|
|
406
|
-
"populate": true,
|
|
407
|
-
"source": "Specify each value individually",
|
|
408
|
-
"screen-values": {
|
|
409
|
-
"editMode": "false",
|
|
410
|
-
"copyId": "activeGridRecord[\"id\"]",
|
|
411
|
-
"dialogTitle": "'Add Record'"
|
|
412
|
-
},
|
|
413
|
-
"comment": ""
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
]
|
|
417
|
-
},
|
|
418
|
-
"Retrieve Library List": {
|
|
419
|
-
"steps": [
|
|
420
|
-
{
|
|
421
|
-
"text": "Clear grid",
|
|
422
|
-
"answers": {
|
|
423
|
-
"plugin": "Grids:clear-grid",
|
|
424
|
-
"grid": "gridA",
|
|
425
|
-
"comment": ""
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"text": "Split out the Job Description",
|
|
430
|
-
"answers": {
|
|
431
|
-
"plugin": "Custom:code",
|
|
432
|
-
"custom-code": "const [jobdLib, jobd] = detailScreen[\"jobdesc\"].split('/');",
|
|
433
|
-
"comment": ""
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"text": "Custom SQL",
|
|
438
|
-
"answers": {
|
|
439
|
-
"plugin": "Database:custom-sql",
|
|
440
|
-
"sql": "SELECT library_list_count, library_List\r\n FROM QSYS2.JOB_DESCRIPTION_INFO\r\n Where job_description_library = ? and \r\n job_description = ?;",
|
|
441
|
-
"parameter": "jobdLib",
|
|
442
|
-
"parameter_2": "jobd",
|
|
443
|
-
"save_result": true,
|
|
444
|
-
"first_record_only": true,
|
|
445
|
-
"destination": "Work variable",
|
|
446
|
-
"work_variable": "jobd_library",
|
|
447
|
-
"comment": ""
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"text": "Convert library list to array",
|
|
452
|
-
"answers": {
|
|
453
|
-
"plugin": "Custom:code",
|
|
454
|
-
"custom-code": "const libraryArray = [];\r\n\r\nif (Object.keys(jobd_library).length > 0) {\r\nfor ( let i = 0; i < jobd_library[\"library_list\"].length - 1; i += 11) {\r\n const chunk = jobd_library[\"library_list\"].substring(i, i + 10);\r\n libraryArray.push(chunk);\r\n}\r\n}\r\n\r\n",
|
|
455
|
-
"comment": ""
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"text": "Process list",
|
|
460
|
-
"answers": {
|
|
461
|
-
"plugin": "Program Data:process-list",
|
|
462
|
-
"list": "libraryArray",
|
|
463
|
-
"work_variable": "record",
|
|
464
|
-
"comment": ""
|
|
465
|
-
},
|
|
466
|
-
"isStructureStart": true,
|
|
467
|
-
"collapsed": false
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"text": "Add grid record",
|
|
471
|
-
"answers": {
|
|
472
|
-
"plugin": "Grids:add-grid-record",
|
|
473
|
-
"grid": "gridA",
|
|
474
|
-
"record_source": "Specify each field value individually",
|
|
475
|
-
"field-values": {
|
|
476
|
-
"libraryName": "record"
|
|
477
|
-
},
|
|
478
|
-
"to_top": false,
|
|
479
|
-
"comment": ""
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"isStructureEnd": true
|
|
484
|
-
}
|
|
485
|
-
]
|
|
486
|
-
},
|
|
487
|
-
"delete icon click": {
|
|
488
|
-
"steps": [
|
|
489
|
-
{
|
|
490
|
-
"text": "Ask to confirm",
|
|
491
|
-
"answers": {
|
|
492
|
-
"plugin": "Navigation:show-message-box",
|
|
493
|
-
"title": "Delete Record",
|
|
494
|
-
"message": "Are you sure?",
|
|
495
|
-
"icon": "question",
|
|
496
|
-
"button1": "Yes",
|
|
497
|
-
"button2": "No",
|
|
498
|
-
"button3": "",
|
|
499
|
-
"button4": "",
|
|
500
|
-
"button5": "",
|
|
501
|
-
"capture_response": true,
|
|
502
|
-
"destination": "Work variable",
|
|
503
|
-
"work_variable": "sure"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"text": "If sure",
|
|
508
|
-
"answers": {
|
|
509
|
-
"plugin": "Conditions:comparison",
|
|
510
|
-
"variable": "sure",
|
|
511
|
-
"type": "==",
|
|
512
|
-
"value": "'Yes'",
|
|
513
|
-
"and-or": ""
|
|
514
|
-
},
|
|
515
|
-
"isStructureStart": true,
|
|
516
|
-
"collapsed": false
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"text": "Remove Environment Commands",
|
|
520
|
-
"answers": {
|
|
521
|
-
"plugin": "Database:delete-records",
|
|
522
|
-
"table": "ATENVCMDS",
|
|
523
|
-
"criteria": "envid = ?",
|
|
524
|
-
"parameter": "activeGridRecord[\"id\"]",
|
|
525
|
-
"results": "",
|
|
526
|
-
"comment": ""
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"text": "Remove Environment",
|
|
531
|
-
"answers": {
|
|
532
|
-
"plugin": "Database:delete-records",
|
|
533
|
-
"table": "ATENVIR",
|
|
534
|
-
"criteria": "id = ?",
|
|
535
|
-
"parameter": "activeGridRecord[\"id\"]",
|
|
536
|
-
"results": "",
|
|
537
|
-
"comment": ""
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"text": "Any problems?",
|
|
542
|
-
"answers": {
|
|
543
|
-
"plugin": "Conditions:success",
|
|
544
|
-
"not": true
|
|
545
|
-
},
|
|
546
|
-
"isStructureStart": true,
|
|
547
|
-
"collapsed": false
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"text": "Show message",
|
|
551
|
-
"answers": {
|
|
552
|
-
"plugin": "Navigation:show-message-box",
|
|
553
|
-
"title": "Error",
|
|
554
|
-
"message": "Record could not be deleted.\r\n<br/>\r\n<br/>\r\n${_error.message}",
|
|
555
|
-
"icon": "error",
|
|
556
|
-
"button1": "",
|
|
557
|
-
"button2": "",
|
|
558
|
-
"button3": "",
|
|
559
|
-
"button4": "",
|
|
560
|
-
"button5": "",
|
|
561
|
-
"capture_response": false
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"isStructureEnd": true
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"isStructureEnd": true
|
|
569
|
-
}
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
"add button click": {
|
|
573
|
-
"steps": [
|
|
574
|
-
{
|
|
575
|
-
"text": "Show detail screen for adding a record",
|
|
576
|
-
"answers": {
|
|
577
|
-
"plugin": "Navigation:show-screen",
|
|
578
|
-
"screen": "detailScreen",
|
|
579
|
-
"populate": true,
|
|
580
|
-
"source": "Specify each value individually",
|
|
581
|
-
"screen-values": {
|
|
582
|
-
"idKey": "''",
|
|
583
|
-
"editMode": "false",
|
|
584
|
-
"dialogTitle": "'Add Record'",
|
|
585
|
-
"id": "''",
|
|
586
|
-
"tsdisable": "'0001-01-01-00.00.00.000000'",
|
|
587
|
-
"tslstchg": "'0001-01-01-00.00.00.000000'",
|
|
588
|
-
"envname": "''",
|
|
589
|
-
"envdesc": "''",
|
|
590
|
-
"jobdesc": "''",
|
|
591
|
-
"pjsprotol": "''",
|
|
592
|
-
"pjshost": "''",
|
|
593
|
-
"pjsport": "''",
|
|
594
|
-
"disabled": "0"
|
|
595
|
-
},
|
|
596
|
-
"comment": ""
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
]
|
|
600
|
-
},
|
|
601
|
-
"exit button click": {
|
|
602
|
-
"steps": [
|
|
603
|
-
{
|
|
604
|
-
"text": "Exit",
|
|
605
|
-
"answers": {
|
|
606
|
-
"plugin": "Navigation:exit-program",
|
|
607
|
-
"comment": ""
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
]
|
|
611
|
-
},
|
|
612
|
-
"user defaults button click": {
|
|
613
|
-
"steps": [
|
|
614
|
-
{
|
|
615
|
-
"text": "Call another Rich Display",
|
|
616
|
-
"answers": {
|
|
617
|
-
"plugin": "Navigation:call-rich-display",
|
|
618
|
-
"rich-display-name": "atuserenvirdefaults.json",
|
|
619
|
-
"transfer-control": false,
|
|
620
|
-
"argument": "",
|
|
621
|
-
"comment": ""
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
]
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
"formats": [
|
|
628
|
-
{
|
|
629
|
-
"screen": {
|
|
630
|
-
"record format name": "mainScreen",
|
|
631
|
-
"initial routine": {
|
|
632
|
-
"routine": "load records",
|
|
633
|
-
"designValue": "load records"
|
|
634
|
-
},
|
|
635
|
-
"description": "List or Search Records",
|
|
636
|
-
"user defined routine": {
|
|
637
|
-
"routine": "Copy Record",
|
|
638
|
-
"designValue": "Copy Record"
|
|
639
|
-
},
|
|
640
|
-
"external css": "\\profoundui\\proddata\\css\\plogic.css",
|
|
641
|
-
"external javascript": "\\profoundui\\proddata\\js\\plogic.grids.js"
|
|
642
|
-
},
|
|
643
|
-
"items": [
|
|
644
|
-
{
|
|
645
|
-
"id": "Layout1",
|
|
646
|
-
"field type": "layout",
|
|
647
|
-
"css class": "plogic--panel--wide",
|
|
648
|
-
"left": "30px",
|
|
649
|
-
"top": "25px",
|
|
650
|
-
"template": "css panel",
|
|
651
|
-
"header text": "Environment Maintenance",
|
|
652
|
-
"header theme": "blueprint-white-header",
|
|
653
|
-
"body theme": "blueprint-white-body",
|
|
654
|
-
"height": "60px",
|
|
655
|
-
"width": "180px",
|
|
656
|
-
"z index": "8",
|
|
657
|
-
"css class 2": "blueprint-defaults",
|
|
658
|
-
"has header": "true",
|
|
659
|
-
"header height": "45px"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"id": "GraphicButton1",
|
|
663
|
-
"field type": "graphic button",
|
|
664
|
-
"css class": "blueprint-button",
|
|
665
|
-
"value": "Add",
|
|
666
|
-
"left": "30px",
|
|
667
|
-
"top": "95px",
|
|
668
|
-
"width": "100px",
|
|
669
|
-
"icon position": "left",
|
|
670
|
-
"css class 2": "blueprint-alt-defaults",
|
|
671
|
-
"css class 3": "no-icon",
|
|
672
|
-
"height": "25px",
|
|
673
|
-
"icon": "material:add",
|
|
674
|
-
"onclick": {
|
|
675
|
-
"routine": "add button click",
|
|
676
|
-
"designValue": "add button click"
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"id": "GraphicButton2",
|
|
681
|
-
"field type": "graphic button",
|
|
682
|
-
"css class": "pui-solid-button-no",
|
|
683
|
-
"value": "Exit",
|
|
684
|
-
"left": "140px",
|
|
685
|
-
"top": "95px",
|
|
686
|
-
"width": "100px",
|
|
687
|
-
"icon position": "left",
|
|
688
|
-
"css class 2": "blueprint-defaults",
|
|
689
|
-
"icon": "material:clear",
|
|
690
|
-
"height": "25px",
|
|
691
|
-
"onclick": {
|
|
692
|
-
"routine": "exit button click",
|
|
693
|
-
"designValue": "exit button click"
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"id": "filterAll",
|
|
698
|
-
"field type": "textbox",
|
|
699
|
-
"css class": "blueprint-defaults",
|
|
700
|
-
"placeholder": "Filter All",
|
|
701
|
-
"float placeholder": "true",
|
|
702
|
-
"left": "30px",
|
|
703
|
-
"top": "130px",
|
|
704
|
-
"height": "25px",
|
|
705
|
-
"width": "1025px",
|
|
706
|
-
"css class 2": "blueprint-textbox",
|
|
707
|
-
"onkeyup": "plogic.grid.setFilter('Grid', this);"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"id": "Grid",
|
|
711
|
-
"field type": "grid",
|
|
712
|
-
"css class": "blueprint-grid",
|
|
713
|
-
"left": "30px",
|
|
714
|
-
"top": "165px",
|
|
715
|
-
"number of rows": "15",
|
|
716
|
-
"number of columns": "6",
|
|
717
|
-
"column headings": "Actions,Name,Description,Job Description,Profound.js Address,Disabled,Profound UI Address",
|
|
718
|
-
"column widths": "148,123,222,200,239,93",
|
|
719
|
-
"header height": "35",
|
|
720
|
-
"row height": "33",
|
|
721
|
-
"height": "497px",
|
|
722
|
-
"width": "1026px",
|
|
723
|
-
"border color": "var(--color--grid-border)",
|
|
724
|
-
"record format name": "grid",
|
|
725
|
-
"border width": "1px",
|
|
726
|
-
"sortable columns": "true",
|
|
727
|
-
"movable columns": "true",
|
|
728
|
-
"persist state": "session only",
|
|
729
|
-
"show page number": "false",
|
|
730
|
-
"find option": "true",
|
|
731
|
-
"filter option": "true",
|
|
732
|
-
"hide columns option": "true",
|
|
733
|
-
"reset option": "true",
|
|
734
|
-
"row selection": "single",
|
|
735
|
-
"description": "Grid of Records",
|
|
736
|
-
"subfile record number": {
|
|
737
|
-
"fieldName": "topRecordNumber",
|
|
738
|
-
"dataLength": "5",
|
|
739
|
-
"decPos": "0",
|
|
740
|
-
"curSym": "",
|
|
741
|
-
"dataType": "zoned",
|
|
742
|
-
"formatting": "Number",
|
|
743
|
-
"negNum": "-999.00",
|
|
744
|
-
"units": ""
|
|
745
|
-
},
|
|
746
|
-
"position at top": "true",
|
|
747
|
-
"subfile return rrn": {
|
|
748
|
-
"fieldName": "topRecordNumber",
|
|
749
|
-
"dataLength": "5",
|
|
750
|
-
"decPos": "0",
|
|
751
|
-
"curSym": "",
|
|
752
|
-
"dataType": "zoned",
|
|
753
|
-
"formatting": "Number",
|
|
754
|
-
"negNum": "-999.00",
|
|
755
|
-
"units": ""
|
|
756
|
-
},
|
|
757
|
-
"resizable columns": "true",
|
|
758
|
-
"export with headings": "true",
|
|
759
|
-
"xlsx export": "true",
|
|
760
|
-
"header text align": ",,,,,center,",
|
|
761
|
-
"show bar": "true",
|
|
762
|
-
"scrollbar": "sliding",
|
|
763
|
-
"scroll tool tip": "row number",
|
|
764
|
-
"export option": "true",
|
|
765
|
-
"export only visible columns": "true"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"id": "GraphicButton3",
|
|
769
|
-
"field type": "graphic button",
|
|
770
|
-
"css class": "blueprint-button",
|
|
771
|
-
"value": "5250 Defaults",
|
|
772
|
-
"left": "250px",
|
|
773
|
-
"top": "95px",
|
|
774
|
-
"width": "145px",
|
|
775
|
-
"icon position": "left",
|
|
776
|
-
"css class 2": "blueprint-alt-defaults",
|
|
777
|
-
"css class 3": "no-icon",
|
|
778
|
-
"height": "25px",
|
|
779
|
-
"icon": "material:computer",
|
|
780
|
-
"onclick": {
|
|
781
|
-
"routine": "user defaults button click",
|
|
782
|
-
"designValue": "user defaults button click"
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"id": "EditIcon",
|
|
787
|
-
"field type": "icon",
|
|
788
|
-
"left": "10px",
|
|
789
|
-
"top": "0px",
|
|
790
|
-
"icon": "fontAwesome-solid:edit",
|
|
791
|
-
"cursor": "pointer",
|
|
792
|
-
"tool tip": "Edit record...",
|
|
793
|
-
"onclick": {
|
|
794
|
-
"routine": "edit icon click",
|
|
795
|
-
"designValue": "edit icon click"
|
|
796
|
-
},
|
|
797
|
-
"css class": "color-primary",
|
|
798
|
-
"user defined data": {
|
|
799
|
-
"fieldName": "id",
|
|
800
|
-
"refField": "id ATENVIR",
|
|
801
|
-
"trimLeading": "false",
|
|
802
|
-
"trimTrailing": "true",
|
|
803
|
-
"blankFill": "false",
|
|
804
|
-
"rjZeroFill": "false",
|
|
805
|
-
"dataType": "reference",
|
|
806
|
-
"formatting": "Text",
|
|
807
|
-
"textTransform": "none"
|
|
808
|
-
},
|
|
809
|
-
"grid": "Grid",
|
|
810
|
-
"column": "0"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"id": "DeleteIcon",
|
|
814
|
-
"field type": "icon",
|
|
815
|
-
"left": "46px",
|
|
816
|
-
"top": "0px",
|
|
817
|
-
"icon": "material:delete_forever",
|
|
818
|
-
"cursor": "pointer",
|
|
819
|
-
"tool tip": "Delete record...",
|
|
820
|
-
"css class": "color-red",
|
|
821
|
-
"user defined data": {
|
|
822
|
-
"fieldName": "id",
|
|
823
|
-
"refField": "id ATENVIR",
|
|
824
|
-
"trimLeading": "false",
|
|
825
|
-
"trimTrailing": "true",
|
|
826
|
-
"blankFill": "false",
|
|
827
|
-
"rjZeroFill": "false",
|
|
828
|
-
"dataType": "reference",
|
|
829
|
-
"formatting": "Text",
|
|
830
|
-
"textTransform": "none"
|
|
831
|
-
},
|
|
832
|
-
"onclick": {
|
|
833
|
-
"routine": "delete icon click",
|
|
834
|
-
"designValue": "delete icon click"
|
|
835
|
-
},
|
|
836
|
-
"grid": "Grid",
|
|
837
|
-
"column": "0"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"id": "Icon1",
|
|
841
|
-
"field type": "icon",
|
|
842
|
-
"left": "81px",
|
|
843
|
-
"top": "0px",
|
|
844
|
-
"icon": "fontAwesome-solid:tasks",
|
|
845
|
-
"tool tip": "Work with commands",
|
|
846
|
-
"onclick": {
|
|
847
|
-
"routine": "routine 1",
|
|
848
|
-
"designValue": "routine 1"
|
|
849
|
-
},
|
|
850
|
-
"grid": "Grid",
|
|
851
|
-
"column": "0"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"id": "Icon2",
|
|
855
|
-
"field type": "icon",
|
|
856
|
-
"left": "117px",
|
|
857
|
-
"top": "0px",
|
|
858
|
-
"icon": "fontAwesome-regular:copy",
|
|
859
|
-
"tool tip": "Copy",
|
|
860
|
-
"onclick": {
|
|
861
|
-
"routine": "Copy Record",
|
|
862
|
-
"designValue": "Copy Record"
|
|
863
|
-
},
|
|
864
|
-
"grid": "Grid",
|
|
865
|
-
"column": "0"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"id": "envname",
|
|
869
|
-
"field type": "output field",
|
|
870
|
-
"css class": "outputField",
|
|
871
|
-
"value": {
|
|
872
|
-
"fieldName": "envname",
|
|
873
|
-
"refField": "ENVNAME ATENVIR",
|
|
874
|
-
"trimLeading": "false",
|
|
875
|
-
"trimTrailing": "true",
|
|
876
|
-
"blankFill": "false",
|
|
877
|
-
"rjZeroFill": "false",
|
|
878
|
-
"dataType": "reference",
|
|
879
|
-
"formatting": "Text",
|
|
880
|
-
"textTransform": "none",
|
|
881
|
-
"designValue": "[envname]"
|
|
882
|
-
},
|
|
883
|
-
"left": "5px",
|
|
884
|
-
"top": "5px",
|
|
885
|
-
"css class 2": "blueprint-defaults",
|
|
886
|
-
"css class 3": "blueprint-output-field",
|
|
887
|
-
"grid": "Grid",
|
|
888
|
-
"column": "1"
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"field type": "output field",
|
|
892
|
-
"css class": "outputField",
|
|
893
|
-
"css class 2": "blueprint-defaults",
|
|
894
|
-
"css class 3": "blueprint-output-field",
|
|
895
|
-
"value": {
|
|
896
|
-
"fieldName": "id",
|
|
897
|
-
"refField": "id ATENVIR",
|
|
898
|
-
"trimLeading": "false",
|
|
899
|
-
"trimTrailing": "true",
|
|
900
|
-
"blankFill": "false",
|
|
901
|
-
"rjZeroFill": "false",
|
|
902
|
-
"dataType": "reference",
|
|
903
|
-
"formatting": "Text",
|
|
904
|
-
"textTransform": "none",
|
|
905
|
-
"designValue": "[id]"
|
|
906
|
-
},
|
|
907
|
-
"top": "2px",
|
|
908
|
-
"left": "176px",
|
|
909
|
-
"id": "id",
|
|
910
|
-
"visibility": "hidden",
|
|
911
|
-
"grid": "Grid",
|
|
912
|
-
"column": "2"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"id": "envdesc",
|
|
916
|
-
"field type": "output field",
|
|
917
|
-
"css class": "outputField",
|
|
918
|
-
"value": {
|
|
919
|
-
"fieldName": "envdesc",
|
|
920
|
-
"designValue": "[envdesc]",
|
|
921
|
-
"refField": "ENVDESC ATENVIR",
|
|
922
|
-
"dataType": "reference",
|
|
923
|
-
"trimLeading": "false",
|
|
924
|
-
"trimTrailing": "true",
|
|
925
|
-
"blankFill": "false",
|
|
926
|
-
"rjZeroFill": "false",
|
|
927
|
-
"formatting": "Text",
|
|
928
|
-
"textTransform": "none"
|
|
929
|
-
},
|
|
930
|
-
"left": "10px",
|
|
931
|
-
"top": "5px",
|
|
932
|
-
"css class 2": "blueprint-defaults",
|
|
933
|
-
"css class 3": "blueprint-output-field",
|
|
934
|
-
"grid": "Grid",
|
|
935
|
-
"column": "2"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"id": "jobdesc",
|
|
939
|
-
"field type": "output field",
|
|
940
|
-
"css class": "outputField",
|
|
941
|
-
"value": {
|
|
942
|
-
"fieldName": "jobdesc",
|
|
943
|
-
"designValue": "[jobdesc]",
|
|
944
|
-
"refField": "JOBDESC ATENVIR",
|
|
945
|
-
"dataType": "reference",
|
|
946
|
-
"trimLeading": "false",
|
|
947
|
-
"trimTrailing": "true",
|
|
948
|
-
"blankFill": "false",
|
|
949
|
-
"rjZeroFill": "false",
|
|
950
|
-
"formatting": "Text",
|
|
951
|
-
"textTransform": "none"
|
|
952
|
-
},
|
|
953
|
-
"left": "15px",
|
|
954
|
-
"top": "5px",
|
|
955
|
-
"css class 2": "blueprint-defaults",
|
|
956
|
-
"css class 3": "blueprint-output-field",
|
|
957
|
-
"grid": "Grid",
|
|
958
|
-
"column": "3"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"id": "OutputField1_copy",
|
|
962
|
-
"field type": "output field",
|
|
963
|
-
"css class": "outputField",
|
|
964
|
-
"value": {
|
|
965
|
-
"fieldName": "pjs_url",
|
|
966
|
-
"dataLength": "250",
|
|
967
|
-
"trimLeading": "false",
|
|
968
|
-
"trimTrailing": "true",
|
|
969
|
-
"blankFill": "false",
|
|
970
|
-
"rjZeroFill": "false",
|
|
971
|
-
"dataType": "varchar",
|
|
972
|
-
"formatting": "Text",
|
|
973
|
-
"textTransform": "none",
|
|
974
|
-
"designValue": "[pjs_url]"
|
|
975
|
-
},
|
|
976
|
-
"left": "10px",
|
|
977
|
-
"top": "calc(50% - 10px)",
|
|
978
|
-
"css class 2": "blueprint-defaults",
|
|
979
|
-
"css class 3": "blueprint-output-field",
|
|
980
|
-
"grid": "Grid",
|
|
981
|
-
"column": "4"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"id": "Checkbox1",
|
|
985
|
-
"field type": "checkbox",
|
|
986
|
-
"css class": "plogic--checkbox-no-label",
|
|
987
|
-
"value": {
|
|
988
|
-
"fieldName": "disabled",
|
|
989
|
-
"dataLength": "1",
|
|
990
|
-
"trimLeading": "false",
|
|
991
|
-
"trimTrailing": "true",
|
|
992
|
-
"blankFill": "false",
|
|
993
|
-
"rjZeroFill": "false",
|
|
994
|
-
"dataType": "varchar",
|
|
995
|
-
"formatting": "Text",
|
|
996
|
-
"textTransform": "none",
|
|
997
|
-
"designValue": "[disabled]"
|
|
998
|
-
},
|
|
999
|
-
"left": "29px",
|
|
1000
|
-
"top": "calc(50% - 10px)",
|
|
1001
|
-
"label": "Checkbox",
|
|
1002
|
-
"checked value": "1",
|
|
1003
|
-
"unchecked value": "0",
|
|
1004
|
-
"read only": "true",
|
|
1005
|
-
"grid": "Grid",
|
|
1006
|
-
"column": "5"
|
|
1007
|
-
}
|
|
1008
|
-
]
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"screen": {
|
|
1012
|
-
"record format name": "detailScreen",
|
|
1013
|
-
"description": "Add / Edit Records",
|
|
1014
|
-
"user defined data": {
|
|
1015
|
-
"fieldName": "idKey",
|
|
1016
|
-
"refField": "id ATENVIR",
|
|
1017
|
-
"trimLeading": "false",
|
|
1018
|
-
"trimTrailing": "true",
|
|
1019
|
-
"blankFill": "false",
|
|
1020
|
-
"rjZeroFill": "false",
|
|
1021
|
-
"dataType": "reference",
|
|
1022
|
-
"formatting": "Text",
|
|
1023
|
-
"textTransform": "none"
|
|
1024
|
-
},
|
|
1025
|
-
"user defined data 2": {
|
|
1026
|
-
"fieldName": "editMode",
|
|
1027
|
-
"customTrue": "",
|
|
1028
|
-
"customFalse": "",
|
|
1029
|
-
"dataType": "indicator",
|
|
1030
|
-
"formatting": "Indicator",
|
|
1031
|
-
"indFormat": "true / false"
|
|
1032
|
-
},
|
|
1033
|
-
"user defined routine": {
|
|
1034
|
-
"routine": "Retrieve Library List",
|
|
1035
|
-
"designValue": "Retrieve Library List"
|
|
1036
|
-
},
|
|
1037
|
-
"user defined data 3": {
|
|
1038
|
-
"fieldName": "copyId",
|
|
1039
|
-
"dataLength": "36",
|
|
1040
|
-
"trimLeading": "false",
|
|
1041
|
-
"trimTrailing": "true",
|
|
1042
|
-
"blankFill": "false",
|
|
1043
|
-
"rjZeroFill": "false",
|
|
1044
|
-
"dataType": "char",
|
|
1045
|
-
"formatting": "Text",
|
|
1046
|
-
"textTransform": "none"
|
|
1047
|
-
},
|
|
1048
|
-
"show as window": "true",
|
|
1049
|
-
"center window": "true",
|
|
1050
|
-
"external css": "\\profoundui\\proddata\\css\\plogic.css",
|
|
1051
|
-
"external javascript": "\\profoundui\\proddata\\js\\plogic.grids.js"
|
|
1052
|
-
},
|
|
1053
|
-
"items": [
|
|
1054
|
-
{
|
|
1055
|
-
"id": "DetailPanel",
|
|
1056
|
-
"field type": "layout",
|
|
1057
|
-
"template": "css panel",
|
|
1058
|
-
"header height": "45px",
|
|
1059
|
-
"left": "25px",
|
|
1060
|
-
"top": "5px",
|
|
1061
|
-
"height": "530px",
|
|
1062
|
-
"header theme": "plogic--header",
|
|
1063
|
-
"body theme": "plogic--body",
|
|
1064
|
-
"z index": "9",
|
|
1065
|
-
"css class": "plogic--panel--wide",
|
|
1066
|
-
"header text": {
|
|
1067
|
-
"fieldName": "dialogTitle",
|
|
1068
|
-
"trimLeading": "false",
|
|
1069
|
-
"trimTrailing": "true",
|
|
1070
|
-
"blankFill": "false",
|
|
1071
|
-
"rjZeroFill": "false",
|
|
1072
|
-
"dataType": "string",
|
|
1073
|
-
"formatting": "Text",
|
|
1074
|
-
"textTransform": "capitalize",
|
|
1075
|
-
"designValue": "[dialogTitle]"
|
|
1076
|
-
},
|
|
1077
|
-
"locked in place": "true",
|
|
1078
|
-
"width": "1250px"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"field type": "textbox",
|
|
1082
|
-
"height": "25px",
|
|
1083
|
-
"width": "85px",
|
|
1084
|
-
"css class": "blueprint-defaults",
|
|
1085
|
-
"css class 2": "blueprint-textbox",
|
|
1086
|
-
"value": {
|
|
1087
|
-
"fieldName": "id",
|
|
1088
|
-
"designValue": "[id]",
|
|
1089
|
-
"refField": "id ATENVIR",
|
|
1090
|
-
"dataType": "reference",
|
|
1091
|
-
"trimLeading": "false",
|
|
1092
|
-
"trimTrailing": "true",
|
|
1093
|
-
"blankFill": "false",
|
|
1094
|
-
"rjZeroFill": "false",
|
|
1095
|
-
"formatting": "Text",
|
|
1096
|
-
"textTransform": "none"
|
|
1097
|
-
},
|
|
1098
|
-
"top": "25px",
|
|
1099
|
-
"left": "210px",
|
|
1100
|
-
"id": "id",
|
|
1101
|
-
"visibility": "hidden"
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"id": "Layout1",
|
|
1105
|
-
"field type": "layout",
|
|
1106
|
-
"css class": "blueprint-defaults",
|
|
1107
|
-
"left": "370px",
|
|
1108
|
-
"top": "115px",
|
|
1109
|
-
"template": "css panel",
|
|
1110
|
-
"header text": "Screen 3",
|
|
1111
|
-
"header theme": "blueprint-light-blue-header",
|
|
1112
|
-
"body theme": "blueprint-white-body",
|
|
1113
|
-
"height": "280px",
|
|
1114
|
-
"width": "335px",
|
|
1115
|
-
"z index": "8",
|
|
1116
|
-
"css class 2": "blueprint-panel"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"id": "environmentname_label_copy",
|
|
1120
|
-
"field type": "output field",
|
|
1121
|
-
"css class": "outputField",
|
|
1122
|
-
"value": "Notes:",
|
|
1123
|
-
"left": "640px",
|
|
1124
|
-
"top": "10px",
|
|
1125
|
-
"width": "50px",
|
|
1126
|
-
"text align": "left",
|
|
1127
|
-
"css class 2": "blueprint-defaults",
|
|
1128
|
-
"css class 3": "blueprint-output-field",
|
|
1129
|
-
"font weight": "800",
|
|
1130
|
-
"layout": "DetailPanel",
|
|
1131
|
-
"container": "1"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"id": "Layout2",
|
|
1135
|
-
"field type": "layout",
|
|
1136
|
-
"css class": "blueprint-tab-panel-layout",
|
|
1137
|
-
"left": "20px",
|
|
1138
|
-
"top": "15px",
|
|
1139
|
-
"template": "tab panel",
|
|
1140
|
-
"height": "375px",
|
|
1141
|
-
"width": "585px",
|
|
1142
|
-
"z index": "8",
|
|
1143
|
-
"css class 2": "blueprint-defaults ",
|
|
1144
|
-
"tab names": "Environment",
|
|
1145
|
-
"layout": "DetailPanel",
|
|
1146
|
-
"container": "1"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"id": "Grid1",
|
|
1150
|
-
"field type": "grid",
|
|
1151
|
-
"css class": "blueprint-grid",
|
|
1152
|
-
"left": "1005px",
|
|
1153
|
-
"top": "10px",
|
|
1154
|
-
"number of rows": "10",
|
|
1155
|
-
"number of columns": "1",
|
|
1156
|
-
"column headings": "Library List",
|
|
1157
|
-
"column widths": "224",
|
|
1158
|
-
"header height": "35",
|
|
1159
|
-
"row height": "33",
|
|
1160
|
-
"height": "332px",
|
|
1161
|
-
"width": "225px",
|
|
1162
|
-
"border color": "var(--color--grid-border)",
|
|
1163
|
-
"record format name": "gridA",
|
|
1164
|
-
"border width": "1px",
|
|
1165
|
-
"movable columns": "true",
|
|
1166
|
-
"persist state": "true",
|
|
1167
|
-
"find option": "true",
|
|
1168
|
-
"filter option": "true",
|
|
1169
|
-
"reset option": "true",
|
|
1170
|
-
"row selection": "single",
|
|
1171
|
-
"onfilterchange": "plogic.grid.onFilterChanged(getObj(gridItem.id));",
|
|
1172
|
-
"onrowclick": "plogic.grid.rowClick(rrn, rowNumber, event);",
|
|
1173
|
-
"xlsx export": "true",
|
|
1174
|
-
"css class 2": "blueprint-defaults",
|
|
1175
|
-
"layout": "DetailPanel",
|
|
1176
|
-
"container": "1"
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"id": "TextArea1",
|
|
1180
|
-
"field type": "text area",
|
|
1181
|
-
"css class": "blueprint-defaults",
|
|
1182
|
-
"value": {
|
|
1183
|
-
"fieldName": "notes",
|
|
1184
|
-
"refField": "NOTES ATENVIR",
|
|
1185
|
-
"trimLeading": "false",
|
|
1186
|
-
"trimTrailing": "true",
|
|
1187
|
-
"blankFill": "false",
|
|
1188
|
-
"rjZeroFill": "false",
|
|
1189
|
-
"dataType": "reference",
|
|
1190
|
-
"formatting": "Text",
|
|
1191
|
-
"textTransform": "none",
|
|
1192
|
-
"designValue": "[notes]"
|
|
1193
|
-
},
|
|
1194
|
-
"left": "645px",
|
|
1195
|
-
"top": "50px",
|
|
1196
|
-
"width": "325px",
|
|
1197
|
-
"height": "240px",
|
|
1198
|
-
"css class 2": "blueprint-text-area",
|
|
1199
|
-
"layout": "DetailPanel",
|
|
1200
|
-
"container": "1"
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"id": "OutputField2",
|
|
1204
|
-
"field type": "textbox",
|
|
1205
|
-
"css class": "plogic--output-field",
|
|
1206
|
-
"value": {
|
|
1207
|
-
"fieldName": "upduser",
|
|
1208
|
-
"refField": "UPDUSER ATENVIR",
|
|
1209
|
-
"trimLeading": "false",
|
|
1210
|
-
"trimTrailing": "true",
|
|
1211
|
-
"blankFill": "false",
|
|
1212
|
-
"rjZeroFill": "false",
|
|
1213
|
-
"dataType": "reference",
|
|
1214
|
-
"formatting": "Text",
|
|
1215
|
-
"textTransform": "none",
|
|
1216
|
-
"designValue": "[upduser]"
|
|
1217
|
-
},
|
|
1218
|
-
"left": "725px",
|
|
1219
|
-
"top": "320px",
|
|
1220
|
-
"css class 2": "plogic--constant",
|
|
1221
|
-
"visibility": "hidden",
|
|
1222
|
-
"layout": "DetailPanel",
|
|
1223
|
-
"container": "1"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"id": "OutputField4",
|
|
1227
|
-
"field type": "textbox",
|
|
1228
|
-
"css class": "plogic--output-field",
|
|
1229
|
-
"value": {
|
|
1230
|
-
"fieldName": "disuser",
|
|
1231
|
-
"refField": "DISUSER ATENVIR",
|
|
1232
|
-
"trimLeading": "false",
|
|
1233
|
-
"trimTrailing": "true",
|
|
1234
|
-
"blankFill": "false",
|
|
1235
|
-
"rjZeroFill": "false",
|
|
1236
|
-
"dataType": "reference",
|
|
1237
|
-
"formatting": "Text",
|
|
1238
|
-
"textTransform": "none",
|
|
1239
|
-
"designValue": "[disuser]"
|
|
1240
|
-
},
|
|
1241
|
-
"left": "720px",
|
|
1242
|
-
"top": "350px",
|
|
1243
|
-
"css class 2": "plogic--constant",
|
|
1244
|
-
"visibility": "hidden",
|
|
1245
|
-
"layout": "DetailPanel",
|
|
1246
|
-
"container": "1"
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"id": "adduser",
|
|
1250
|
-
"field type": "textbox",
|
|
1251
|
-
"css class": "plogic--output-field",
|
|
1252
|
-
"value": {
|
|
1253
|
-
"fieldName": "adduser",
|
|
1254
|
-
"refField": "ADDUSER ATENVIR",
|
|
1255
|
-
"trimLeading": "false",
|
|
1256
|
-
"trimTrailing": "true",
|
|
1257
|
-
"blankFill": "false",
|
|
1258
|
-
"rjZeroFill": "false",
|
|
1259
|
-
"dataType": "reference",
|
|
1260
|
-
"formatting": "Text",
|
|
1261
|
-
"textTransform": "none",
|
|
1262
|
-
"designValue": "[adduser]"
|
|
1263
|
-
},
|
|
1264
|
-
"left": "905px",
|
|
1265
|
-
"top": "360px",
|
|
1266
|
-
"css class 2": "plogic--constant",
|
|
1267
|
-
"visibility": "hidden",
|
|
1268
|
-
"layout": "DetailPanel",
|
|
1269
|
-
"container": "1"
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"id": "OutputField1",
|
|
1273
|
-
"field type": "textbox",
|
|
1274
|
-
"css class": "plogic--output-field",
|
|
1275
|
-
"value": {
|
|
1276
|
-
"fieldName": "tsdisable",
|
|
1277
|
-
"refField": "TSDISABLE ATENVIR",
|
|
1278
|
-
"dataType": "reference",
|
|
1279
|
-
"formatting": "Time Stamp",
|
|
1280
|
-
"timeStampFormat": "m/d/y g:i A",
|
|
1281
|
-
"locale": "en_US",
|
|
1282
|
-
"designValue": "[tsdisable]"
|
|
1283
|
-
},
|
|
1284
|
-
"left": "720px",
|
|
1285
|
-
"top": "385px",
|
|
1286
|
-
"css class 2": "plogic--constant",
|
|
1287
|
-
"visibility": "hidden",
|
|
1288
|
-
"layout": "DetailPanel",
|
|
1289
|
-
"container": "1"
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
"id": "OutputField5",
|
|
1293
|
-
"field type": "textbox",
|
|
1294
|
-
"css class": "plogic--output-field",
|
|
1295
|
-
"value": {
|
|
1296
|
-
"fieldName": "tslstchg",
|
|
1297
|
-
"refField": "TSLSTCHG ATENVIR",
|
|
1298
|
-
"dataType": "reference",
|
|
1299
|
-
"formatting": "Time Stamp",
|
|
1300
|
-
"timeStampFormat": "m/d/y g:i A",
|
|
1301
|
-
"locale": "en_US",
|
|
1302
|
-
"designValue": "[tslstchg]"
|
|
1303
|
-
},
|
|
1304
|
-
"left": "900px",
|
|
1305
|
-
"top": "390px",
|
|
1306
|
-
"css class 2": "plogic--constant",
|
|
1307
|
-
"visibility": "hidden",
|
|
1308
|
-
"layout": "DetailPanel",
|
|
1309
|
-
"container": "1"
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"id": "CancelButton",
|
|
1313
|
-
"field type": "graphic button",
|
|
1314
|
-
"css class": "plogic--button--tertiary",
|
|
1315
|
-
"value": "Cancel",
|
|
1316
|
-
"icon position": "left",
|
|
1317
|
-
"icon": "material:arrow_back",
|
|
1318
|
-
"shortcut key": "F12",
|
|
1319
|
-
"bypass validation": "true",
|
|
1320
|
-
"left": "20px",
|
|
1321
|
-
"top": "430px",
|
|
1322
|
-
"width": "140px",
|
|
1323
|
-
"css class 2": "plogic--ripple",
|
|
1324
|
-
"onclick": {
|
|
1325
|
-
"routine": "cancel button click",
|
|
1326
|
-
"designValue": "cancel button click"
|
|
1327
|
-
},
|
|
1328
|
-
"layout": "DetailPanel",
|
|
1329
|
-
"container": "1"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"id": "SaveButton",
|
|
1333
|
-
"field type": "graphic button",
|
|
1334
|
-
"css class": "plogic--button--primary",
|
|
1335
|
-
"value": "Save",
|
|
1336
|
-
"icon position": "left",
|
|
1337
|
-
"icon": "material:save",
|
|
1338
|
-
"shortcut key": "F10",
|
|
1339
|
-
"left": "175px",
|
|
1340
|
-
"top": "430px",
|
|
1341
|
-
"width": "140px",
|
|
1342
|
-
"css class 2": "plogic--ripple",
|
|
1343
|
-
"onclick": {
|
|
1344
|
-
"routine": "save button click",
|
|
1345
|
-
"designValue": "save button click"
|
|
1346
|
-
},
|
|
1347
|
-
"layout": "DetailPanel",
|
|
1348
|
-
"container": "1"
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"id": "environmentname_label",
|
|
1352
|
-
"field type": "output field",
|
|
1353
|
-
"css class": "outputField",
|
|
1354
|
-
"value": "Environment Name",
|
|
1355
|
-
"left": "10px",
|
|
1356
|
-
"top": "25px",
|
|
1357
|
-
"css class 2": "blueprint-defaults",
|
|
1358
|
-
"width": "180px",
|
|
1359
|
-
"css class 3": "blueprint-output-field",
|
|
1360
|
-
"text align": "right",
|
|
1361
|
-
"layout": "Layout2",
|
|
1362
|
-
"container": "1"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"field type": "textbox",
|
|
1366
|
-
"width": "190px",
|
|
1367
|
-
"css class": "blueprint-defaults",
|
|
1368
|
-
"value": {
|
|
1369
|
-
"fieldName": "envname",
|
|
1370
|
-
"refField": "ENVNAME ATENVIR",
|
|
1371
|
-
"trimLeading": "false",
|
|
1372
|
-
"trimTrailing": "true",
|
|
1373
|
-
"blankFill": "false",
|
|
1374
|
-
"rjZeroFill": "false",
|
|
1375
|
-
"dataType": "reference",
|
|
1376
|
-
"formatting": "Text",
|
|
1377
|
-
"textTransform": "uppercase",
|
|
1378
|
-
"designValue": "[envname]"
|
|
1379
|
-
},
|
|
1380
|
-
"top": "25px",
|
|
1381
|
-
"left": "210px",
|
|
1382
|
-
"id": "envname",
|
|
1383
|
-
"text transform": "uppercase",
|
|
1384
|
-
"css class 2": "blueprint-textbox",
|
|
1385
|
-
"required": "true",
|
|
1386
|
-
"layout": "Layout2",
|
|
1387
|
-
"container": "1"
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"id": "environmentdesc_label",
|
|
1391
|
-
"field type": "output field",
|
|
1392
|
-
"css class": "outputField",
|
|
1393
|
-
"value": "Environment Description",
|
|
1394
|
-
"left": "10px",
|
|
1395
|
-
"top": "55px",
|
|
1396
|
-
"css class 2": "blueprint-defaults",
|
|
1397
|
-
"width": "180px",
|
|
1398
|
-
"css class 3": "blueprint-output-field",
|
|
1399
|
-
"text align": "right",
|
|
1400
|
-
"layout": "Layout2",
|
|
1401
|
-
"container": "1"
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"field type": "textbox",
|
|
1405
|
-
"width": "345px",
|
|
1406
|
-
"css class": "blueprint-defaults",
|
|
1407
|
-
"value": {
|
|
1408
|
-
"fieldName": "envdesc",
|
|
1409
|
-
"refField": "ENVDESC ATENVIR",
|
|
1410
|
-
"trimLeading": "false",
|
|
1411
|
-
"trimTrailing": "true",
|
|
1412
|
-
"blankFill": "false",
|
|
1413
|
-
"rjZeroFill": "false",
|
|
1414
|
-
"dataType": "reference",
|
|
1415
|
-
"formatting": "Text",
|
|
1416
|
-
"textTransform": "none",
|
|
1417
|
-
"designValue": "[envdesc]"
|
|
1418
|
-
},
|
|
1419
|
-
"top": "55px",
|
|
1420
|
-
"left": "210px",
|
|
1421
|
-
"id": "envdesc",
|
|
1422
|
-
"css class 2": "blueprint-textbox",
|
|
1423
|
-
"layout": "Layout2",
|
|
1424
|
-
"container": "1"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"id": "jobdescription_label",
|
|
1428
|
-
"field type": "output field",
|
|
1429
|
-
"css class": "outputField",
|
|
1430
|
-
"value": "Job Description",
|
|
1431
|
-
"left": "10px",
|
|
1432
|
-
"top": "85px",
|
|
1433
|
-
"css class 2": "blueprint-defaults",
|
|
1434
|
-
"width": "180px",
|
|
1435
|
-
"css class 3": "blueprint-output-field",
|
|
1436
|
-
"text align": "right",
|
|
1437
|
-
"layout": "Layout2",
|
|
1438
|
-
"container": "1"
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"field type": "textbox",
|
|
1442
|
-
"width": "190px",
|
|
1443
|
-
"css class": "blueprint-defaults",
|
|
1444
|
-
"value": {
|
|
1445
|
-
"fieldName": "jobdesc",
|
|
1446
|
-
"refField": "JOBDESC ATENVIR",
|
|
1447
|
-
"trimLeading": "false",
|
|
1448
|
-
"trimTrailing": "true",
|
|
1449
|
-
"blankFill": "false",
|
|
1450
|
-
"rjZeroFill": "false",
|
|
1451
|
-
"dataType": "reference",
|
|
1452
|
-
"formatting": "Text",
|
|
1453
|
-
"textTransform": "uppercase",
|
|
1454
|
-
"designValue": "[jobdesc]"
|
|
1455
|
-
},
|
|
1456
|
-
"top": "85px",
|
|
1457
|
-
"left": "210px",
|
|
1458
|
-
"id": "jobdesc",
|
|
1459
|
-
"text transform": "uppercase",
|
|
1460
|
-
"css class 2": "blueprint-textbox",
|
|
1461
|
-
"layout": "Layout2",
|
|
1462
|
-
"container": "1"
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"id": "pjsprotocol_label",
|
|
1466
|
-
"field type": "output field",
|
|
1467
|
-
"css class": "outputField",
|
|
1468
|
-
"value": "PJS Protocol",
|
|
1469
|
-
"left": "10px",
|
|
1470
|
-
"top": "205px",
|
|
1471
|
-
"css class 2": "blueprint-defaults",
|
|
1472
|
-
"width": "180px",
|
|
1473
|
-
"css class 3": "blueprint-output-field",
|
|
1474
|
-
"text align": "right",
|
|
1475
|
-
"layout": "Layout2",
|
|
1476
|
-
"container": "1"
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"field type": "textbox",
|
|
1480
|
-
"width": "185px",
|
|
1481
|
-
"css class": "blueprint-defaults",
|
|
1482
|
-
"value": {
|
|
1483
|
-
"fieldName": "pjsprotol",
|
|
1484
|
-
"refField": "PJSPROTOL ATENVIR",
|
|
1485
|
-
"trimLeading": "false",
|
|
1486
|
-
"trimTrailing": "true",
|
|
1487
|
-
"blankFill": "false",
|
|
1488
|
-
"rjZeroFill": "false",
|
|
1489
|
-
"dataType": "reference",
|
|
1490
|
-
"formatting": "Text",
|
|
1491
|
-
"textTransform": "none",
|
|
1492
|
-
"designValue": "[pjsprotol]"
|
|
1493
|
-
},
|
|
1494
|
-
"top": "205px",
|
|
1495
|
-
"left": "210px",
|
|
1496
|
-
"id": "pjsprotol",
|
|
1497
|
-
"css class 2": "blueprint-textbox",
|
|
1498
|
-
"layout": "Layout2",
|
|
1499
|
-
"container": "1"
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"id": "pjshost_label",
|
|
1503
|
-
"field type": "output field",
|
|
1504
|
-
"css class": "outputField",
|
|
1505
|
-
"value": "PJS Host Name",
|
|
1506
|
-
"left": "10px",
|
|
1507
|
-
"top": "235px",
|
|
1508
|
-
"css class 2": "blueprint-defaults",
|
|
1509
|
-
"width": "180px",
|
|
1510
|
-
"css class 3": "blueprint-output-field",
|
|
1511
|
-
"text align": "right",
|
|
1512
|
-
"layout": "Layout2",
|
|
1513
|
-
"container": "1"
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"field type": "textbox",
|
|
1517
|
-
"width": "345px",
|
|
1518
|
-
"css class": "blueprint-defaults",
|
|
1519
|
-
"value": {
|
|
1520
|
-
"fieldName": "pjshost",
|
|
1521
|
-
"designValue": "[pjshost]",
|
|
1522
|
-
"refField": "pjshost ATENVIR",
|
|
1523
|
-
"dataType": "reference",
|
|
1524
|
-
"trimLeading": "false",
|
|
1525
|
-
"trimTrailing": "true",
|
|
1526
|
-
"blankFill": "false",
|
|
1527
|
-
"rjZeroFill": "false",
|
|
1528
|
-
"formatting": "Text",
|
|
1529
|
-
"textTransform": "none"
|
|
1530
|
-
},
|
|
1531
|
-
"top": "235px",
|
|
1532
|
-
"left": "210px",
|
|
1533
|
-
"id": "pjshost",
|
|
1534
|
-
"css class 2": "blueprint-textbox",
|
|
1535
|
-
"layout": "Layout2",
|
|
1536
|
-
"container": "1"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"id": "pjsport_label",
|
|
1540
|
-
"field type": "output field",
|
|
1541
|
-
"css class": "outputField",
|
|
1542
|
-
"value": "PJS Port Number",
|
|
1543
|
-
"left": "10px",
|
|
1544
|
-
"top": "265px",
|
|
1545
|
-
"css class 2": "blueprint-defaults",
|
|
1546
|
-
"width": "180px",
|
|
1547
|
-
"css class 3": "blueprint-output-field",
|
|
1548
|
-
"text align": "right",
|
|
1549
|
-
"layout": "Layout2",
|
|
1550
|
-
"container": "1"
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"field type": "textbox",
|
|
1554
|
-
"width": "130px",
|
|
1555
|
-
"css class": "blueprint-defaults",
|
|
1556
|
-
"value": {
|
|
1557
|
-
"fieldName": "pjsport",
|
|
1558
|
-
"refField": "pjsport ATENVIR",
|
|
1559
|
-
"numSep": "false",
|
|
1560
|
-
"zeroBalance": "false",
|
|
1561
|
-
"numBlankFill": "false",
|
|
1562
|
-
"zeroFill": "false",
|
|
1563
|
-
"noExtraSpaces": "false",
|
|
1564
|
-
"curSym": "",
|
|
1565
|
-
"dataType": "reference",
|
|
1566
|
-
"formatting": "Number",
|
|
1567
|
-
"negNum": "-999.00",
|
|
1568
|
-
"units": "",
|
|
1569
|
-
"designValue": "[pjsport]"
|
|
1570
|
-
},
|
|
1571
|
-
"top": "265px",
|
|
1572
|
-
"left": "210px",
|
|
1573
|
-
"id": "pjsport",
|
|
1574
|
-
"css class 2": "blueprint-textbox",
|
|
1575
|
-
"layout": "Layout2",
|
|
1576
|
-
"container": "1"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"id": "disabled_label",
|
|
1580
|
-
"field type": "output field",
|
|
1581
|
-
"css class": "outputField",
|
|
1582
|
-
"value": "Disabled",
|
|
1583
|
-
"left": "10px",
|
|
1584
|
-
"top": "295px",
|
|
1585
|
-
"css class 2": "blueprint-defaults",
|
|
1586
|
-
"width": "180px",
|
|
1587
|
-
"css class 3": "blueprint-output-field",
|
|
1588
|
-
"text align": "right",
|
|
1589
|
-
"layout": "Layout2",
|
|
1590
|
-
"container": "1"
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"id": "Checkbox1",
|
|
1594
|
-
"field type": "checkbox",
|
|
1595
|
-
"css class": "plogic--checkbox-no-label",
|
|
1596
|
-
"value": {
|
|
1597
|
-
"fieldName": "disabled",
|
|
1598
|
-
"refField": "DISABLED ATENVIR",
|
|
1599
|
-
"trimLeading": "false",
|
|
1600
|
-
"trimTrailing": "true",
|
|
1601
|
-
"blankFill": "false",
|
|
1602
|
-
"rjZeroFill": "false",
|
|
1603
|
-
"dataType": "reference",
|
|
1604
|
-
"formatting": "Text",
|
|
1605
|
-
"textTransform": "none",
|
|
1606
|
-
"designValue": "[disabled]"
|
|
1607
|
-
},
|
|
1608
|
-
"left": "210px",
|
|
1609
|
-
"top": "297px",
|
|
1610
|
-
"label": "Checkbox",
|
|
1611
|
-
"checked value": "1",
|
|
1612
|
-
"unchecked value": "0",
|
|
1613
|
-
"layout": "Layout2",
|
|
1614
|
-
"container": "1"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"id": "OutputField6",
|
|
1618
|
-
"field type": "output field",
|
|
1619
|
-
"css class": "plogic--output-field",
|
|
1620
|
-
"value": {
|
|
1621
|
-
"fieldName": "libraryName",
|
|
1622
|
-
"dataLength": "10",
|
|
1623
|
-
"trimLeading": "false",
|
|
1624
|
-
"trimTrailing": "true",
|
|
1625
|
-
"blankFill": "false",
|
|
1626
|
-
"rjZeroFill": "false",
|
|
1627
|
-
"dataType": "char",
|
|
1628
|
-
"formatting": "Text",
|
|
1629
|
-
"textTransform": "none",
|
|
1630
|
-
"designValue": "[libraryName]"
|
|
1631
|
-
},
|
|
1632
|
-
"left": "5px",
|
|
1633
|
-
"top": "5px",
|
|
1634
|
-
"css class 2": "plogic--constant",
|
|
1635
|
-
"grid": "Grid1",
|
|
1636
|
-
"column": "0"
|
|
1637
|
-
}
|
|
1638
|
-
]
|
|
1639
|
-
}
|
|
1640
|
-
],
|
|
1641
|
-
"keywords": [],
|
|
1642
|
-
"long name aliases": true
|
|
1643
|
-
}
|