profoundjs 7.21.0 → 7.22.0

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