If we are using SDK method from external application to set values for created on, modified on – we can use overriddencreatedon for created on. Modified on will be ignored.
Setting values in Pre-Create Plugin – values specified for both created on and modified on will be set in the record.
Here we will pick the folder Customers and its subfolders along with the files inside it and will transfer it’s content to the Azure Blob Container.
Create a new SSIS Package and drag the Premium File Transfer Task to the control flow designer.
Double click the task and specify the following Source Properties
Action – Send Files – the other options are – Delete files, Create Directory, Remove Directory.
Check the option – Include Subdirectories
Connection Manager – Local File
Directory Path – specify the folder
Similarly, for Destination, we can specify the Azure Blog Storage Connection Manager and the directory path as shown below
Note – Make sure we have already added the connection for it to be available inside the connection manager option of Premium File Transfer Task. The other connection types supported are FTPS, SFT, Amazon S3, Azure Data Lake Storage, Box, Dropbox, Hadoop, OneDrive, SharePoint.
Let us run the package.
We can see the content transferred successfully to Azure Blog storage
Also, check out –
Using Azure Blob Storage component with Dynamics 365
With version 20.2 November 2020 release, there have few updates added to the KingwaySoft’s CDS/CRM Destination Component, few are changes in the label and others are metadata changes, that one should be aware of before updating.
Thus, any package saved with the new version will not work with the older version, and it is recommended to take full back up of the package before updating to the new version.