Greater Visibility and Intelligence Sharing across Departments and Teams When the COVID-19 pandemic first hit, retailers didn’t realize how much it would impact the way they conducted business. The first hint came when lockdowns shuttered brick-and-mortar stores. Consumers shifted even further to online options. (Over two billion people purchased goods/services online in 2020.) And small and mid-sized businesses (SMBs) quickly realized the need to either add an eCommerce site or…
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… …