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.
Constructs an instance of the TransactionTextContext class.
Syntax
server public static TransactionTextContext newForTransactionType(LedgerTransTxt _type)
Run On
Server
Parameters
- _type
Type: LedgerTransTxt Enumeration
The LedgerTransTxt enumeration type representing the specified transaction type that will be used to create the TransactionTextContext instance.
Return Value
Type: TransactionTextContext Class
A TransactionTextContext instance.
Exceptions
Exception | Condition |
---|---|
Warning | Thrown when method is called using a LedgerTransTxt type that is not supported. |