Share via


InventMov_Purch.canInventTransBeFinancialUpdated Method [AX 2012]

Determines whether the current InventTrans record can be updated.

Syntax

public boolean canInventTransBeFinancialUpdated(InventTrans _inventTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true if the current InventTrans record can be updated; otherwise, false.

Remarks

InventTrans records that have TransType set to Purch, StatusReceipt set to Received, or StatusIssue set to Deducted will be skipped if they are associated with a packing slip line that is matched to another unposted invoice line.

See Also

Reference

InventMov_Purch Class