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
More About This Author
Array
Dyn365BC2023.01.26Dynamics 365 Business Central 2023 Wave 1 release plans pillars
Dyn365BC2023.01.25Dynamics 365 Business Central: retrieving Azure AD User informations via AL
Dyn365BC2023.01.18Telemetry with Azure Application Insights: prevent anomalies on data ingestion
Dyn365BC2023.01.16Dataverse Virtual Table Creation Wizard (preview)