| Quintiq file version 2.0 | 
| #parent: ListStrategy | 
| Response OnClick () id:Response_ListStrategy_MenuNewStrategy_OnClick | 
| { | 
|   #keys: '[11660.0.896206972]' | 
|   Body: | 
|   [* | 
|     // Create new strategy | 
|     dlg := construct( ScenarioManager_DialogCreateEditStrategy ); | 
|     strategy := dlg.NewStrategy( this ); | 
|      | 
|     ApplicationLibMacroPlanner.AutoExpandSelection( this, strategy ); | 
|   *] | 
|   DefinitionID => /ListStrategy/Responsedef_ListStrategy_Menu_OnClick | 
|   Initiator: 'MenuNewStrategy' | 
|   Precondition: | 
|   [* | 
|     return ScenarioManager::HasScenarioManager( ScenarioManager, feedback ); | 
|   *] | 
|   UserRequiresReadWrite: true | 
| } |