InventBatchMergeJournalPostService.transResultInventDim Method [AX 2012]
Merges the dimensions from the batch journal result with the batch journal source to form a result dimension for use with the transaction journal line.
Syntax
private InventDim transResultInventDim(InventDim _resultInventDim, InventDim _sourceInventDim)
Run On
Server
Parameters
- _resultInventDim
Type: InventDim Table
The batch journal result inventory dimensions record buffer.
- _sourceInventDim
Type: InventDim Table
The batch journal source inventory dimension record buffer.
Return Value
Type: InventDim Table
A record for the InventDim table with the inventory dimensions for the transaction journal merge result line.