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.
Sets the variables that are needed for performing the reversal of prepayment.
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 void initFromSettlement(
TransDate _paymentDate,
TransDate _taxDate,
Voucher _paymentVoucher,
Percent _percent,
CurrencyCode _reverseCurrencyCode,
RefTableId _sourceTableId,
RefRecId _sourceRecId,
[CustVendTrans _custVendTransOffset])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromSettlement(
TransDate _paymentDate,
TransDate _taxDate,
Voucher _paymentVoucher,
Percent _percent,
CurrencyCode _reverseCurrencyCode,
RefTableId _sourceTableId,
RefRecId _sourceRecId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initFromSettlement(
TransDate _paymentDate,
TransDate _taxDate,
Voucher _paymentVoucher,
Percent _percent,
CurrencyCode _reverseCurrencyCode,
RefTableId _sourceTableId,
RefRecId _sourceRecId)
Microsoft Dynamics AX 2012 (FPK)
public void initFromSettlement(
TransDate _paymentDate,
TransDate _taxDate,
Voucher _paymentVoucher,
Percent _percent,
CurrencyCode _reverseCurrencyCode,
RefTableId _sourceTableId,
RefRecId _sourceRecId)
Microsoft Dynamics AX 2012 (SYS)
public void initFromSettlement(
TransDate _paymentDate,
TransDate _taxDate,
Voucher _paymentVoucher,
Percent _percent,
CurrencyCode _reverseCurrencyCode,
RefTableId _sourceTableId,
RefRecId _sourceRecId)
Run On
Server
Parameters
- _paymentDate
Type: TransDate Extended Data Type
- _taxDate
Type: TransDate Extended Data Type
- _paymentVoucher
Type: Voucher Extended Data Type
- _percent
Type: Percent Extended Data Type
- _reverseCurrencyCode
Type: CurrencyCode Extended Data Type
- _sourceTableId
Type: RefTableId Extended Data Type
- _sourceRecId
Type: RefRecId Extended Data Type
- _custVendTransOffset
Type: CustVendTrans Map