PaymCalendarSpecificRule::construct Method [AX 2012]

Retrieves an instance of the PaymCalendarSpecificRule class.

client server public static PaymCalendarSpecificRule construct(
    PaymCalendarRecId _paymCalendar, 
    PaymTermId _paymTerm, 
    PaymMode _paymMode, 
    PaymCalendarRuleId _paymCalendarRuleId)

Run On

Called

Parameters

_paymCalendar
Type: PaymCalendarRecId Extended Data Type
The record ID of the PaymCalendar record.
_paymTerm
Type: PaymTermId Extended Data Type
The natural key that specifies the payment term.
_paymMode
Type: PaymMode Extended Data Type
The natural key that specifies the payment mode.
_paymCalendarRuleId
Type: PaymCalendarRuleId Extended Data Type
The record ID of the PaymCalendarRule record.

Return Value

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