This documentation is archived and is not being maintained.
PurchFormLetter.parmSaveChanges Method [AX 2012]
Gets or sets the SaveChanges member variable, if supported by the derived class.
public boolean parmSaveChanges([boolean _saveChanges])
Run On
Called
Parameters
-
_saveChanges
- Type: boolean
The value to set on the derived class; optional.
Return Value
Type:
boolean
The value of the _saveChanges parameter if the method has been overridden for the derived class; otherwise, false.
This method must be overridden by derived classes that support save functionality.