Book Image

Microsoft Dynamics AX 2012 R2 Services

Book Image

Microsoft Dynamics AX 2012 R2 Services

Overview of this book

Table of Contents (17 chapters)
Microsoft Dynamics AX 2012 R2 Services
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

AIF change tracking


In Microsoft Dynamics AX 2009, document services had a set of six operations available for use. They are as follows:

  • Create

  • Delete

  • Find

  • FindKeys

  • Read

  • Update

In Microsoft Dynamics AX 2012, there are two additional operations available for developers:

  • GetKeys: This can be used in combination with a document filter to only obtain the keys of the documents that were the result of the filter.

  • GetChangedKeys: This does the same as the GetKeys operation with the addition of a date and time being passed to the action. This way, only the keys of documents that have actually changed since that time are returned.