PaymCalendarProcessor::getCalendarForLocation Method [AX 2012]
Retrieves the payment calendar for the specified values.
client server private static container getCalendarForLocation(
LegalEntityRecId _legalEntity,
PaymCalendarModuleType _moduleType,
LogisticsAddressCountryRegionId _countryRegionId)
Run On
CalledParameters
- _legalEntity
- Type: LegalEntityRecId Extended Data Type
The record ID that specifies the legal entity.
- _moduleType
- Type: PaymCalendarModuleType Enumeration
The associated module type.
- _countryRegionId
- Type: LogisticsAddressCountryRegionId Extended Data Type
The natural key that specifies the country or region.
Return Value
Type: containerA container that contains the record ID of the payment calendar and a flag denoting whether state holidays should be included.
Show: