August 2017
Beginner to intermediate
480 pages
11h 7m
English
The vendor payment proposal uses the CustVendPaymProposalTransferToJournal class to create the lines. The same class contains a method named getTransactionText(), which is responsible for formatting the text in each line. If we look inside it, we can see that the TransactionTxt class is used for this purpose. This class contains the following methods, which are used to substitute the placeholders from %1 to %6 in the defined text:
By taking a look at the code, you can see that only the %4 placeholder is used. So, you can fill the %5 placeholder with the vendor name. To achieve this, you need to call the setKey2() method with the ...
Read now
Unlock full access