1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Quintiq file version 2.0
| #parent: ListFillingCapacityOrder
| Response OnClick () id:Response_ListFillingCapacityOrder_MenuSaveScheme_OnClick
| {
| #keys: '[414382.0.410851847]'
| CanBindMultiple: false
| DefinitionID => /ListFillingCapacityOrder/Responsedef_ListFillingCapacityOrder_WebMenu_OnClick
| GroupServerCalls: true
| Initiator: 'MenuSaveScheme'
| QuillAction
| {
| Body:
| [*
| form := construct( FormCustomerAndForecastOrder );
| form.OpenScheme();
| //dlg.Edit( selection);
| *]
| }
| }
|
|