RetailStatementPost.setLVTOTransTxt Method [AX 2012]
Sets the ledger voucher transaction text.
private TransTxt setLVTOTransTxt(
LedgerVoucherTransObject _transObject,
LedgerTransTxt _transTxtType,
TransTxt _additionalTxt)
Run On
ServerParameters
- _transObject
- Type: LedgerVoucherTransObject Class
An instance of the LedgerVoucherTransObject class.
- _transTxtType
- Type: LedgerTransTxt Enumeration
The current value of Transaction text type.
- _additionalTxt
- Type: TransTxt Extended Data Type
The additional text to be added to original text.
Return Value
Type: TransTxt Extended Data TypeThe whole text after concatenating original text to additional text.
Community Additions
ADD
Show: