Skip to content

ajkauffmann

57 Posts
2,845 Views
Dynamics 365 Business Central

Extending standard APIs (1)

I’ve got this question so many times: how can we extend the standard APIs with extra fields? So I decided to write a blog post about it. Actually,…

📅 12 March 2021 👁 61 views
Dynamics 365 Business Central

Deprecation of Basic Auth for SaaS has been postponed to 2022

Good news: Microsoft decided to postpone the deprecation of Web Service Access Keys (Basic Authentication) until version 2022 wave 1. See confirmation here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/deprecated-features-w1#web-service-access-keys-basic-auth-for-saas Originally the plan was…

📅 7 January 2021 👁 37 views
Dynamics 365 Business Central

Batch calls with Business Central (2) – Error handling

This is the second post in a batch series about batch calls with Business Central APIs. You can find the first one about the basic operations with batch…

📅 22 December 2020 👁 57 views
Dynamics 365 Business Central

What’s new in Business Central API v2.0

With the release of Business Central 2020 wave 2, a new version of the standard API set has been released. This new version got its own documentation here:…

📅 10 December 2020 👁 61 views
Dynamics 365 Business Central

How to test Business Central webhooks

I don’t think webhooks need an introduction. But for those who are new to the topic, here you can find the official documentation. In short, a webhook is…

📅 28 November 2020 👁 114 views
Dynamics 365 Business Central

Business Central App maintenance policy tightened

Microsoft recently published information about maintaining apps and per-tenant extensions (PTEs) for Business Central. This rule can be simply summarized as “keep your apps compatible with Business Central…

📅 25 September 2020 👁 44 views
Dynamics 365 Business Central

Converting Enum values in AL

During my AL training classes, a frequently asked question is how to convert enum values to and from integer or text. So I thought it would be a…

📅 16 July 2020 👁 79 views