365 business Address Validation

The 365 business Address Validation app implements the 365 business API services Address Validation. The app is providing Address Validation and Address Completion capabilities. The app is supporting the following entities:

Interfaces

The 365 business Address Validation app is providing an internal API codeunit to allow integration into customer specific business processes. For example you can implement your own table into the address validation using the provided procedures inside the API codeunit.

Address Validation API (Codeunit 5523600 - bdev.Address Validation API)

The bdev.Address Validation API codeunit object is providing the Address Validation and Address Completion functionalities and allows other extensions to integrate.

Methods

The following methods are available:

Method Description
AddressValidationEnabled Test whether the address validation is enabled for the specific table or not.
GetValidationBuffer Fill the validation buffer table with Contact record data.
GetValidationBuffer Fill the validation buffer table with Customer record data.
GetValidationBuffer Fill the validation buffer table with Vendor record data.
GetValidationBuffer Fill the validation buffer table with Alternative Address record data.
SetHideAddressSelection Sets to hide or show (default) the address validation selection if multiple addresses where received.
Validate Validate and auto-complete a Contact address.
Validate Validate and auto-complete a Customer address.
Validate Validate and auto-complete a Vendor address.
Validate Validate and auto-complete a alternative address.
Validate Validate and auto-complete a order address.
Validate Validate and auto-complete a ship-to address.
Validate Validate and auto-complete a address given in the validation buffer.