SalesPackingSlipJournalCreate.findJournalLine Method [AX 2012]

Finds an existing journal line based on a parameter line.

Syntax

public Common findJournalLine(Common _parmLine)

Run On

Server

Parameters

  • _parmLine
    Type: Common Table
    The parameter line to use to find the journal line.

Return Value

Type: Common Table
The journal line.

See Also

Reference

SalesPackingSlipJournalCreate Class