Share via


InventUpd_Reservation.updateBatchCriteriaSameBatch Method [AX 2012]

Updates inventDim criteria for same batch requirments based on the batch passed in or the existing batch for the movement.

Syntax

protected InventDim updateBatchCriteriaSameBatch([InventBatchId _batchId])

Run On

Server

Parameters

  • _batchId
    Type: InventBatchId Extended Data Type
    The batch idea that should be used to update the batch criteria.
    This is optional. If not specified the batch for the first transaction that is past the OnOrder status will be used.

Return Value

Type: InventDim Table
The new inventDim with updated criteria for same batch requirements.

See Also

Reference

InventUpd_Reservation Class