Share via


JmgTermJob_HRMAbsence.sourceData Method [AX 2012]

Provides access to the source data record that the job originates from, which is either an HRMAbsenceCode record or an HRMAbsenceCodeGroup record.

Syntax

public Common sourceData()

Run On

Called

Return Value

Type: Common Table
Either an HRMAbsenceCode record or an HRMAbsenceCodeGroup record, depending on where the job originates.

Remarks

If the returned record should be selected for update, the JmgTermJob::construct Method or the JmgTermJob::constructJobTable Method should be invoked with the _forUpdate parameter set to true.

See Also

Reference

JmgTermJob_HRMAbsence Class