Today I’ve discovered that not everyone knows how Dynamics 365 Business Central (but also Dynamics NAV) handles inserts on the SQL backend, so I think it’s worth writing a quick post on explaining this.
Let’s consider this piece of AL code:
In this code I’m retrieving an existing Item record (the first) and then I’m doing an INSERT operation that obviously fails.
Then after that…
Continue Reading demiliani’s Article on their blog
Dynamics 365 Business Central and bulk inserts
Today I’ve discovered that not everyone knows how Dynamics 365 Business Central (but also Dynamics NAV) handles inserts on the SQL backend, so I think it’s worth writing a quick post on explaining this. Let’s consider this piece of AL code: In this code I’m retrieving an existing Item record (the first) and then I’m…
Blog Syndicated with demiliani’s Permission