InventBatchJournalResult.summarizeMergeResultFrom Method
Summarizes a result record from a given inventory batch source record by combining the values together using a simple algorithm.
Syntax
public void summarizeMergeResultFrom(InventDim _sourceInventDim)
Run On
Called
Parameters
- _sourceInventDim
Type: InventDim Table
The record for the InventDim table with the dimensions to apply to the result record.
Remarks
This provides the basic algorithm result calcuation rule for merging which is if the existing result field value is the same as in the batch record then keep the value, otherwise set the field to blank (or null as appropriate for the field type).