JmgTermJob_illegal.initSourceData Method [AX 2012]
Loads the job-based source data into memory. For illegal jobs, no data record is loaded. This method is part of the initialization procedure of an instance.
Syntax
protected void initSourceData(JmgJobTable _jmgJobTable, [Common _sourceData])
Run On
Called
Parameters
- _jmgJobTable
Type: JmgJobTable Table
The JmgJobTable record with the corresponding job ID.
- _sourceData
Type: Common Table
If the source data has already been fetched from the database, the source data can be supplied as a parameter; optional.
Remarks
For a code example that uses the initSourceData method, see JmgTermJob.init Method.