web
You’re offline. This is a read only version of the page.
close
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...
Unanswered

PTE to change Proxy SDK version to 9.1

(0) ShareShare
ReportReport
Posted on by

NOTE: THIS PTE COULD BE APPLIED SUCCESFULLY WITH THE FOLLOWING VERSIONS.

  • Dynamics 365 Business Central 18.x, 17.x, 16.x (On-Premises)

 

This very simple Per Tenant Extension (PTE) will introduce a new action called “Use SDK 9.1” on Page 5330 “Microsoft Dynamics 365 Connection Setup”.

 

  1. Create a simple app with the following page extension

 

pageextension 50109 CRMConnectionSetupExt extends "CRM Connection Setup"

{

    actions

    {

        addafter("Test Connection")

        {

            action(UseSdk91)

            {

                ApplicationArea = All;

                Image = Setup;

                Caption = 'Use SDK 9.1';

                ToolTip = 'Sets SDK version 9.1.';

 

                trigger OnAction()

                begin

                    Rec.Validate("Proxy Version", 91);

                    Rec.Modify();

                    CurrPage.Update(false);

                end;

            }

        }

    }

}

 

  1. Deploy the app

 

By clicking on the action, it will update “Proxy Version” value to SDK 9.1 and, more important, also update the connection string, stored in a BLOB, accordingly.

SDK 9.1 will skip call to Regional Discovery Services (RDS) by default.

I have the same question (0)
  • Marco Mels Profile Picture
    on at

    Thank you for sharing Duilio!

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,066

#2
YUN ZHU Profile Picture

YUN ZHU 658 Super User 2025 Season 2

#3
Sumit Singh Profile Picture

Sumit Singh 595

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans