Skip to main content
How to apply delta filters with Business Central APIs?

Hello Chaitenya,

The best practice is to use dynamic parameters with the operation type `FIND_MAX` for delta filters as they indicate the maximum value of a defined column. If the indicated table does not exist in the EMS or is empty, the `DEFINED VALUE` is utilized.

You can include filters for the delta links, which are typically based on the `GET` query call. When calling the API with the `deltaLink` to get the changes, each entity that previously didn't match the filter criteria, but matches it now, returns as an "add" entity


Hi Harshit,

I did try using 'Find_Max' but I was unsuccessful.

imageimage If you have any other suggestion, please do let me know.

Thanks for your help.


Reply