Share via


ProdJobType.checkProdRouteTransWIPAccounts Method [AX 2012]

Checks whether the work in the process ledger accounts can be determined for the specified ProdRouteTrans record.

Syntax

protected boolean checkProdRouteTransWIPAccounts(ProdRouteTrans _prodRouteTrans)

Run On

Called

Parameters

  • _prodRouteTrans
    Type: ProdRouteTrans Table
    A ProdRouteTrans record that represents a route transaction.

Return Value

Type: boolean
true if the work in the process ledger accounts can be determined; otherwise, false.

See Also

Reference

ProdJobType Class