Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.