LogisticsAddressFormatHeading::mcrIsAddresElementMandatory Method
Determines whether or not something for this address is mandatory based on the country.
Syntax
client server public static boolean mcrIsAddresElementMandatory(LogisticsAddressCountryRegionId _countryRegionID, LogisticsAddressElement _element)
Run On
Called
Parameters
- _countryRegionID
Type: LogisticsAddressCountryRegionId Extended Data Type
The country region ID of the LogisticsAddressFormatLines record to find.
- _element
Type: LogisticsAddressElement Enumeration
The element of the LogisticsAddressFormatLines record to find.
Return Value
Type: boolean
true if a record in LogisticsAddressFormatLines table was found based on _CountryRegionID and _element.