Hi,
We need to maintain a dimension(master data table) in MDS and sync the master data changes daily to the datawarehouse. We have enabled subscription views for this and we check the LastChgDateTime to pick up all added/modified records between yesterday and today.
Is there a way, how the soft-deleted records can be tracked using subscription views? I understand that records with [Status_ID]=2 in the original table can provide this value and also, the view can be modified to remove the 'WHERET.Status_ID= 1 ' constraint, but is there a way how I can get the deleted records without manually accessing the MDS schema?