Share via


InventBatchDispositionCriteria::newDispositionFieldId Method [AX 2012]

Creates a new instance of the InventBatchDispositionCriteria class that represents the batch disposition requirements for the given disposition master field.

Syntax

client server public static InventBatchDispositionCriteria newDispositionFieldId(FieldId _dispositionFieldId)

Run On

Called

Parameters

  • _dispositionFieldId
    Type: FieldId Extended Data Type
    The field ID of the PdsDispositionMaster table that should be used to evaluate the availability of the batch.

Return Value

Type: InventBatchDispositionCriteria Class
A new instance of the InventBatchDispositionCriteria class.

See Also

Reference

InventBatchDispositionCriteria Class