| 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: pnlContentProduct/ddlContentProduct |  | Response OnSelectionChanged ( |  |   Product_MP selection |  | ) id:Response_pnlContentProduct_ddlContentProduct_OnSelectionChanged |  | { |  |   #keys: '[150660.0.61360968]' |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_WebDropDownList_OnSelectionChanged' |  |   QuillAction |  |   { |  |     Body: |  |     [* |  |       // on selection change of product |  |       PanelExternalSupply.OnUserUpdateUI( selection, ddlContentStockingPoint.Data(), false ); |  |     *] |  |     GroupServerCalls: false |  |   } |  | } | 
 |