PaymCalendarFindCalendarResults::construct Method [AX 2012]
Retrieves an instance of the PaymCalendarFindCalendarResults class.
client server public static PaymCalendarFindCalendarResults construct(
PaymCalendar _paymCalendar,
LogisticsPostalAddress _postalAddress,
boolean _includeStateHoliday,
PaymCalendarRuleId _paymCalendarRuleId)
Run On
CalledParameters
- _paymCalendar
- Type: PaymCalendar Table
A record for the payment calendar.
- _postalAddress
- Type: LogisticsPostalAddress Table
A record for the associated postal address.
- _includeStateHoliday
- Type: boolean
A Boolean value that indicates whether state holidays are to be included.
- _paymCalendarRuleId
- Type: PaymCalendarRuleId Extended Data Type
The record ID of the calendar rule for the retrieved payment calendar.
Return Value
Type: PaymCalendarFindCalendarResults ClassA new instance of the PaymCalendarFindCalendarResults class.
Show: