In my video, I walk you through the Acumatica Customization Project structure and provide some tips I have discovered from my time working with Acumatica Cloud ERP. Click on the play button on the image below to watch now. [embed_video id=“74809″ view_type=“popover“ width=“100%“ height=“100%“ text=“Watch Now!“ dark=“true“ title=““ class=““ preview=“true“ autoplay=“false“ start_time=““] It starts with a brief overview of customization projects and the different screens associated with creating and editing…
Setting Up a NuGet Feed for Acumatica Libraries
Introduction Seasoned developers are probably aware of the benefits of using a package manager tool for installation and updates of packaged reference files and libraries. Such packages contain reusable code that are published to a central repository for consuming by other programs. The advantages to using such a tool is to maintain any common code in a common location, rather than needing to copy the individual files around and maintain… …