Share via


PurchLineType_ProjectJournal.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 order 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_ProjectJournal Class