PaymCalendarProcessor.createRuleList Method [AX 2012]

Creates an ordered list of rules for the specified values.

private List createRuleList(LegalEntityRecId _legalEntity, PaymCalendarModuleType _moduleType)

Run On

Called

Parameters

_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: List Class
A list that contains the rules ordered by how they must be applied.

The list contains objects of type PaymCalendarSpecificRule , PaymCalendarThirdPartyLocationRule , or PaymCalendarLegalEntityLocationRule.

Community Additions

ADD
Show: