Quintiq file version 2.0
|
#parent: #root
|
Function CalcSanityCheckStockingPointCapacityAttributes
|
{
|
TextBody:
|
[*
|
feedback := construct( Strings );
|
sanitycheckfeedback := construct( Strings );
|
|
this.DoSanityCheckGroupStockingPointCapacity( feedback, sanitycheckfeedback );
|
|
mostseveryviolation := SanityCheckCategoryLevel::GetMostSevereSanityCheckViolation( sanitycheckfeedback );
|
violationcount := SanityCheckCategoryLevel::GetSanityCheckViolationCount( sanitycheckfeedback, mostseveryviolation );
|
|
|
this.SanityCheckStockingPointCapacityMostSevere( mostseveryviolation );
|
this.SanityCheckStockingPointCapacityMostSevereCount( violationcount );
|
this.SanityCheckStockingPointCapacityTotalViolationCount( feedback.Size() );
|
*]
|
}
|