PurchRFQAddVendors::addVendorsFromList Method [AX 2012]
Adds a given list of vendors to the PurchRFQCaseTable.
server public static boolean addVendorsFromList(
List _selectedVendorList,
PurchRFQCaseTable _purchRFQCaseTable,
boolean _checkForExistingVendors)
Run On
ServerParameters
- _selectedVendorList
- Type: List Class
A list of vendors that are to be added to the PurchRFQCaseTable.
- _purchRFQCaseTable
- Type: PurchRFQCaseTable Table
An instance of the PurchRFQCaseTable table.
- _checkForExistingVendors
- Type: boolean
A boolean value specifying whether to check for existing vendors.
Show: