Payment Formats Customization
Summary
Payment Formats - New Column addition to the data modelContent
We have a requirement to bring in an additional column (Check Digit) which is based on a calculated value of the seeded check number. From check number, we sum up the digits and do a mod 9 to arrive at the remainder and display that as the check digit on the etext template.
EBS had the seeded API (IBY_FD_EXTRACT_EXT_PUB) to bring in custom columns and accommodate the same in RTF template to print the payment format.
Is there a similar functionality in Cloud - through which I can customize the XML to bring in a custom column (based on seeded column) and make use of the same in RTF template?
0