A programmatic API
Apply AP payments to open invoices directly from your own .NET code.
Developer Tools
Apply unposted AP payments to open invoices from your own .NET code.
The AP Apply Library is the developer-facing companion to AP Payment and Apply Import. Where the application reads CSV files, the library lets your own code do the apply step.
Reference the DLL in your .NET project, or drop it into an eOne SmartConnect map, and apply unposted manual payments and credits to open vouchers — across company databases, with clear error codes for handling exceptions.
Integrations that import AP manual payments into Dynamics GP often stop short of applying those payments to the right open invoices. Writing the apply logic by hand against the GP tables is complex and easy to get wrong.
The AP Apply Library is a standard .NET assembly you reference in your own project. Call its methods to apply unposted manual payments or credits to open vouchers across multiple GP company databases, with error codes and messages returned for validation and exception handling. It also works as the apply step in an eOne SmartConnect map.
Benefits
Apply AP payments to open invoices directly from your own .NET code.
Add the DLL as a reference in a .NET project and call its methods.
Apply either manual payments or credit memos.
Apply payments across multiple GP company databases.
32-bit and 64-bit builds are provided. The x64 build supports SmartConnect 21 and higher.
Apply a payment to Invoice, Finance Charge, or Misc Charge document types.
Returns error codes and messages for validation and exception handling.
Features
A standard .NET DLL that you add as a reference in your project, then call to apply payments after your import.
Use the library as the apply step in an eOne SmartConnect map. 32-bit and 64-bit builds are provided.
Apply across GP company databases, to Invoice, Finance Charge, or Misc Charge documents.
A Visual Studio tester form is included with the product for testing the library.
Requirements
Supported: Dynamics GP 2016 through 18.x.
FAQ
The .NET assembly DLL, in 32-bit and 64-bit builds, plus a Visual Studio tester form for testing the library.
Yes. Use it as the apply step in a SmartConnect map. The x64 build supports SmartConnect 21 and higher.
No. It is a library that your application calls. The included tester form is for testing only.
Dynamics GP 2016 through 18.x.
Related