| Quintiq file version 2.0 | 
| #parent: ListSalesDemand | 
| Response OnClick ( | 
|   structured[SalesDemandBase] selection | 
| ) id:Response_ListSalesDemand_MenuAdjustQuantity_OnClick | 
| { | 
|   #keys: '[121072.0.320468704]' | 
|   Body: | 
|   [* | 
|     // Adjust sales demand quantity | 
|     dlg := construct( DialogEditSalesDemandQuantity ); | 
|     dlg.Edit( this, selection ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /ListSalesDemand/Responsedef_ListSalesDemand_Menu_OnClick | 
|   Initiator: 'MenuAdjustQuantity' | 
| } |