Share via


WrkCtrScheduler_Req.findRefId Method [AX 2012]

Finds a ReqTrans record in the master data.

Syntax

protected Common findRefId(
    InventRefId _refId, 
   [boolean _forUpdate, 
    WrkCtrParmSchedule _wrkCtrParmSchedule])

Run On

Server

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record is to be selected for update; optional.
  • _wrkCtrParmSchedule
    Type: WrkCtrParmSchedule Class
    A WrkCtrParmSchedule record that contains the order scheduling parameters.

Return Value

Type: Common Table
A ReqTrans record that contains the production order data.

See Also

Reference

WrkCtrScheduler_Req Class