ProjBegBalJournalTrans_CostSales.checkWorkerAllowed Method
Determines whether the employee number that is specified for a journal line is valid.
Syntax
private boolean checkWorkerAllowed()
Run On
Called
Return Value
Type: boolean
true if the employee number is valid; otherwise, false.
Remarks
This method returns false and throws an error if the category used on the journal line requires an employee number and the employee is not specified. It also returns false and throws an error if the category that is used on the journal line does not require an employee and employee number.