PaymCalendarRule::existActiveRuleForRuleType Method
Indicates whether an active rule occurs in the PaymCalendarRule table for a module and type.
Syntax
client server public static boolean existActiveRuleForRuleType(
PaymCalendarModuleType _moduleType,
PaymCalendarRuleType _ruleType,
LegalEntity _legalEntity)
Run On
Called
Parameters
- _moduleType
Type: PaymCalendarModuleType Enumeration
The module type of the PaymCalendarRule record to check for existence.
- _ruleType
Type: PaymCalendarRuleType Enumeration
The rule type of the PaymCalendarRule record to check for existence.
- _legalEntity
Type: LegalEntity Extended Data Type
The legal entity of the PaymCalendarRule record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.