function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tstrongtstrong 

Uploading Data to the UserTeamMember Object

Our sales team wants us to populate their default sales team data on each sales user's record for them so that they don't have to enter over 50 users themselves.  Seems pretty straight forward to load the data, but what I don't know is if these records that are added to the default sales team will have the “Automatically add my default sales team to opportunities that I create or open opportunities that are transferred to me ” option selected on them. Without that, they would have to manually select the "Add Default Team" on each of their new opportunities to get the default team added.

 

Is there a way to do this through the data load?  I can't see to find where this value can be populated on the record.  I only see these fields and the system fields on the UserTeamMember object: 

 

OpportunityAccessLevel

TeamMemberRole

OwnerId

UserId

 

Any suggestions would be greatly appreciated!