InventBatchJournalAttributeOpNull.compute Method [AX 2012]
Performs the computation using the specified batch attribute value and batch quantities.
Syntax
public PdsBatchAttribValue compute(
PdsBatchAttribValue _value,
InventQty _batchQty,
[PdsCWInventQty _cwBatchQty])
Run On
Called
Parameters
- _value
Type: PdsBatchAttribValue Extended Data Type
The batch attribute value.
- _batchQty
Type: InventQty Extended Data Type
Batch inventory quantity.
- _cwBatchQty
Type: PdsCWInventQty Extended Data Type
Batch inventory catch weight quantity; optional.
Return Value
Type: PdsBatchAttribValue Extended Data Type
The result of the computation as batch attribute value.
Remarks
This method does not perform any computations and always return an empty string.