JmgExternalTerminalData.validate Method [AX 2012]

Validates the terminal data. After this method has been invoked, the methods error, parseError, and regType will return meaningful results.

Syntax

public void validate()

Run On

Called

Remarks

Whether the data was validated correctly can be determined based on the return value of the JmgExternalTerminalData.error method. If this method returns a JmgExternalTerminalError::NoError enumeration value, the data is valid. All other values means that the validation failed.

See Also

Reference

JmgExternalTerminalData Class