Share via


NumberSeqFormHandler.formMethodDataSourceValidateWrite Method [AX 2012]

Validates the number sequence when the validate data source is called.

Syntax

public boolean formMethodDataSourceValidateWrite([boolean superValue])

Run On

Called

Parameters

  • superValue
    Type: boolean
    The previous validate write value.

Return Value

Type: boolean
true if the validation passes; otherwise, false.

See Also

Reference

NumberSeqFormHandler Class