PriceDiscSmartRounding::roundingRuleCheck Method [AX 2012]

Checks whether a rounding rule can be used for smart rounding.

client server public static boolean roundingRuleCheck(PriceDiscSmartRoundingRule _rule, [DecimalSeparator _decimalSeparator])

Run On

Called

Parameters

_rule
Type: PriceDiscSmartRoundingRule Table
The rounding rule to check.
_decimalSeparator
Type: DecimalSeparator Enumeration
The decimal separator that is used in the rounding expressions of the rule.

Return Value

Type: boolean
true if the rule can be used for smart rounding; otherwise, false.
Show: