Share via


JmgTermJob_IPC.jourRegType Method [AX 2012]

Retrieves the journal registration type that this kind of job corresponds to.

Syntax

public JmgJourRegType jourRegType()

Run On

Called

Return Value

Type: JmgJourRegType Extended Data Type
The type of journal line to create when registering on this kind of job.

Remarks

When making a registration on a job, a journal line is created in the JmgStampJournalTrans table. The type of journal line created is determined by the jourRegType method. For IPC jobs, the journal registration type is derived from the Type and SignInOut fields of the JmgIpcActivity record. It is where the job originated.

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

See Also

Reference

JmgTermJob_IPC Class