JmgJobTable::find Method [AX 2012]
Retrieves the record for a given job ID.
client server public static JmgJobTable find(JmgJobId _jobId, [boolean _forUpdate])
Run On
CalledParameters
- _jobId
- Type: JmgJobId Extended Data Type
The job ID of the record.
- _forUpdate
- Type: boolean
A Boolean value that determines whether the job should be selected for update; optional.
Show: