JournalCheckPost.parmMCRSkipMiscCharges Method [AX 2012]
Sets and retrieves the flag to skip miscellaneous charges.
Syntax
public boolean parmMCRSkipMiscCharges([boolean _mcrSkipMiscCharges])
Run On
Called
Parameters
- _mcrSkipMiscCharges
Type: boolean
The parameter value to skip miscellaneous charges.
Return Value
Type: boolean
true if the parameter to skip miscellaneous charges is set; otherwise, false.
Remarks
Utilized in the returnOrderUpdate method of the WMSJournalCheckPostReception class.