Share via


WrkCtrScheduler_Req.findJobWrkCtrParmSchedule Method [AX 2012]

Finds the WrkCtrParmSchedule object for the order that a specific job belongs to.

Syntax

protected WrkCtrParmSchedule findJobWrkCtrParmSchedule(RecId _jobId)

Run On

Server

Parameters

  • _jobId
    Type: RecId Extended Data Type
    A record ID that identifies the job for which the scheduling parameters are being looked up.

Return Value

Type: WrkCtrParmSchedule Class
A WrkCtrParmSchedule instance that contains the scheduling parameters for the order of the specified job.

See Also

Reference

WrkCtrScheduler_Req Class