IEValidation_BR::isValid Method [AX 2012]

Validates the format of a State Registration Number IEnum by state.

Syntax

client server public static container isValid(str _ieNum, str _stateId)

Run On

Called

Parameters

  • _ieNum
    Type: str
    State Registration Number IEnum to validate.
  • _stateId
    Type: str
    State related.

Return Value

Type: container
A container with two booleans indicating respectively the validation result to State and IENum format.

See Also

Reference

IEValidation_BR Class