I am potentially trying to move a bunch of user's default teams from a sandbox to production. I have been migrating data for a while and I mainly use Python scripts and dataloader to do so. Right now I have a script that pulls the teams and access levels. This works just fine. I have to adjust some IDs to go into production, which is fine also.
My problem comes when I'm trying to load them back in. I am using the UserAccountTeamMember and UserTeamMember respectively but the data doesn't appear in the default teams even though the data load is successful. Any opinions would be helpful!
8 answers
That was part of my problem. I wasn't getting an error. However I was able to resolve the issue. I believe it had something to do with my mapping.