RetailCampaignMediaService.readRange Method [AX 2012]
Reads a RetailCmpMed document that contains one or more data objects.
Returns data valid during the specified time period.
public RetailCmpMed readRange(
AifEntityKeyList _entityKeyList,
utcdatetime _validFrom,
utcdatetime _validTo)
Run On
ServerParameters
- _entityKeyList
- Type: AifEntityKeyList Class
A list of entity keys that identify the data objects to read.
- _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: RetailCmpMed ClassA RetailCmpMed document that contains list of read data objects.
Community Additions
ADD
Show: