
Hello Community,
I would like to add a new file format to the CustVendPaymFormat Form,
Might you please explaining to me, what steps are required in order to achieve this? and what are the objects to modify/used?
Kind Regards
Jihane
*This post is locked for comments
I have the same question (0)You have to do following 2 steps only
Create a class VendOutPaymRecord_YourClass which should extend from class VendOutPaymRecord; It must have an output method to write record
Create another class VendOutPaym_YourClass, which should extend from class VendOutPaym. This class will act as payment interface
Now create a new payment format and you can select your new payment output format.
For inspiration you can find many examples inside AX AOT.