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: PanelMonthly/bApply902
| Response OnClick () id:Response_PanelMonthly_bApply902_OnClick
| {
| #keys: '[414996.1.265980212]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebButton_OnClick'
| GroupServerCalls: true
| QuillAction
| {
| Body:
| [*
|
| skipMonth := [Number]efMonthly.Text();
| LocalTool::BatchSetUnitShiftPatternByMonth( dhSelectUnit.Data(),ddlShiftPattern.Data(),dsStartDate.Date(),dsEndDate.Date() ,skipMonth );
| WebMessageBox::Success( "Success");
| *]
| }
| }
|
|