NumberSeqDatatype.compareParameters Method [AX 2012]

Compares two sets of parameters and determines whether the parameter sets differ and whether the set of enabled parameters differ.

Syntax

private container compareParameters(container _existingParameters, container _newParameters)

Run On

Called

Parameters

  • _existingParameters
    Type: container
    The set of existing parameters.
  • _newParameters
    Type: container
    The set of new parameters.

Return Value

Type: container
A container that holds the following two values:

  1. A Boolean value that indicates whether the two sets of parameters differ.

  2. A Boolean value that indicates whether the two sets of parameters differ in their collection of enabled parameters.

See Also

Reference

NumberSeqDatatype Class