| Quintiq file version 2.0 | 
| #parent: ListProductInTrip | 
| Response OnClick ( | 
|   structured[ProductInTrip] selection | 
| ) id:Response_ListProductInTrip_MenuDeleteProductInTrip_OnClick | 
| { | 
|   #keys: '[113694.0.1624005288]' | 
|   Body: | 
|   [* | 
|     // Delete product in trip | 
|     MacroPlan::DeleteObjects( selection ) | 
|   *] | 
|   DefinitionID => /ListProductInTrip/Responsedef_ListProductInTrip_Menu_OnClick | 
|   Initiator: 'MenuDeleteProductInTrip' | 
|   Precondition: | 
|   [* | 
|     return ProductInTrip::CanDelete( selection, feedback ); | 
|   *] | 
| } |