AxdBase.updateNow Method [AX 2012]
Makes document-specific updates when it processes an incoming document.
On AxdBase Class, the updateNow method does nothing. Derived classes can override to implement document-specific updates, such as posting. For example, AxdSalesPackingSlip.updateNow.
The updateNow method is called as the last step when it processes an incoming document.
This method is intended only to be used internally, and should not be called through the interface.
Community Additions
ADD
Show: