Years ago someone learned me that I always should fill Caption and CaptionML for all fields. For years I sticked to this rule. But I know now I need to change my old habits… even if I still could do that...
In my last post I wrote how to get the trail version of Business Central. Now I would like to guide you step by step how to setup your own sandbox on the local machine. Very good tutorial you can find...
Have you customers ever asked you to hide some fields on page just for few people but leave all other for all users? For example show simple Item or Vendor Card or hide all fields on General Ledger Setup but show...
Those of you which had never built extensions probably even did not notice this inconvenient but anyone who needed to do so with previous version and wanted to use any of CurrPage function in code was annoyed that it did not...
I still exploring tableextension object and I found that it has one very huge benefit. Seems that there is no record size limit when using tableestension. At least my test shows that it is very hard to get to the limit...
Even if like events very much which were in previous version of extensions, I think that they make our code little messy. It was (still is) possible to create as many events to one publisher (for example OnAfterDelete) as you wish....
I know that this post for some people will not be discovering something new. All (or AL) what you can read here, you can easily find on Microsoft Docs. However I also believe that there is a lot of people, even...
With Events we have something which is very good. It is control when our code should be run. Some time ago I got task to update all records in my table based on previous record in the same table. Task wasn’t...