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
ServerParameters
- _tableRefId
- Type: TradeLineRefId Extended Data Type
The TradeLineRefId value that is used to filter the header and line tables.
Return Value
Type: containerA container that has the following:
-
The VendInvoiceAccount value that is used to select the open purchase orders.
-
The CurrencyCode value that is used to select the open purchase orders.
-
A packed set container of header PurchIds.
-
A packed set container of line RecIds.
Show: