Has anyone gotten this to work? I am attempting to enable change tracking on Purchase orders (PurchPurchaseOrderHeaderEntity) and am getting the error:
Entity Purchase orders is not supported for change tracking as it doesnt have any primary index or alternate key
Entity Purchase orders is not supported for change tracking as it doesn't have any primary index or alternate key
However, looking in AOT I see:
AOT>DataModel>DataEntities>PurchPurchaseOrderHeaderEntity>Keys>EntityKey>PurchaseOrderNumber
This being the HEADER table, PurchaseOrderNumber should in fact be unique, so what might be the problem here?