apex-data-loader

Mass Upload Files To Specific Contacts Salesforce

ぐ巨炮叔叔 提交于 2021-02-04 21:18:46
问题 I need to upload some 2000 documents to specific users in salesforce. I have a csv file that has the Salesforce-assigned ContactID, as well as a direct path to the files on my desktop. Each contact's specific file url has been included in the csv. How can I upload them all at one and, especially, to the correct contact? 回答1: You indicated in the comments / chat that you want it as "Files". The "Files" object is bit more complex than Attachments, you'll need to do it in 2-3 steps. What you see

Mass Upload Files To Specific Contacts Salesforce

不问归期 提交于 2021-02-04 21:18:19
问题 I need to upload some 2000 documents to specific users in salesforce. I have a csv file that has the Salesforce-assigned ContactID, as well as a direct path to the files on my desktop. Each contact's specific file url has been included in the csv. How can I upload them all at one and, especially, to the correct contact? 回答1: You indicated in the comments / chat that you want it as "Files". The "Files" object is bit more complex than Attachments, you'll need to do it in 2-3 steps. What you see

The program 'mvn' can be found in the following packages:

狂风中的少年 提交于 2019-12-24 03:12:31
问题 I am trying to install dataloader on my Linux machine. https://github.com/forcedotcom/dataloader There is a command line on third line: $ mvn clean package -DskipTests When I typed that in, I got this error: The program 'mvn' can be found in the following packages: * maven * maven2 Try: sudo apt-get install <selected package> I am not sure what to do. 回答1: Dataloader needs Maven. It's a dependency manager for Java. Thus you have to install Maven before being able to use it. Just run sudo apt