Share via


JmgTermJob.jourRegType Method [AX 2012]

Returns the journal registration type to which this kind of job corresponds.

Syntax

public abstract JmgJourRegType jourRegType()

Run On

Called

Return Value

Type: JmgJourRegType Extended Data Type
Returns the type of journal line to create, when a registration is made on this job.

Remarks

When making a registration on a job, a journal line is created in the JmgStampJournalTrans Table. The type of journal line is determined by this method. Furthermore, the method is used to initialize JmgTimecardTrans Table records, when lines are added by the user through the Electronic timecard form.

See Also

Reference

JmgTermJob Class