Has anyone managed to successfully configure AIF services for change tracking?
I have enabled both change tracking at a Database-level and at a Table-level (CustTable). This was carried out directly in SQL.
When I make a change to a Customer record in the AX client, I can query the SQL change-tables directly and view the changed records.
However, when I try the execute the getChangedKeys() operation on the CustCustomerServices from a .net client, the EntityKeyPage object has a PageStatus property set to 'Failure' and a PageStatusDetails property set to 'Change Tracking Disabled'.
Is there anything else I need to do to enable change tracking, is this configurable from within the AX client somewhere? The documentation (which seems fairly thin on the ground) seems to suggest that this only needs to be enabled on the database table.
http://msdn.microsoft.com/en-us/library/hh433529.aspx
Thanks,
Nick
*This post is locked for comments