| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | | Quintiq file version 2.0 |  | #parent: ListNewSupplies |  | Response OnSelectionChanged ( |  |   NewSupply selection |  | ) id:Response_ListNewSupplies_OnSelectionChanged |  | { |  |   #keys: '[112884.0.335185121]' |  |   Body: |  |   [* |  |     // Set data holder destination new supply |  |     DataHolderDestinationNewSupply.Data( selection ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_List_OnSelectionChanged' |  | } | 
 |