Share via


AxSalesTable.mcrSkipSalesIdValidation Method [AX 2012]

Sets the MCRSkipSalesIdValidation flag. This flag is queried in the setSalesId method. When set, it allows the SalesId field to be set explicitly by calling parmSalesId, instead of having it defaulted in by the system using a number sequence.

Syntax

public boolean mcrSkipSalesIdValidation([boolean _skipSalesIdValidation])

Run On

Called

Parameters

  • _skipSalesIdValidation
    Type: boolean
    MCRSkipSalesIdValidation falg to set the class variable.

Return Value

Type: boolean
The MCRSkipSalesIdValidation value.

See Also

Reference

AxSalesTable Class