When I bundle two record types and they have instances that are related to each other, when the bundle is installed, it seems that the relationship is broken since internal ids of records change, is that normal or is there a way around that?
j
Josh Godfrey
04/15/2021, 1:16 AM
Yes, I believe this is normal behavior. Especially because internal ID's are normally unique to each account (prod, SB, etc)
You may need to explore SDF. I've pretty much given up on bundling things through the UI and exclusively use the SDF framework to manage object between my accounts.
You can find similar dependency management with the copy to account feature; but I've found that difficult to use when you're trying to manage multiple objects at once. This is very similar to SDF, but you need to copy things over one at a time. Regardless, It has its moments.
Josh Godfrey
04/15/2021, 1:19 AM
It's nice to create something in one environment, then just copy it over.
Not sure if any of that helps!
m
Martin Kolev
04/15/2021, 1:30 PM
I have looked into SDF but this is an old source code base and converting it to SDF would take long time, for now it makes sense to bundle it up