InventRegistrationPurchLine::newFromSourceDocumentLine Method [AX 2012]

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

Syntax

client server public static InventRegistrationPurchLine newFromSourceDocumentLine(SourceDocumentLine _sourceDocumentLine)

Run On

Called

Parameters

  • _sourceDocumentLine
    Type: SourceDocumentLine Table
    The SourceDocumentLine record to use to create the InventRegistrationPurchLine object.

Return Value

Type: InventRegistrationPurchLine Class
An InventRegistrationPurchLine object.

See Also

Reference

InventRegistrationPurchLine Class