Wednesday, February 12, 2020

NAV / BC - Web Client does not print barcode fonts


  • Go to C:\inetpub\wwwroot\MYINSTANCE\wwwroot\Resources\fonts
  • Copy your font files into that folder
  • Restart IIS

NAV BC - Item Units of Measure

How to setup 1 Case of 4 KG to allow transacting in Cases and KG's, but display stock in Cases.


  • Base UofM = Case
    • Base quantity = 1
    • Equivalent UofM = 1
  • Sales UofM = KG
    • Base Quantity = 1
    • Equivalent UofM = 4
Receive 1 KG = 0.25 Case

Sunday, February 9, 2020

NAV BC - How to import a license via Powershell

https://docs.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.management/import-navserverlicense?view=businesscentral-ps-15



  • Run Powershell
  • Run this script from the location of your fin.flf license file
Import-NAVServerLicense BC -LicenseData ([Byte[]]$(Get-Content -Path "fin.flf" -Encoding Byte))