Skip to main content

#Salesforce Data Loader0 人正在讨论

Hi All, 

I wanted to export product data from slaesforce with it all its product options, corresponding prodcut rules and fetures. All the options constratints that is related to the particular prodcut. 

I tried to create a custom report but it also dosn't give all the necessary information related to thath particular prodcut. 

Would like to know if that's possible with the report or not if yes how it should be done.

 Are there any 3rd party app from the app exchange available or some one has used for such kind of export. 

Any kind of help is appricated. 

Thanks in Advance!

Regards, 

Priyanka Rai 

 

#Salesforce Developer  #Salesforce CPQ & Billing  #CPQ  #CPQAskAnExpert  #Salesforce CPQ & Billing  #Cpqexternalconfigurator  #Dataloader

0/9000

I am currently working on a data migration. In this process I was curious if there are any monthly record limits I should keep in mind. 

 

I know in Dataloader.io the monthly record limit is 10,000 records because of only having the free version, but does the same rule apply with the  Salesforce Dataloader that you download on your computer? 

 

Also are there any monthly record limits I should keep in mind for Data Import wizard? 

 

#Import  #Dataloader  #Org Migration

4 个回答
0/9000

Hi, I am trying to mass upload a note on accounts. It is the same note but for over 1000 account records. Is there a way to do it through dataloader? I've attempted multiple ways but it doesn't seem to be the write object. It is the 'notes' and not 'notes & attachments' 

 

#Dataloader  #Notes & Attachments

5 个回答
  1. 2025年3月17日 12:12

    @Jas C the same here. I added Id to ParentId attribute, and note looked correctly, but was not visible in Notes related list placed on Parent record. Maybe an issue 

0/9000

I am using Dataloader to update opportunity types, names and other custom fields. I have exported the Opportunity IDs and included a column for RecordTypeID + the columns for the fields that need updating. In Dataloader, I have selected to update opportunity and I have mapped the fields accordingly. 

728 records were successful and 9500 failed from the same batch. The only information provided in the error log is "Id not specified in an update call". What am I doing wrong?

5 个回答
  1. Manoj Nambirajan (Dell Technologies) Forum Ambassador
    2024年10月4日 13:13

    @Renee Wilson if there are other columns to also be updated.. i would recommend to isolate record type id update to be done later and let other column updates go through first

0/9000
I have configured all files well i.e generated key>generated config.properties>generated process-conf.xml etc 

So when I m trying to hit thiscommand in CMD >Process.bat "D:\Data Loader\bin\process-config.xml" Account 

I ma receiving this error  "java.lang.ClassNotFoundException: com.salesforce.dataloader.process.Processrunner" in Cerrror in commandline dataloaderMD window .

I not sure but I think i am missing anthing in java package inside the dataloader folder ?

there was not javac file present in the java package inside the datalaoder folder still the error is same 

Can anyone help me out with this ??

 
2 个回答
0/9000

I have been using DataLoader for bulk actions in Salesforce for a few years without any complications.  I recently had an issue where it would not accept my files, despite them all being CSV files.  I read that you should remove the program and download again, which I did - and suddenly it was accepting the same exact CSV files I had originally tried to import.

 

One week later, I am having the same issue with DataLoader not accepting my CSV files.  It is time-consuming to have to remove and re-add the program.  Any ideas? Thank you!

 

#Dataloader

0/9000

Hello awesome admins,

I am trying to use data loader to identify profiles (not permission sets) that have view or edit access to a field. This is my data loader query so far:

SELECT Field, Id, ParentId, PermissionsEdit, PermissionsRead

FROM FieldPermissions

WHERE

    SobjectType = 'Opportunity'

    AND Field = 'Opportunity.Special__c'

    AND (PermissionsEdit = True

    OR PermissionsRead = true)

 

I would like the export to include the Profile Name. Also, my goal is to use the export to then update some of the Profiles so that PermissionsEdit and PermissionsRead = False.

1. How do I include Profile Name in my query?

2. When I do the Update, which object should I be updating... is it the FieldPermissions object again?

Thank you!

#AwesomeAdmins #Dataloader #SOQL Queries

2 个回答
0/9000
3 个回答
  1. 2024年4月8日 14:30

    You can create this custom NPSP object by upload. It requires two preexisting contacts which can make it challenging.

    I use Apsona because I don’t need ids to match contacts.

    I don’t believe NPSP data importer does support relationships easily or at least out of the box. I could be wrong if you approach it with custom mappings.

    --Terry

0/9000

We have a new Admin who has the same permission sets as other Admin, but running into an issue with Data Loader. We've uninstalled current version and also tried an earlier version. When she gets to Step 3 after creating (or using saved) mapping, when pressing "Next" nothing happens. No error message, nothing. Her file type is correct.

 

Is there a hidden permission set or something I am not thinking about that is causing this error? Thanks in advance. 

 

#Dataloader

2 个回答
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    2024年3月9日 10:05

    Hello @Mackenzie Cummins, could you please provide a screenshot ? Does the user manage to insert / update data with Data Import Wizard or Data Loader application ?

    Eric

0/9000

Zulu installed, but the Dataloader Installer won’t run.

What to do?

 

Update: there was a Zulu version conflict, so neither ran. Once corrected, the installer ran, but the icon doesn’t work. When you click on the .jar file, windows asks what you want to open it with. If I scroll to the Zulu folder, I don’t see any executable file - what should I be using?

 

#Dataloader

8 个回答
0/9000