ReqCalcExplodePurchReqLine.caption Method [AX 2012]
Gets the description from the current class by calling the static description method on the class if there is one.
This method can be overridden to give a more precise description, such as when you need some internal variables to build the description text. The static RunBase::description method is generally used to obtain the description of a class, because you do not have to instantiate the class to call it. The method speeds up the display of the description in a grid, for example.
Community Additions
ADD
Show: