| Quintiq file version 2.0 | 
| #parent: ListCustomerOrders | 
| Response OnClick ( | 
|   structured[CustomerOrder] selection | 
| ) id:Response_ListCustomerOrders_MenuEditSalesDemand_OnClick | 
| { | 
|   #keys: '[124112.0.98545901]' | 
|   Body: | 
|   [* | 
|     // Edit customer orders | 
|     dlg := construct( DialogCreateEditCustomerOrder ); | 
|     dlg.EditCustomerOrder( selection, this ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /ListCustomerOrders/Responsedef_ListCustomerOrders_Menu_OnClick | 
|   Initiator: 'MenuEditSalesDemand' | 
| } |