Skip to main content

Notifications

Announcements

No record found.

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.  

  • Suggested answer
    Marco Mels Profile Picture
    on at
    RE: MS Dynamics 365 Business Central API Deltalink does not work

    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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

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

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans