PaymCalendarRule::existForRuleName Method
Indicates whether a rule occurs in the PaymCalendarRule table for a module, name and legal entity.
Syntax
client server public static boolean existForRuleName(
PaymCalendarModuleType _moduleType,
Name _ruleName,
LegalEntity _legalEntity)
Run On
Called
Parameters
- _moduleType
Type: PaymCalendarModuleType Enumeration
The module type of the PaymCalendarRule record to check for existence.
- _ruleName
Type: Name Extended Data Type
The rule name 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.