PayrollPositivePayService.findAsOf Method [AX 2012]

Finds data objects.

Returns data valid as of specified date/time.

public PayrollPositivePay findAsOf(AifQueryCriteria _queryCriteria, utcdatetime _validAsOf)

Run On

Server

Parameters

_queryCriteria
Type: AifQueryCriteria Class
The query criteria to use to find the data objects.
_validAsOf
Type: utcdatetime
The date/time value that is used by the method to return records valid as of specified date/time.

Return Value

Type: PayrollPositivePay Class
A PayrollPositivePay document that contains the specified data objects.

Community Additions

ADD
Show: