Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,
I need to download a Salesforce attachment (daily). Using tSalesforceInput i can get the Body (Base64) but i can't get the file in the source format (xls).
Any help appreciated!
Thanks
Hi,
Retrieving the original content file is your responsability, Salesforce will not give it to you.
So you need to code a little, as you probably do to upload attachment to Salesforce.
This may helps.