| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | | Quintiq file version 2.0 |  | #parent: ListTrip |  | Response OnDrop ( |  |   structured[Product_MP] information, |  |   Trip target |  | ) id:Response_ListTrip_OnDrop_889 |  | { |  |   #keys: '[133968.0.256873042]' |  |   Body: |  |   [* |  |     // Batch create product in trip using product |  |     dlg := construct( DialogCreateEditProductInTrip ); |  |     dlg.NewProductInTrip( this, target, information ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_GUIComponent_OnDrop' |  |   Precondition: |  |   [* |  |     return ProductInTrip::CanCreate( target, information, feedback ); |  |   *] |  | } | 
 |