Share via


InventRegistrationPurchLine::newFromPurchLine Method [AX 2012]

Creates and returns an InventRegistrationPurchLine object for the specified PurchLine record.

Syntax

client server public static InventRegistrationPurchLine newFromPurchLine(PurchLine _purchLine)

Run On

Called

Parameters

  • _purchLine
    Type: PurchLine Table
    The PurchLine record to use to create the InventRegistrationPurchLine object.

Return Value

Type: InventRegistrationPurchLine Class
An InventRegistrationPurchLine object.

See Also

Reference

InventRegistrationPurchLine Class