Share via


ConnCustomerOrgService.findRange Method [AX 2012]

Finds data objects.

Returns data valid during the specified time period.

Syntax

public ConnCustomerOrg findRange(
    AifQueryCriteria _queryCriteria, 
    utcdatetime _validFrom, 
    utcdatetime _validTo)

Run On

Server

Parameters

  • _validFrom
    Type: utcdatetime
    The date/time value that is used by the method to return valid records.
    / Specifies the beginnig of the period.
  • _validTo
    Type: utcdatetime
    The date/time value that is used by the method to return valid records.
    / Specifies the end of the period.

Return Value

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

See Also

Reference

ConnCustomerOrgService Class