Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Code written in Minilang for the field-to-result tag is not consistent throughout the application. The correct pattern to write is
<field-to-result field="lastInventoryCount" result-name="availableToPromiseTotal" />
The wrong way in which this tag is written is
<field-to-result result-name="availableToPromiseTotal" field="lastInventoryCount"/>