Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _subledgerVoucher
Type: Voucher Extended Data Type
The subledger voucher to find.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date to find.
- _postingLayer
Type: CurrentOperationsTax Enumeration
The posting layer to find.
Return Value
Type: boolean
true if successful; otherwise, false.