Share via


LedgerPostingJournalTotalDP.findLineDetail Method [AX 2012]

Retrieves the details for the specified arguments.

Syntax

public int findLineDetail(
    int _month, 
    int _year, 
    LedgerPostingJournalId _postingJournalId, 
    str _accountString)

Run On

Server

Parameters

  • _month
    Type: int
  • _year
    Type: int
  • _accountString
    Type: str

Return Value

Type: int
The sequence number.

See Also

Reference

LedgerPostingJournalTotalDP Class