PaymCalendarProcessor::createRuleListServer Method [AX 2012]
Creates an ordered list of rules for the specified values.
server private static container createRuleListServer(LegalEntityRecId _legalEntity, PaymCalendarModuleType _moduleType)
Run On
ServerParameters
- _legalEntity
- Type: LegalEntityRecId Extended Data Type
The record ID that specifies the legal entity.
- _moduleType
- Type: PaymCalendarModuleType Enumeration
The module type of the rules to be retrieved.
Return Value
Type: containerA container that contains the packed list of the rules ordered by how they must be applied.
Show: