| Quintiq file version 2.0 | 
| #parent: #root | 
| Method GetDependentDemandErrorMessage ( | 
|   ProductInStockingPoint_MP pisp, | 
|   Real actualDependentDemand, | 
|   Real expectedLowBound, | 
|   Real expectedHighBound | 
| ) as String | 
| { | 
|   TextBody: | 
|   [* | 
|     return 'Verify ' + pisp.Name()  | 
|            + ' has dependent demand ratio ['  | 
|            + [String]actualDependentDemand + '] in between [' | 
|            + [String]expectedLowBound  +  '] and ['  | 
|            + [String]expectedHighBound + ']'; | 
|   *] | 
|   InterfaceProperties { Accessibility: 'Module' } | 
| } |