PdsMRCValidityIntervalByCountry::exist Method
Returns a Boolean value.
Syntax
client server public static boolean exist(AddressCountryRegionId _countryId)
Run On
Called
Parameters
- _countryId
Type: AddressCountryRegionId Extended Data Type
The CountryId value that is used to check whether a validity interval exists.
Return Value
Type: boolean
The result of the search for a MRCValidityIntervalByCountry record.
Remarks
public static Enum exist(AddressCountryRegionId )
Examples
boolean ret; ret = MRCValidityIntervalByCountry::exist(addressCountryRegionId)