LedgerVoucher.findLedgerVoucherObject Method [AX 2012]

Finds and returns the instance of the LedgerVoucherObject class passed in as a parameter.

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 LedgerVoucherObject findLedgerVoucherObject(
           [Voucher _voucher, 
            TransDate _accountingDate, 
            CurrentOperationsTax _postingLayer])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public LedgerVoucherObject findLedgerVoucherObject(
           [Voucher _voucher, 
            TransDate _accountingDate, 
            CurrentOperationsTax _postingLayer])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public LedgerVoucherObject findLedgerVoucherObject(
           [Voucher _voucher, 
            TransDate _accountingDate, 
            OperationsTax _postingLayer])

  Microsoft Dynamics AX 2012 (FPK)
          public LedgerVoucherObject findLedgerVoucherObject(
           [Voucher _voucher, 
            TransDate _accountingDate, 
            OperationsTax _postingLayer])

  Microsoft Dynamics AX 2012 (SYS)
          public LedgerVoucherObject findLedgerVoucherObject(
           [Voucher _voucher, 
            TransDate _accountingDate, 
            OperationsTax _postingLayer])

Run On

Server

Parameters

  • _voucher
    Type: Voucher Extended Data Type
    The voucher number of the instance of the LedgerVoucherObject class to find; optional.

Return Value

Type: LedgerVoucherObject Class
The instance of the LedgerVoucherObject class found.

Remarks

If no arguments were given, the method returns the last known LedgerVoucherObject object handled by the LedgerVoucher object.

See Also

LedgerVoucher Class

LedgerVoucherObject Class