Share via


EPPurchCOR::corReject Method [AX 2012]

Rejects ordered items.

Syntax

server public static boolean corReject(
    TradeInventTransId _inventTransId, 
    PurchQty _reject, 
    str _comment)

Run On

Server

Parameters

  • _comment
    Type: str
    A comment to the rejected items.

Return Value

Type: boolean
true if ok; otherwise, false.

Remarks

Ordered items can be partially or fully rejected.

See Also

Reference

EPPurchCOR Class