You need to sign in to do that
Don't have an account?

Upsert Attachment via data loader schedule
Hi,
I want to ask about upload attachment using data loader with schedule. I have mapped Id, ParentId, Name, Body.. If using data loader program, the result is a success but if using command line prompt or schedule with bat file, there is an error: Field mapping is invalid: Body => Body
Is it has different mapping ? Anyway my Body field in csv file contains full path of the file, example: D:\test.jpg
Any suggestions would be great.. thanks..
Hi,
I have fixed it, it is because I set it on the wrong object, I shoud change the object into Attachment.. Thanks..
Hi Edwin K,
May I know how you did the upsert operation?
In my understanding, only the object who has external id can do upsert opertion. and you cannot add external id field on attachement.
Thanks in advance.