JmgIpcActivity::findJobId Method
Finds a JmgIpcActivity record in the database based on a specified job ID.
Syntax
client server public static JmgIpcActivity findJobId(JmgJobId _jobId, [boolean _update])
Run On
ClientOrServer
Parameters
- _jobId
Type: JmgJobId Extended Data Type
The ID of the job to find.
- _update
Type: boolean
true if the returned JmgIpcActivity record must be selected for update; otherwise, false.
Return Value
Type: JmgIpcActivity Table
A JmgIpcActivity record.