Share via


LogisticsEntityPostalAddressFormHandler.isLocationUsedOtherThanCurrent Method [AX 2012]

Indicates whether the specified location is used by any other postal address record other than the current record.

Syntax

public boolean isLocationUsedOtherThanCurrent([Common _address])

Run On

Called

Parameters

  • _address
    Type: Common Table
    A common table buffer of the caller postal address record.

Return Value

Type: boolean
true if the location is used in another postal address that has a different effectivity; otherwise, false.

See Also

Reference

LogisticsEntityPostalAddressFormHandler Class