AX – D365FO – Using the display Method Modifier

The display method modifier indicates that the method has a return value that can appear on a form or a report. A display method is any method that includes the display keyword as a method modifier. You can use the display method modifier with the following kinds of methods: Table methodsForm methodsForm data source methodsReport … Continue reading AX – D365FO – Using the display Method Modifier

D365FFO – X++ – AX – How to write a display method in extensions (D365)

Requirement is to display a column from InventTable on Movement Journal lines form based on the selected item. 1. Create a new class and give a name, best practice is to give a name of the object with extension keyword 2. Once class is created, make sure you are using proper syntax and namespaces as … Continue reading D365FFO – X++ – AX – How to write a display method in extensions (D365)