| Quintiq file version 2.0 | 
| #parent: #root | 
| Function CalcCanSetBoundForMeta | 
| { | 
|   TextBody: | 
|   [* | 
|     isexception := this.KPIIsAccount() | 
|                    or this.KPIName() = Translations::MP_GlobalParameters_KPICampaignName() | 
|                    or this.KPIName() = Translations::MP_GlobalParameters_KPIInventoryMixBalancing() | 
|                    or this.KPIName() = Translations::MP_GlobalParameters_KPIServiceLevelName() | 
|                    or this.KPIName() = Translations::MP_GlobalParameters_KPICapacitySmoothing() | 
|                    or this.KPIName() = Translations::MP_GlobalParameters_KPITotalExpiredQuantity() | 
|      | 
|     this.CanSetBoundForMeta( not isexception ); | 
|   *] | 
|   InterfaceProperties { Accessibility: 'Module' } | 
| } |