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 ledger voucher transaction text.
Syntax
private TransTxt setLVTOTransTxt(
LedgerVoucherTransObject _transObject,
LedgerTransTxt _transTxtType,
TransTxt _additionalTxt)
Run On
Server
Parameters
- _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 Type
The whole text after concatenating original text to additional text.