Activity › Forums › Salesforce® Discussions › How do I add an account team member in Salesforce using data loader?
-
How do I add an account team member in Salesforce using data loader?
Posted by Marziya on November 23, 2020 at 3:21 PMHow do I add an account team member in Salesforce using data loader?
Julieta Bustos replied 4 years, 9 months ago 4 Members · 4 Replies -
4 Replies
-
Follow the below steps to add AccountTeamMembers using Data Loader:
1. Prepare a file with the following columns: AccountId, userId, TeamMemberRole, AccountAccessLevel, ContactAccessLevel, OpportunityAccessLevel, CaseAccessLevel.
2. Perform an Insert operation to the Account Team Member (AccountTeamMember) object, which should be available by selecting the “Show all Salesforce objects” option in the Data Loader, click Browse and select your file | Open | Next > | Ok
3. Click the Create or Edit a Map button and choose to Auto-Match Fields to Columns. Verify that the fields are properly mapped and click OK | Next>
4. Click Browse… to select the location on your local machine where you want to save the output files.
5. Click Finish and Yes at the prompt to proceed. - [adinserter block='9']
-
- Launch Data Loader, click Export, and login to your organization.
- Check the “Show all Salesforce Objects” checkbox.
- Select Account Share (AccountShare).
- Select all fields.
- Add the following condition: RowCause equals Team.
- Finish.
-
Thanks, @shwetak717gmail-com but I can’t make it work, I do not know how to enter the options “Read/Write” and “Read Only” in the CSV. Can you please help me with this?
-
Found the options neededFor Read/Write you must use EditFor Read Only, you must use Read
Log In to reply.