Magento configuration
NAVcommerce Magento 2 Extension
In the Magento backend go to Stores > Configuration > NAVcommerce, and enter your app details. These are the same as you used on the NAV setup page to authorize the connection from within NAV. (Hub API URL, AppId, SecretKey) If you don’t have this information, please contact your supplier / implementation partner or our support desk via support@idyn.nl
If you don’t see the NAVcommerce Extension within the Magento backend, first follow the instructions on this page: Magento technical installation
Indexing
Magento has an extensive indexing mechanism, which enables the front-end to perform at its very best. But depending on its configuration, updating indexes can also slow down bulk updates. Here is our rule of thumb regarding indexing;
During setup / initial phase, where you want a direct response from the front-end when altering data in the NAV/BC backend, set all indexes to Update on Save.
When going into full test or production mode, set all indexes to Update by Schedule, and make sure that you have the appropriate CRON jobs set up.
Caching
During the implementation and testing phases of your project, we highly recommend to disable full page caching or Varnish cache. These are great features to boost the performance of your stores in production mode, but they might confuse things when testing. Your most recent change might just not have been picked up by the caching mechanism.