RetailStatementPost.createPaymentLedgerTrans Method [AX 2012]
private void createPaymentLedgerTrans(
RetailAccountType _accountType,
LedgerPostingType _ledgerPostingType,
LedgerDimensionDefaultAccount _ledgerAccount,
CurrencyCode _currencyCode,
AmountCur _amountCur,
TableId _tableId,
RecId _recId,
TransDate _transDate,
str _transTxt,
str _documentNumber,
[int _voucherType])
Run On
ServerParameters
- _accountType
- Type: RetailAccountType Extended Data Type
- _ledgerPostingType
- Type: LedgerPostingType Enumeration
- _ledgerAccount
- Type: LedgerDimensionDefaultAccount Extended Data Type
- _currencyCode
- Type: CurrencyCode Extended Data Type
- _amountCur
- Type: AmountCur Extended Data Type
- _tableId
- Type: TableId Extended Data Type
- _recId
- Type: RecId Extended Data Type
- _transDate
- Type: TransDate Extended Data Type
- _transTxt
- Type: str
- _documentNumber
- Type: str
- _voucherType
- Type: int
Community Additions
ADD
Show: