If you want to update the Account Team Member in Salesforce Via Dataloader
we have to use Account Share Object.
Account Share object will have data of AccountTeamMemeber and Owner of the Account.
While Updating we have to skip the owner data and we have to update only the AccountTeamMember data.
Below is the screen shot for Account Team Member Present in the Account.
For this Account when we extract the AccountShare Object from Dataloader, it has 2 records.
In the RowCause field you can identify, whether it is Team or Owner. you cannot update the data for Owner. Team Data can be updated.
so using data loader you can update the Team Data, which will automatically update the Access of Account Team Member data.
No comments:
Post a Comment