Hi All,
I'm using dot net variable in Business central online.
This code works perfectly well in NAV 2018 but in D365 BC below error is thrown.
The code line is
Window.UPDATE(3, FORMAT(ProdDetails.sku())); //here ProdDetails is a Dotnet variable and sku is a Dot net System.String variable.
any suggestion on this?