| Quintiq file version 2.0 | 
| #parent: CustomDrawRC/CustomDrawDataLayerOperationInput | 
| Response OnDrop ( | 
|   structured[Product_MP] source, | 
|   OperationInput target | 
| ) id:Response_CustomDrawRC_CustomDrawDataLayerOperationInput_OnDrop | 
| { | 
|   #keys: '[139394.0.1321252620]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebCustomDrawDataLayer_OnDrop' | 
|   Precondition: | 
|   [* | 
|     return target.CanCreateOperationInputGroup( feedback, source ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Drop Product on operation input to create operation input group | 
|       target.LinkProducts( source ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |