psdi.app.item

Class FldInvVendorPercentRejected

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldInvVendorPercentRejected
    extends MboValueAdapter
    FldInvVendorPercentRejected is a non-persistent field in InvVendor. FldInvVendorPercentRejected represents the percentage of rejects done on that item, modelnum, manufacturer, catalogcode combination. It is calculated using the following formula. (totQtyRejected/(totQtyReceived+totQtyRejected))*100 where totQtyRejected and totQtyReceived are the sum of rejected quantities and received quantities respectively of the polines with the matching itemnum, itemsetid, manufacturer, modelnum and catalogcode combination.