PaymCalendarCountryRegionLegalEntity::existForLegalEntity Method
Indicates whether a specified record exists in the PaymCalendarCountryRegionLegalEntity table.
Syntax
client server public static boolean existForLegalEntity(
PaymCalendarModuleType _moduleType,
LegalEntityRecId _legalEntity,
PaymCalendarCountryRegionRecId _paymCalendarCountryRegion)
Run On
Called
Parameters
- _moduleType
Type: PaymCalendarModuleType Enumeration
The module type of the record to be retrieved.
- _legalEntity
Type: LegalEntityRecId Extended Data Type
The record ID that specifies the legal entity of the record to be retrieved.
- _paymCalendarCountryRegion
Type: PaymCalendarCountryRegionRecId Extended Data Type
The record ID of a PaymCalendarCountryRegion record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.