Quintiq file version 2.0 
 | 
#parent: CustomDrawComponentRoutingConfigurator 
 | 
Response OnClick ( 
 | 
  Operation selection 
 | 
) id:Response_CustomDrawComponentRoutingConfigurator_MenuAddInputProductInStockingPoint_OnClick 
 | 
{ 
 | 
  #keys: '[124808.0.2090130425]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Add input PISP as operation input via dialog 
 | 
    dlg := construct( DialogCreateEditPISPNodeInRouting ); 
 | 
    dlg.New( this, selection, true ); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID => /CustomDrawComponentRoutingConfigurator/Responsedef_CustomDrawComponentRoutingConfigurator_Menu_OnClick 
 | 
  Initiator: 'MenuAddInputProductInStockingPoint' 
 | 
} 
 |