2024 Wave 1 – v24: Support for delta links with APIs (removed) ✖️, Webhooks as a replacement ✅.

2024 Wave 1 – v24: Soporte para enlaces delta con API (eliminado) ✖️, Webhooks como reemplazo ✅.

Con la siguiente documentación sabrás el uso de los enlaces delta de las APIs. Esta funcionalidad implica un comportamiento de polling (sondeo), lo cual es bueno para algunos escenarios, donde se requiere que el cliente solicite los cambios periódicamente para posteriormente reaccionar a estos cambios.

La comunicación es la habitual en el uso de APIs:

Imagen del blog siguiente: Webhooks with Dynamics 365 Business Central – Stefano Demiliani

La propuesta para suplir esta funcionalidad son los webhooks, donde la situación cambia de buscar los cambios a suscribirse a los eventos que son enviados por Business Central cada vez que hay algún cambio (pushing).

Imagen del blog siguiente: Webhooks with Dynamics 365 Business Central – Stefano Demiliani

El flujo básico de esta funcionalidad, se inicia con la suscripción a las entidades que deseamos nos envíen notificaciones de cambios y luego la notificación es enviada por Business Central hacia un URL de notificación previamente configurado gestionado por tokens.

Con la siguiente documentación sabrás como funcionan los webhooks.

D365BC Application Ideas

Si tienes una implementación que requiera el uso de estos enlaces delta de manera definitiva y no te puedes apoyar en los Webhooks, te sugiero que apoyes una Idea propuesta por Jakob Gillinger para mantener esta funcionalidad.

Espero que esta información te ayude.


2024 Wave 1 – v24: Support for delta links with APIs (removed) ✖️, Webhooks as a replacement ✅.

With the following documentation you will know the use of API delta links. This functionality involves polling behavior, which is good for some scenarios, where the client is required to request changes periodically and then react to these changes.

The communication is the usual one when using APIs:

Image from the following blog: Webhooks with Dynamics 365 Business Central – Stefano Demiliani

The proposal to replace this functionality is webhooks, where the situation changes from polling for changes to subscribing to the events that are sent by Business Central every time there is a change (pushing).

Image from the following blog: Webhooks with Dynamics 365 Business Central – Stefano Demiliani

The basic flow of this functionality begins with the subscription to the entities that we want to send us change notifications and then the notification is sent by Business Central to a previously configured notification URL managed by tokens.

With the following documentation you will know how webhooks work.

D365BC Application Ideas

If you have an implementation that requires the use of these delta links permanently and you cannot rely on Webhooks, I suggest you support an Idea proposed by Jakob Gillinger to maintain this functionality.

I hope this information helps you.


Más información / More information:

Deja un comentario