| Quintiq file version 2.0 | 
| #parent: #root | 
| Response OnClick ( | 
|   structured[Product_MP] selection | 
| ) id:Response_ListProduct_MenuSmartPlan1_OnClick | 
| { | 
|   #keys: '[124808.2.283855413]' | 
|   Body: | 
|   [* | 
|     // Smart plan for PISPIPs in products | 
|     dlg := construct( DialogSmartPlan ); | 
|     isviableonestepupstream := false; | 
|     dlg.SmartPlan( selection, this, isviableonestepupstream ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /Responsedef_ListProduct_Menu_OnClick | 
|   Initiator: 'MenuSmartPlan1' | 
|   Precondition: | 
|   [* | 
|     return MacroPlan.CanPlan( feedback ) | 
|            and ScenarioManager::CanStartSmartPlan( ScenarioManager, SelectionScenario.Data(), true, feedback ); | 
|   *] | 
| } |