PurchReqLine::findVendors Method

Finds the default and cheapest vendor applicable for an item.

Syntax

client server public static container findVendors(PurchReqLine _purchReqLine)

Run On

ClientOrServer

Parameters

  • _purchReqLine
    Type: PurchReqLine Table
    The record for which to find the default and cheapest vendor.

Return Value

Type: container
A container that contains the ID of a record in the VendTable table.

See Also

Reference

PurchReqLine Table