#NAVdevTips 4: TableExtension – sky is the limit?

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 (if any exists).

As you probably know when developing in C/AL we had 8kb limit of record. Which sometime was very annoying especially with a lot of customer modifications .

So let’s try the same with AL and table extension. You need to trust me that I added 30 of similar fields as on the screen below.

And it was compiled. As there was no error I thought – maybe I will get error when adding data to table. However still no error.

 

Any threads if this is ok?

I wanted to ask the question on github to Microsoft team but it was already asked. Seems that for now there is no errors message when added fields over 8kb limit to records. But probably it will be added in future (https://github.com/Microsoft/AL/issues/1777). However from other side it was also said (https://github.com/Microsoft/AL/issues/347) that for companions (so as I understand tableextension) there is no limitation:

Companion tables don’t count against the base table limitation.

 

3 Comments

Add a Comment

Your email address will not be published.