Part 1
Introduction
In today’s world, it’s hard to imagine a successful software product without an API. Fortunately, Acumatica is not an exception — it provides powerful REST API capabilities that allow real-time interaction with your data.
So, what do you need to know to get started?
While Acum...
First of all, you need to enable the Developer tab. Click File --> Options --> Customize Ribbon and turn on Developer checkbox.
Next, Import JSON Parser into VBA
• Open your Excel file.
• Go to the VBA Editor (press Alt + F11).
• In the menu, click File --> Import File....
• Select the J...