ProjBegBalJournalTrans_CostSales.checkEmplAllowed Method

Determines whether the employee number that is specified for a journal line is valid.

Syntax

private boolean checkEmplAllowed()

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 used on the journal line does not require an employee and the employee number is specified.

See Also

Reference

ProjBegBalJournalTrans_CostSales Table