AddressZipCodeImport_JP.parseRecord Method [AX 2012]

Is called from the readFile method to parse a record from the import file, reading each line.

Syntax

protected boolean parseRecord()

Run On

Client

Return Value

Type: boolean
true if the record fits the correct format; otherwise, false.

Exceptions

Exception Condition
Warning

A record in the import file has an incorrect format.

See Also

Reference

AddressZipCodeImport_JP Class