Share via


LogisticsEntityContactInfoFormHandler.isLocationUsedOtherThanCurrent Method [AX 2012]

Indicates whether the location is used by any other contact information record besides the current record.

Syntax

public boolean isLocationUsedOtherThanCurrent([Common _contactInfo])

Run On

Called

Parameters

  • _contactInfo
    Type: Common Table
    A Common table buffer of the caller contact information record.

Return Value

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

See Also

Reference

LogisticsEntityContactInfoFormHandler Class