question

lsc2021 avatar image
0 Votes"
lsc2021 asked lsc2021 commented

How to copy a file from azure blob to salesforce Attachment object

I want to use Azure Datafactory to Insert a file from Azure Blob Storage to Salesforce attachment object.
How to do this.

Thanks!

azure-data-factory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KranthiPakala-MSFT avatar image
0 Votes"
KranthiPakala-MSFT answered lsc2021 commented

Hi @lsc2021,

Thanks for the ask and using Microsoft Q&A forum.

Unfortunately copy file to Salesforce Attachment Object isn't supported using existing Salesforce connectors in ADF.

We recommend you to please submit a feature request in ADF user voice forum: https://feedback.azure.com/forums/270578-data-factory
All the feedback shared in this forum are actively monitored and reviewed by ADF engineering team. Please do share the feedback link here once it is posted so that other users with similar requirement can up-vote and comment on your suggestion which would also help to increase the priority of feature implementation.

The only workaround I could think of is writing your own code/logic and use it in Custom Activity or Azure Function activity. To move data to/from a data store that Data Factory does not support, or to transform/process data in a way that isn't supported by Data Factory, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline. The custom activity runs your customized code logic on an Azure Batch pool of virtual machines.

Hope this info helps.



Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@KranthiPakala-MSFT

Thank you for your answers and suggestions!

0 Votes 0 ·