| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | | Quintiq file version 2.0 |  | #parent: ListActiveGoals_223 |  | Response OnDrop ( |  |   structured[shadow[KPIWeight]] source, |  |   shadow[KPIWeight] target |  | ) id:Response_ListActiveGoals_223_OnDrop_617 |  | { |  |   #keys: '[146140.1.1656894158]' |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_WebList_OnDrop' |  |   QuillAction |  |   { |  |     Body: |  |     [* |  |       // Activate kpi weights as goal by setting the level of dropped target |  |       Form.ActivateKPIWeight( source, target.Level() ); |  |     *] |  |     GroupServerCalls: false |  |   } |  | } | 
 |