Share via


RetailBuyersPushTable.canBeCrossdocked Method

Indicates whether the relevant purchase order can be cross docked.

Syntax

public boolean canBeCrossdocked([boolean _posting])

Run On

Called

Parameters

  • _posting
    Type: boolean
    A Boolean value that indicates whether the purchase order is posted.

Return Value

Type: boolean
true if the push quantity of the buyer can be cross docked; otherwise, false.

Remarks

Checks whether the RetailBuyersPushTalbe record has a good purchase order.

Checks if the relevant purchase order line exists for that Buyer's push.

Checks if the Buyer's push has some quantity to cross dock.

See Also

Reference

RetailBuyersPushTable Table