Some time ago, I was creating some sort of Sales History. Every Order needed to be kept in History, if it was deleted, either manually or through invoicing rules.
To make some thing easier, we changed all FlowFields to actual fields.
It might seem pretty logic to most of you, but in fact, I did not know this, so there are probably still some people who also don’t know this.
As I said, I changed all FlowFields to actual fields in the new tables. Since the table is basically a copy of the Sales Table, I did a TRANSFERFIELDS which I believed would pretty much help me finish the job (after doing a CALCFIELDS)
When testing, I found out that a lot of my fields were never “transferred”. It appears that a TRANSFERFIELDS never transfers FlowFields, it just skips them.
Just a heads up for you all.