
Hi Experts,
We are using D365 Operations.
Requirement is to read .csv file which is placed in SFTP and create PO through x++.
Could you please guide on how to read .csv file from SFTP using x++.
Thanks,
N.Sridhar
*This post is locked for comments
I have the same question (0)One option is using Logic Apps. It supports both SFTP and creating orders through OData.
Another one is using one of .NET libraries for SFTP to write custom code.