PurchSelectLinesManager::getPurchSetsData Method [AX 2012]

Retrieves the default data for the passed sets from the header and line tables.

server public static container getPurchSetsData(TradeLineRefId _tableRefId)

Run On

Server

Parameters

_tableRefId
Type: TradeLineRefId Extended Data Type
The TradeLineRefId value that is used to filter the header and line tables.

Return Value

Type: container
A container that has the following:
  1. The VendInvoiceAccount value that is used to select the open purchase orders.

  2. The CurrencyCode value that is used to select the open purchase orders.

  3. A packed set container of header PurchIds.

  4. A packed set container of line RecIds.

Show: