Share via


PurchLineType_Journal.canInventBeReserved Method [AX 2012]

Determines whether the line can be reserved.

Syntax

public boolean canInventBeReserved()

Run On

Called

Return Value

Type: boolean
true if the line can be reserved; otherwise, false.

Remarks

An order can be reserved if it has a DocumentState value of either DocumentState::Approved or DocumentState::Confirmed.

See Also

Reference

PurchLineType_Journal Class