AxdBase.updateNow Method [AX 2012]

Makes document-specific updates when it processes an incoming document.

public void updateNow()

Run On

Server

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: