PaymCalendarProcessor::createHolidayCalendarBitmapServer Method [AX 2012]
Creates a bitmap representing the holidays for the specified calendar, year, state, and city.
server private static container createHolidayCalendarBitmapServer(
PaymCalendarRecId _paymCalendarId,
int _year,
LogisticsAddressStateRecId _state,
LogisticsAddressCityRecId _city)
Run On
ServerParameters
- _paymCalendarId
- Type: PaymCalendarRecId Extended Data Type
The ID of the PaymCalendar record of the payment calendar associated to the state and city holidays.
- _year
- Type: int
The specific year for the calendar.
- _state
- Type: LogisticsAddressStateRecId Extended Data Type
The record ID of the LogisticsAddressState record that specifies the state holidays.
- _city
- Type: LogisticsAddressCityRecId Extended Data Type
The record ID of the LogisticsAddresssCity record that specifies the city holidays.
Return Value
Type: containerA container holding a bitmap wherein the bits that correspond to holidays are set to false.
Show: