New feature: Reprocess missing lookups after import
I've added a new feature to update lookup relationship fields that get missed during the initial import. For example, if Accounts are imported before Contacts, but Accounts have a Contact lookup, it can't be populated. It ended up being quite similar to what UpdateRecursiveField was already doing, so I've refactored out the code that was shared by both into separate methods as well.
Wow, first time I've ever received a Pull Request, thanks Matt. I'll take a closer look when I've got time, cheers
Hey, wonder if you've found any time to check this PR out? ;)
Any update on this PR? @codeulike
Wow, I had totally forgotten about this. I think the updated code is still in my fork if you want to clone that instead...
@codeulike hello! Any update regarding this PR??