| Quintiq file version 2.0 | 
| #parent: pnlActions/bSplitUsingCurve | 
| Response OnClick () id:Response_MacroPlanner_pnlActions_bSplitUsingCurve_OnClick | 
| { | 
|   #keys: '[414996.1.77291489]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   GroupServerCalls: true | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       Forecast::SplitUsingCurve( DropDownListSalesSegment.Data(), | 
|                                  DropDownListProduct.Data(), | 
|                                  DropDownListStockingPoint.Data(), | 
|                                  DateSelectorStart.Date(), | 
|                                  DateSelectorEnd.Date(), | 
|                                  [Real]EditFieldQuantityUom.Text(), | 
|                                  DropDownStringListCurve.Text(), | 
|                                  Archive, | 
|                                  ArchiveExecutionStatus ); | 
|        | 
|       WebMessageBox::Success( "Success" ); | 
|       Form.Close(); | 
|     *] | 
|   } | 
| } |