Share via


WMSBillOfLadingDP.getDummyRecordsForCustomer Method [AX 2012]

Determines whether the dummy record must be inserted for order details.

Syntax

private boolean getDummyRecordsForCustomer(int _rowCount)

Run On

Server

Parameters

  • _rowCount
    Type: int

Return Value

Type: boolean
true if the dummy records should be inserted for the order; otherwise, false.

See Also

Reference

WMSBillOfLadingDP Class