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

Called

Parameters

_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.

Return Value

Type: JmgJobTable Table
The job table record.
Show: