I'm working on migrating the Forecast Sales table. The only issue (as far as I know) involves the "parent-child" relationship that exists between the records (the child's Expand ID is the Rec ID of the parent).
I already have a custom method for generating the Expand ID, however when I run through the migration process, every Expand ID is 0. It is entirely possible that the code in my method could be wrong, but I've been thinking that I might have to migrate the data in two steps: import "parent" records first and "children" records second.
Has anybody had success with importing ForecastSales in general or with importing in multiple steps?
Thanks in advance.
*This post is locked for comments
I have the same question (0)