Creating an electronic payment format

Electronic payments, in general, can save time and reduce paperwork when making or receiving payments within a company. Dynamics AX provides a number of standard out of the box electronic payment formats. The system also provides an easy way of customizing the existing payment forms or creating new ones.

In this recipe, we will learn how to create a new custom electronic payment format. To demonstrate the principle, we will only output some basic information and will concentrate on the approach itself.

How to do it...

  1. In the AOT, create a new class named VendOutPaymRecord_Test with the following code:
    class VendOutPaymRecord_Test extends VendOutPaymRecord { } public void output() { str outRecord; Name companyName; ...

Get Microsoft Dynamics AX 2012 Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.