Share via


WrkCtrScheduler.refLineType Method [AX 2012]

The reference line type that is on the ReqTrans records for the current order.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected ReqRefType refLineType(Common _order)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected ReqRefType refLineType(Common _order)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected ReqRefType refLineType(Common _order)

  Microsoft Dynamics AX 2012 (FPK)
          protected ReqRefType refLineType()

  Microsoft Dynamics AX 2012 (SYS)
          protected ReqRefType refLineType()

Run On

Server

Parameters

  • _order
    Type: Common Table
    A record that contains the data for the order that is being scheduled.

Return Value

Type: ReqRefType Enumeration
A ReqRefType enumeration value.

See Also

Reference

WrkCtrScheduler Class