1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| Quintiq file version 2.0
| #parent: ListPeriod_MP
| Response OnClick (
| Period_MP selection
| ) id:Response_ListPeriod_MP_MenuRollToThisPeriod_OnClick
| {
| #keys: '[113694.2.331344421]'
| Body:
| [*
| // Roll to this period
| resetKPIhorizon := MacroPlan.GlobalParameters_MP().UpdateKPIHorizonAtPeriodRoll();
| if ( MessageBox::Question( this, Translations::MP_Designer_PeriodRollConfirmation( resetKPIhorizon ), Translations::MP_Designer_YesNo() ) = 0 )
| {
| selection.RollPeriod();
| }
| *]
| CanBindMultiple: false
| DefinitionID => /ListPeriod_MP/Responsedef_ListPeriod_MP_Menu_OnClick
| Initiator: 'MenuRollToThisPeriod'
| Precondition:
| [*
| return selection.CanRollPeriod( feedback );
| *]
| }
|
|