Search In This Blog

Showing posts with label Dataloader. Show all posts
Showing posts with label Dataloader. Show all posts

2024-07-10

Salesforce Integration User License can not access account, etc by dataloader

Issue

Using the Salesforce Integration profile cannot find account, etc in object list.

Solution

Use Permission Set to allow acess to account, etc
When create Permission Set, select lisence as Salesforce API Integration. Don't select Salesforce Integration.
In Object Settings page, allow target objects permission.
If you want access to task, set the permission in System Permissions page. Check on "Access Activities" and "Edit Tasks".

2022-06-16

Dataloader Error: Java Runtime (class file version 55.0), this version is up to 52.0

Java Runtime 52.0 -> Java 8

Java Runtime 55.0 -> Java 11 or new

So need install Java 11 or new to replace Java 8.


After installed java 11, do not forget to check you Environment Variables [JAVA_HOME].

Make sure JAVA_HOME is the new path to java 11 file.