Share via


InventReservationCriteriaBuilder::newUpdate Method [AX 2012]

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

Syntax

client server public static InventReservationCriteriaBuilder newUpdate(InventUpd_Reservation _update)

Run On

Called

Parameters

  • _update
    Type: InventUpd_Reservation Class
    The inventory reservation update 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 _update.

See Also

Reference

InventReservationCriteriaBuilder Class