hongji.li
2023-11-01 dfa7a011f47399b1a083d020d9460f6801c9c98c
_Main/BL/Type_PeggingResult/StaticMethod_Create.qbl
@@ -6,6 +6,7 @@
  String stockingPointID,
  Date startDate,
  Real supplyQuantity,
  Real actualFulfillmentQuantity,
  Real fulfillmentQuantity,
  String supplyType,
  Number numberOfPlies,
@@ -15,14 +16,15 @@
  TextBody:
  [*
    peggingResult := peggingProductInSalesDemandBase.PeggingResult( relnew, 
                                                                    ProductID             := productID,
                                                                    StockingPointID       := stockingPointID,
                                                                    StartDate             := startDate,
                                                                    SupplyQuantity        := supplyQuantity,
                                                                    FulfillmentQuantity   := fulfillmentQuantity,
                                                                    SupplyType            := supplyType,
                                                                    NumberOfPlies         := numberOfPlies,
                                                                    UnitOfMeasurementName := unitOfMeasurementName
                                                                    ProductID                 := productID,
                                                                    StockingPointID           := stockingPointID,
                                                                    StartDate                 := startDate,
                                                                    SupplyQuantity            := supplyQuantity,
                                                                    ActualFulfillmentQuantity := actualFulfillmentQuantity,
                                                                    FulfillmentQuantity       := fulfillmentQuantity,
                                                                    SupplyType                := supplyType,
                                                                    NumberOfPlies             := numberOfPlies,
                                                                    UnitOfMeasurementName     := unitOfMeasurementName
                                                                   );
    return peggingResult;
  *]