Share via


ProdJobType_Process.checkJournalWIPLedgerAccounts Method [AX 2012]

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

Syntax

public boolean checkJournalWIPLedgerAccounts(ProdJournalRoute _prodJournalRoute)

Run On

Called

Parameters

  • _prodJournalRoute
    Type: ProdJournalRoute Table
    A ProdJournalRoute record that represents a route card journal line or a job card journal line.

Return Value

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

See Also

Reference

ProdJobType_Process Class