PurchRFQAddVendors::autoPopulateVendors Method [AX 2012]

Adds a list of vendors to the PurchRFQCaseTable based on the procurement category of the lines.

server public static boolean autoPopulateVendors(PurchRFQCaseTable _purchRFQCaseTable)

Run On

Server

Parameters

_purchRFQCaseTable
Type: PurchRFQCaseTable Table
An instance of the PurchRFQCaseTable table for which vendors are to be auto populated.

Return Value

Type: boolean
Returns true if vendors were added to the PurchRFQCaseTable; otherwise, false.
Show: