| Quintiq file version 2.0 | 
| #parent: ListFulfillmentRestriction | 
| Response OnClick ( | 
|   FulfillmentRestriction selection | 
| ) id:Response_ListFulfillmentRestriction_MenuCopy_OnClick | 
| { | 
|   #keys: '[135040.0.186419642]' | 
|   CanBindMultiple: false | 
|   DefinitionID => /ListFulfillmentRestriction/Responsedef_ListFulfillmentRestriction_WebMenu_OnClick | 
|   Initiator: 'MenuCopy' | 
|   UserRequiresReadWrite: true | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       //Copy a fulfillment restriction | 
|       ssegments   := DataHolderSalesSegment.Data(); | 
|       dlg         := construct( DialogCreateEditFulfillmentRestriction ); | 
|       dlg.Copy( selection, ssegments ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |