How to define a Display() method
Display methods are useful to quickly show values related to a record if we do not want to add a reference to another table or also when doing calculations on each individual record. For Display methods, it’s also important to make sure that AX is able to cache the method, this way, we prevent extra … Continue reading How to define a Display() method