AxInternalBase.setInventDimIdDirtySaved Method [AX 2012]

Sets the value of class variable inventDimIdDirtySaved.

Syntax

public void setInventDimIdDirtySaved(boolean _inventDimIdDirtySaved)

Run On

Called

Parameters

  • _inventDimIdDirtySaved
    Type: boolean
    The Boolean value to assign to the inventDimIdDirtySaved class variable.

Remarks

The setInventDimIdDirtySaved method is a regular set-method.

The method is intended for internal use only and should not be called through the interface.

See Also

Reference

AxInternalBase Class