1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| Quintiq file version 2.0
| #parent: ListKPIWeight
| Response OnClick (
| structured[KPIWeight] selection
| ) id:Response_ListKPIWeight_MenuEdit_OnClick
| {
| #keys: '[11766.1.530210422]'
| Body:
| [*
| //Edit KPI weights
| dlg := construct ( ScenarioManager_DialogCreateEditKPIWeight );
| dlg.EditKPIWeight( selection, this );
| *]
| CanBindMultiple: false
| DefinitionID => /ListKPIWeight/Responsedef_ListKPIWeight_Menu_OnClick
| Initiator: 'MenuEdit'
| }
|
|