RetailCampaignMediaService.findKeysRange Method [AX 2012]
Finds entity keys.
Returns data valid during the specified time period.
public AifEntityKeyList findKeysRange(
AifQueryCriteria _queryCriteria,
utcdatetime _validFrom,
utcdatetime _validTo)
Run On
ServerParameters
- _queryCriteria
- Type: AifQueryCriteria Class
The query criteria to use to find the data objects.
- _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: AifEntityKeyList ClassA list of entity keys that identify the specified data objects.
Community Additions
ADD
Show: