| Quintiq file version 2.0 | 
| #root | 
| #parent: #DomainModel | 
| Type Strategy | 
| { | 
|   #keys: '5[11660.0.776836565][11660.0.776836568][0.0.0][11660.1.283033630][11660.1.283033631]' | 
|   BaseType: Object | 
|   OnCommit: | 
|   [* | 
|     //update macroplan on strategy value change | 
|     this.UpdateStrategySettingsInGlobalParameter(); | 
|     if ( isnew ) | 
|     { | 
|         // By default, create strategy levels according to global parameter | 
|         StrategyLevel::CreateStrategyLevels( this, GlobalParameters_MP::GetDefaultNumberOfStrategyLevel() ); | 
|     } | 
|   *] | 
|   OnCreate: | 
|   [* | 
|     // By default, create strategy levels according to global parameter | 
|     StrategyLevel::CreateStrategyLevels( this, GlobalParameters_MP::GetDefaultNumberOfStrategyLevel() ); | 
|   *] | 
|   StructuredName: 'Strategys' | 
|   InterfaceProperties { Accessibility: 'Extensible' } | 
| } |