Share via


LedgerVoucherList.find Method [AX 2012]

Finds the specified posting reference.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean find(
            Voucher _subledgerVoucher, 
            TransDate _accountingDate, 
            CurrentOperationsTax _postingLayer)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean find(
            Voucher _subledgerVoucher, 
            TransDate _accountingDate, 
            CurrentOperationsTax _postingLayer)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean find(
            Voucher _subledgerVoucher, 
            TransDate _accountingDate, 
            OperationsTax _postingLayer)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean find(
            Voucher _subledgerVoucher, 
            TransDate _accountingDate, 
            OperationsTax _postingLayer)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean find(
            Voucher _subledgerVoucher, 
            TransDate _accountingDate, 
            OperationsTax _postingLayer)

Run On

Called

Parameters

Return Value

Type: boolean
true if successful; otherwise, false.

See Also

LedgerVoucherList Class

LedgerVoucherObject Class