Share via


HcmJobPostingService.readRange Method [AX 2012]

Reads an HcmJobPosting document that contains one or more data objects.

Returns data valid during the specified time period.

Syntax

public HcmJobPosting readRange(
    AifEntityKeyList _entityKeyList, 
    utcdatetime _validFrom, 
    utcdatetime _validTo)

Run On

Server

Parameters

  • _validFrom
    Type: utcdatetime
    The datetime from which the records are valid.
  • _validTo
    Type: utcdatetime
    The datetime to which the records are valid.

Return Value

Type: HcmJobPosting Class
An HcmJobPosting document that contains a list of read data objects.

See Also

Reference

HcmJobPostingService Class