PurchConfirmationRequestJournalPost.initTransactionTxt Method [AX 2012]

Initializes the TransactionTxt object.

protected TransactionTxt initTransactionTxt(LedgerTransTxt _ledgerTransTxt)

Run On

Server

Parameters

_ledgerTransTxt
Type: LedgerTransTxt Enumeration
A ledger transaction text.

Return Value

Type: TransactionTxt Class
An instance of the TransactionTxt class.

This is called from FormletterJournalPost class, init method, which means it will always be executed. Overriding to avoid a number of unnecessary method calls as this is not needed for confirmation request.

Community Additions

ADD
Show: