Mass Upload Files To Specific Contacts Salesforce
问题 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