Share via


JmgTermJob_Proj.allow Method [AX 2012]

Retrieves whether employees can register on the job.

Syntax

public boolean allow()

Run On

Called

Return Value

Type: boolean
true if employees can make registrations on the job; otherwise, false.

Remarks

Employees can make registrations on project jobs if the project status is in progress.

For a code example that uses the allow method, see the JmgTermJob.allow Method.

See Also

Reference

JmgTermJob_Proj Class