Blog Post: Dynamics 365 Business Central: please always check AL warnings!
This is a quick post that want to describe a curious thing discovered 3 days ago. A partner contacted me on a social network (yes, I answer also on my socials but please don’t abuse on questions here,...
View ArticleForum Post: RE: NAV EDI tables
Hi Nala, Unless you either have a very very limited scope, or really want a project you can spent years "completing" then I'll recommend you to take a look at one of the many 3rd. party EDI add-ons...
View ArticleForum Post: RandInt and GenerateRandomCode20 always gives the same value?
Hello again, I am currently writing codeunits for Automated Testing in BC. I tried the GenerateRandomCode20 and RandInt from the Codeunit "Library - Utility" and Codeunit "Library - Random". But when i...
View ArticleForum Post: How to Skip Certain Row from summation in RDLC
Doc.No. Item No. Sales Commission CD01 Item-01 100 10 CD02 Item-02 200 20 CD02 Item-02 250 25 CD04 Item-04 300 30 Total 850 85 * I have the above Rdlc summary report and I want to skip summation of any...
View ArticleForum Post: RE: How to Skip Certain Row from summation in RDLC
Not at all sure what you are trying to do. Skip a certain row from summation? What do you want to do with that row? Basically if you want to skip a row from being included in RDLC, then you should...
View ArticleForum Post: RE: RandInt and GenerateRandomCode20 always gives the same value?
Hi, I have never had any issues like that, it always worked fine for me. Which version of BC are you using?
View ArticleForum Post: RE: How to Skip Certain Row from summation in RDLC
Thanks for your reply, Mr. Earnst. The issue is I have a commission document were items listed for Agent for commission payment and this is a print summary report sent for approval and it is used to...
View ArticleForum Post: RE: How to Skip Certain Row from summation in RDLC
Mr. Ernst Can you suggest a solution I can try to solve my issue whether on the RDLC or in nav? Thanks again.
View ArticleForum Post: How to configure Business Central with No VAT
Hi All, I would like to configure Business Central so it does not have use VAT as I have a client who is not vat registered but cannot seem to do this. I know I can do journals with no VAT by...
View ArticleForum Post: RE: RandInt and GenerateRandomCode20 always gives the same value?
Hey Erik, i am using BC 15. Here an example: I am calling this function from my own library codeunit various times in one of my test codeunits procedure CreatePackaging ( var Packaging: Record "XYZ...
View ArticleBlog Post: Dynamics 365 Business Central and the new Microsoft Application...
If someone of you has installed or upgraded a Dynamics 365 Business Central database instances with the new 15.3 version, I think that you could have noted that a new Microsoft extension is appeared on...
View ArticleBlog Post: Images fixed on vjeko.com
You might have noticed that I had some problems with pictures on this blog. Some posts simply didn’t show any of them, and I’ve got quite some reports that they aren’t working. Unfortunately, I’ve been...
View ArticleBlog Post: Using Deployment slots for your Dynamics 365 Business Central...
In my session at Ignite Tour Milan in January I’ve talked (with a real demo too) about how to use Deployment slots when you need to deploy a web application in the cloud and you have the need to...
View ArticleForum Post: RE: Report issue BC SaaS
Hi All, Anybody faced this type of issue any time? Thanks in Advance
View ArticleForum Post: Document Attachment via OData
I'm trying to add a Document Attachment record via a Connected Service to a Microsoft Dynamics NAV database in C# (Visual Studio Professional 2019), (see code below):- const int SHTABLEID = 5900;...
View ArticleForum Post: Installing extension with script
Hi everyone, I think my question is quite simple... Is it possible to install an extension into a cloud tenant with scripts? Thank you very much
View ArticleBlog Post: Dynamics 365 Business Central: something more about dependency...
One week ago I’ve written a post about the new “proxy app” ( Microsoft.Application.app file) introduced with the 15.3 version ( you can read the post here ). This app uses a new property called...
View ArticleBlog Post: NAV 2017 and Job Queue Entry cards failing without error message
Dear reader This week I faced an interesting issue at one of our customers that had changed their Dynamics Partnership to us from another partner. They are running NAV2017 and using Job Queues to...
View ArticleBlog Post: The new life with an app-based ERP
Some days ago I wrote an article for Simplanova website for summarizing the biggest technical changes that every partner should start thinking and managing in order to be able to work efficiently with...
View ArticleForum Post: find Azure tenant ID from Business central code
Hi All, I want find azure tenant ID from Busness central code. Please suggest how to find tenant ID. businesscentral.dynamics.com/ [TENANT_ID] /admin Thanks
View Article