Share via


ProdJobType.checkJournalEmployee Method [AX 2012]

Checks that the employee that is specified on the route journal is valid.

Syntax

public boolean checkJournalEmployee(ProdJournalRoute _prodJournalRoute, [NoYes _mandatory])

Run On

Called

Parameters

  • _mandatory
    Type: NoYes Enumeration
    A Boolean value that indicates whether the employee is mandatory on the route card journal.

Return Value

Type: boolean
true if the check is successful; otherwise, false.

See Also

Reference

ProdJobType Class