| Quintiq file version 2.0 | 
| #parent: #root | 
| Method GetHelpInfo () const declarative remote as String | 
| { | 
|   Description: 'Returns the translation for the description of the functionality' | 
|   TextBody: | 
|   [* | 
|     // Returns the translation for the description of the functionality | 
|     result := this.Description(); | 
|      | 
|     // AggregatedPlanning | 
|     if( this.Name() = Functionality::ID_AggregatedPlanning() ) | 
|     { | 
|       result := Translations::MP_Functionality_AggregatedPlanning_HelpInfo(); | 
|     } | 
|     // Blending | 
|     else if( this.Name() = Functionality::ID_Blending() ) | 
|     { | 
|       result := Translations::MP_Functionality_Blending_HelpInfo(); | 
|     } | 
|     // InventorySpecifications | 
|     else if( this.Name() = Functionality::ID_InventorySpecifications() ) | 
|     { | 
|       result := Translations::MP_Functionality_InventorySpecifications_HelpInfo(); | 
|     } | 
|     // InventorySupplies | 
|     else if( this.Name() = Functionality::ID_InventorySupplies() ) | 
|     { | 
|       result := Translations::MP_Functionality_InventorySupplies_HelpInfo(); | 
|     } | 
|     // SafetyStockCalculation | 
|     else if( this.Name() = Functionality::ID_SafetyStockCalculation() ) | 
|     { | 
|       result := Translations::MP_Functionality_SafetyStockCalculation_HelpInfo(); | 
|     } | 
|     // SupplySpecifications | 
|     else if( this.Name() = Functionality::ID_SupplySpecifications() ) | 
|     { | 
|       result := Translations::MP_Functionality_SupplySpecifications_HelpInfo(); | 
|     } | 
|     // TransportationPlanning | 
|     else if( this.Name() = Functionality::ID_TransportationPlanning() ) | 
|     { | 
|       result := Translations::MP_Functionality_TransportationPlanning_HelpInfo(); | 
|     } | 
|     // Pegging | 
|     else if( this.Name() = Functionality::ID_Pegging() ) | 
|     { | 
|       result := Translations::MP_Functionality_Pegging_HelpInfo(); | 
|     } | 
|     // InventoryMixBalancing | 
|     else if( this.Name() = Functionality::ID_InventoryMixBalancing() ) | 
|     { | 
|       result := Translations::MP_Functionality_InventoryMixBalancing_HelpInfo(); | 
|     } | 
|     // CapacitySmoothing | 
|     else if( this.Name() = Functionality::ID_CapacitySmoothing() ) | 
|     { | 
|       result := Translations::MP_Functionality_CapacitySmoothing_HelpInfo(); | 
|     } | 
|     // LotSizes | 
|     else if( this.Name() = Functionality::ID_LotSizes() ) | 
|     { | 
|       result := Translations::MP_Functionality_LotSizes_HelpInfo(); | 
|     } | 
|     // CampaignPlanning | 
|     else if( this.Name() = Functionality::ID_CampaignPlanning() ) | 
|     { | 
|       result := Translations::MP_Functionality_CampaignPlanning_HelpInfo(); | 
|     } | 
|     // SupplyChainMap | 
|     else if( this.Name() = Functionality::ID_SupplyChainMap() ) | 
|     { | 
|       result := Translations::MP_Functionality_SupplyChainMap_HelpInfo(); | 
|     } | 
|     // ShelfLife | 
|     else if( this.Name() = Functionality::ID_ShelfLife() ) | 
|     { | 
|       result := Translations::MP_Functionality_ShelfLife_HelpInfo(); | 
|     } | 
|     // Groups | 
|     else if( this.Name() = Functionality::ID_Groups() ) | 
|     { | 
|       result := Translations::MP_Functionality_Groups_HelpInfo(); | 
|     } | 
|     // ProductPlanningGanttChart | 
|     else if( this.Name() = Functionality::ID_ProductPlanningGanttChart() ) | 
|     { | 
|       result := Translations::MP_Functionality_ProductPlanningGanttChart_HelpInfo(); | 
|     } | 
|     // Feedback | 
|     else if( this.Name() = Functionality::ID_Feedback() ) | 
|     { | 
|       result := Translations::MP_Functionality_Feedback_HelpInfo(); | 
|     } | 
|     // SalesDemandPostponement | 
|     else if( this.Name() = Functionality::ID_SalesDemandPostponement() ) | 
|     { | 
|       result := Translations::MP_Functionality_SalesDemandPostponement_HelpInfo(); | 
|     } | 
|     // Workflow | 
|     else if( this.Name() = Functionality::ID_Workflow() ) | 
|     { | 
|       result := Translations::MP_Functionality_Workflow_HelpInfo(); | 
|     } | 
|     // OptimizerBenchmarking | 
|     else if( this.Name() = Functionality::ID_OptimizerBenchmarking() ) | 
|     { | 
|       result := Translations::MP_Functionality_OptimizerBenchmarking_HelpInfo(); | 
|     } | 
|     // DatabaseIntegration | 
|     else if( this.Name() = Functionality::ID_DatabaseIntegration() ) | 
|     { | 
|       result := Translations::MP_Functionality_DatabaseIntegration_HelpInfo(); | 
|     } | 
|      | 
|     return result; | 
|   *] | 
| } |