Share via


RetailReplenishment.getBuyersPushLine Method [AX 2012]

Selects the record in RetailBuyersPushLine table based on the instance of the record passed as the parameter.

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
          public RetailBuyersPushLine getBuyersPushLine(Common _common)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public RetailBuyersPushLine getBuyersPushLine(Common _common)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected RetailBuyersPushLine getBuyersPushLine(Common _common)

Run On

Called

Parameters

Return Value

Type: RetailBuyersPushLine Table
An instance of the table RetailBuyersPushLine.

See Also

Reference

RetailReplenishment Class