Share via


WMSReqTransMovementsPerDayDP.canProcessRecord Method [AX 2012]

Indicates whether a ReqTrans record should be processed.

Syntax

private boolean canProcessRecord(ReqTrans _currentRecord)

Run On

Server

Parameters

  • _currentRecord
    Type: ReqTrans Table
    The ReqTrans record to be examined.

Return Value

Type: boolean
true if the record should be processed; otherwise, false.

See Also

Reference

WMSReqTransMovementsPerDayDP Class