LedgerVoucher.parmTransactionLog Method [AX 2012]
Sets the type and the text for the entry made to the transaction log upon posting.
Syntax
protected void parmTransactionLog(TransactionLogType _transactionLogType, TransTxt _transactionLogTxt)
Run On
Server
Parameters
- _transactionLogType
Type: TransactionLogType Enumeration
A TransactionLogType enumeration value that indicates the log type.
- _transactionLogTxt
Type: TransTxt Extended Data Type
The text string to write to the transaction log.