Share via


LedgerPostingJournalTotalDP.findLine Method [AX 2012]

Retrieves the summary for the specified arguments.

Syntax

public int findLine(
    int _month, 
    int _year, 
    LedgerPostingJournalId _postingJournalId)

Run On

Server

Parameters

  • _month
    Type: int
  • _year
    Type: int

Return Value

Type: int
The sequence number.

See Also

Reference

LedgerPostingJournalTotalDP Class