RetailCampaignMediaService.getChangedKeys Method [AX 2012]
Gets the changed entity keys passing server defined filters and changed after some date time.
public AifEntityKeyPage getChangedKeys(AifDocumentPaging _paging, utcdatetime _changedDateTime)
Run On
ServerParameters
- _paging
- Type: AifDocumentPaging Class
The query criteria to use to find the data objects.
- _changedDateTime
- Type: utcdatetime
The date time criteria to use to find the data objects.
Return Value
Type: AifEntityKeyPage ClassA list of entity keys that identify the specified data objects.
Community Additions
ADD
Show: