PurchRFQAddVendors::getProcurementCategories Method [AX 2012]

Gets the procurement category for all the lines in the given PurchRFQCaseTable.

server protected static str getProcurementCategories(PurchRFQCaseId _purchRFQCaseId)

Run On

Server

Parameters

_purchRFQCaseId
Type: PurchRFQCaseId Extended Data Type
The RFQ case ID for the currrent RFQ.

Return Value

Type: str
The procurement category list for all the lines in the given PurchRFQCaseTable in a comma separated string.
Show: