RPayRateObj::getDateAndValue Method [AX 2012]

Gets date and value for the rate found within dates interval by rate code.

client server public static container getDateAndValue(
    RPayRateCode _payRateCode, 
    StartDate _dateStart, 
    EndDate _dateEnd, 
    RPayRateCallContext _context)

Run On

Called

Parameters

_payRateCode
Type: RPayRateCode Extended Data Type
The rate.
_dateStart
Type: StartDate Extended Data Type
The start date.
_dateEnd
Type: EndDate Extended Data Type
The end date.
_context
Type: RPayRateCallContext Class
The call context.

Return Value

Type: container
A container with date and value.
Show: