Question:
Hi all,
I have created a generic extractor for a masterdata. It is based directly on the table DRAW (DMS-Document). I have added a field to the structure with timestamp that I fill in the extractor from the table DRAW_LAST_CHANGE (or something like that).
The problem is that I cant choose my new timestamp field in the view for generic delta. The field is not present in the list of available fields.
Isnīt it possible to use a timestamp that is filled during the runtime of the extractor for delta for masterdata? I have made the same solution for transaction data and it seems to work fine.
I have checked and added the new field in the roosfield table.
Thanks for your help!
Answer:
FYI
Ok,
So, I had to realize that itīs not working for transaction data either. I will go for a table view which joins my two tables. That should do the trick...