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
PatcsPatcs 

SalesTeam Migration

Hi

 

I am doing some data migration for sales team in Opportunity. I want to update the Access level to read\write. how can I do that?  when I tried for maaping fields, it is not mapping  in data loader, i want to know how can i get that field to mapped in data loader.

 

Thanks in Advance!!

sfdcfoxsfdcfox

It's a two-step process. You have to first add team members, which sets the default level to read-only, then update the OpportunityShare entries to read-write. Not the most obvious technique, but it is documented. Take a look at OpportunityTeamMember in the Web Services API documentation.