Share via


InventReservationCriteriaBuilder::newMovement Method [AX 2012]

Creates a new instance of the InventReservationCriteriaBuilder class for building a composite on-hand criteria for the given movement.

Syntax

client server public static InventReservationCriteriaBuilder newMovement(InventMovement _movement)

Run On

Called

Parameters

  • _movement
    Type: InventMovement Class
    The inventory movement that this builder will use when creating the individual criteria objects.

Return Value

Type: InventReservationCriteriaBuilder Class
A new instance of the InventReservationCriteriaBuilder class to build composite on-hand criteria for _movement.

See Also

Reference

InventReservationCriteriaBuilder Class