PaymCalendarLegalEntityLocationRule::construct Method [AX 2012]

Retrieves an instance of the PaymCalendarLegalEntityLocationRule class.

client server public static PaymCalendarLegalEntityLocationRule construct(
    LogisticsAddressCountryRegionId _countryRegionId, 
    PaymCalendarRecId _paymCalendarRecId, 
    boolean _includeStateHoliday, 
    PaymCalendarRuleId _paymCalendarRuleId)

Run On

Called

Parameters

_countryRegionId
Type: LogisticsAddressCountryRegionId Extended Data Type
The record ID of a LogisticsAddressCountryRegion record that specifies a country.
_paymCalendarRecId
Type: PaymCalendarRecId Extended Data Type
The record ID of a PaymCalendar record.
_includeStateHoliday
Type: boolean
A Boolean value that indicates whether the state holidays are to be included for the rule.
_paymCalendarRuleId
Type: PaymCalendarRuleId Extended Data Type
The record ID of a PaymCalendarRule record.

Return Value

Type: PaymCalendarLegalEntityLocationRule Class
A new instance of the PaymCalendarLegalEntityLocationRule class.
Show: