InventTransRepository.getMarkedTransactionsForReceipt Method [AX 2012]
Retrieves the inventory transactions that are marked for the specified receipt.
Syntax
public InventTransEnumerable getMarkedTransactionsForReceipt(InventTransOriginId _inventTransOriginIdReceipt)
Run On
Called
Parameters
- _inventTransOriginIdReceipt
Type: InventTransOriginId Extended Data Type
The ID of the inventory transaction with which the transactions must be marked.
Return Value
Type: InventTransEnumerable Interface
A collection of the inventory transactions that are marked for the specified receipt.