yypsybs
2023-09-09 3cb5a54def670d97301f07170fcaad213bfc54f2
_Main/BL/Type_MappingOperation/StaticMethod_FindMinSeq.qbl
@@ -1,7 +1,7 @@
Quintiq file version 2.0
#parent: #root
StaticMethod FindMinSeq (
  MacroPlan macroPlan,
  MPSync mpSync,
  String orgCode,
  String productId,
  String processSection
@@ -10,7 +10,7 @@
  TextBody:
  [*
    // yypsybs Aug-22-2023 (created)
    return guard (min( macroPlan, MappingOperation, item,
    return guard (min( mpSync, MappingOperation, item,
                item.OrganCode() = orgCode and item.ProductID() = productId and item.ProcessSection() = processSection,
                item.SequenceNumber() ), Number::MinNumber() );
  *]