Allows the secure transfer over SFTP of ACH documents for AP/AR payments.
- Acumatica 5.3 or higher
- SSH.NET https://github.com/sshnet/SSH.NET
Publish BatchPaymentSFTPProviderAR.zip and/or BatchPaymentSFTPProviderAP.zip along BatchPaymentSFTPProvider.zip
- BatchPaymentSFTPProvider
- Project containing common logic used by BatchPaymentSFTPProviderAR and BatchPaymentSFTPProviderAP.
- BatchPaymentSFTPProviderAR
- Project pertaining to the Account Receivable module. Requires BatchPaymentSFTPProvider project.
- BatchPaymentSFTPProviderAP
- Project pertaining to the Account Payable module. Requires BatchPaymentSFTPProvider project.
To compile the solution for AP Batch payment, follow these steps :
Note : The same steps can be applied by replacing BatchPaymentSFTPProviderAP by BatchPaymentSFTPProviderAR
- Publish BatchPaymentSFTPProvider.zip and BatchPaymentSFTPProviderAP.zip to your website.
- Run "source\BatchPaymentSFTPProviderAP\BatchPaymentSFTPProviderAP.sln"
- Replace PX.CCProcessingBase, PX.Common, PX.Data, PX.Objects missing references for both project with the corresponding dlls found in the bin folder of your website.
- Install the missing nugget package Renci.SshNet on BatchPaymentSFTPProvider project.
- Delete BatchPaymentSFTPProvider.dll and BatchPaymentSFTPProviderAP.dll from your website bin folder
- Include your website in the solution and add the 2 projects as reference to the web site bin folder.
- Build the solution and reload your website. You should now have the latest compiled code deployed on your website.
Copyright © 2017 Acumatica
This component is licensed under the MIT License, a copy of which is available online at https://github.com/Acumatica/BatchPaymentSFTPProvider/blob/master/LICENSE