web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

MS Dynamics 365 Business Central API Deltalink does not work

(0) ShareShare
ReportReport
Posted on by 5

Business Central API deltalink does not work as expected, I have created an custom API in business Central to test the deltalink functionality, 

to enable the deltalink , ChangeTrackingAllowed property is set down true in business central API,

And have done the Service to Service authentication to check API response in postman,

1) When I send get request to call the API , I got the expected response along with Deltalink 

2) And when I was used that deltalink for sub sequential request to get changes records ony , it gives internal Server error, deltalink seems not be worked,

Kindly help me to figure it out that what extra setups needs to be done to start work deltalink functionality as per Microsoft document.

https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-connect-apps-delta 

My business Central API,

page 50126 DeltaLinkUS
{
    PageType = API;
    EntityName = 'IkanoUS';
    EntitySetName = 'IkanoUS';
    Caption = 'IkanoUS';
    APIGroup = 'Ikano';
    APIPublisher = 'US';
    APIVersion = 'v2.0';
    ApplicationArea = All;
    UsageCategory = Lists;
    SourceTable = "Delta Link Testing Table";
    DelayedInsert = true;
    ChangeTrackingAllowed = true;
   ODataKeyFields = SystemId;
    Permissions = tabledata 50126 = rimd;
    InsertAllowed = true;
    DeleteAllowed = true;
    ModifyAllowed = true;
    layout
    {
        area(Content)
        {
            repeater(Control)
            {
                field(id; rec.SystemId)
                {
                    ApplicationArea = All;

                }
                field(TrackingCode; rec."Tracking Code")
                {
                    ApplicationArea = All;
                }
                field(TrackingName; rec."Tracking Name")
                {
                    ApplicationArea = All;
                }
            }
        }

    }


}

 

2) Response from BC API with Deltalink:

pastedimage1650969296518v1.png   

3) When I use above deltalink in next get request , I received internal server error 500

Could you please help me to figure it out issue , and what setups needs to be done business Central and azure portal, where have I registered BC app for service to service authentication,

Kindly suggest investigation area , and how can I fix this issue.  

I have the same question (0)
  • Suggested answer
    Marco Mels Profile Picture
    Microsoft Employee on at

    Hello,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist. If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    dynamicsuser.net/.../developers

    I will open this up to the community in case they have something to add.

    Thanks.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 607 Super User 2026 Season 2

#2
YUN ZHU Profile Picture

YUN ZHU 421 Super User 2026 Season 2

#3
Grigorios Mavrogeorgis Profile Picture

Grigorios Mavrogeorgis 375 Super User 2026 Season 2

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans