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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

How to encode the Url in C/AL !! BC 14.0

(0) ShareShare
ReportReport
Posted on by 35

Dear All,

Version BC 14.0

while sending the Items from Nav to Salesforce when the item no. is having "/" Like '4197RRBK-M/L' its giving the error.

How to correct this error.

"The requested resource does not exist"

Source:

TmpBlob.INIT();
TmpBlob.Blob.CREATEOUTSTREAM(OutStrm1);
OutStrm1.WRITETEXT(Json.ToString());

//HttpWebRequestMgt.Initialize('XXXXXXXXXX/' itemno);

HttpWebRequestMgt.DisableUI;
HttpWebRequestMgt.SetMethod('PATCH');
HttpWebRequestMgt.AddHeader('Authorization','Bearer '+GetBearerToken());
HttpWebRequestMgt.SetReturnType('application/json');
HttpWebRequestMgt.SetContentType('application/json');
HttpWebRequestMgt.AddBodyBlob(TmpBlob);
ServicePointManager.SecurityProtocol(SecurityProtocol.Tls12);

I have the same question (0)
  • SaschaM Profile Picture
    20 on at

    What are you trying to send to Salesforce? Do you want to sync Items with Salesforce? Why would you need the itemno in the URL?

  • Jagathees Elango Profile Picture
    35 on at

    Hi Saacha,

    Thanks for the reply, As per the salesforce team they gave the URL with Patch to send the item Nav to salesforce.

  • SaschaM Profile Picture
    20 on at

    community.dynamics.com/.../how-to-encode-the-url-in-c-al

    Please do not post in different forums about the same topic!

  • Jagathees Elango Profile Picture
    35 on at

    ok

  • Jagathees Elango Profile Picture
    35 on at

    how to encode the Url ?

    LOCAL GetItemResponse(VAR Item : Record Item)

    GetJason();

    //IF GUIALLOWED() THEN

    //MESSAGE(Json.ToString());

    TmpBlob.INIT();

    TmpBlob.Blob.CREATEOUTSTREAM(OutStrm1);

    OutStrm1.WRITETEXT(Json.ToString());

    HttpWebRequestMgt.Initialize('xxxxxxx/.../' itemno);

    HttpWebRequestMgt.DisableUI;

    HttpWebRequestMgt.SetMethod('PATCH');

    HttpWebRequestMgt.AddHeader('Authorization','Bearer '+GetBearerToken());

    HttpWebRequestMgt.SetReturnType('application/json');

    HttpWebRequestMgt.SetContentType('application/json');

    HttpWebRequestMgt.AddBodyBlob(TmpBlob);

    ServicePointManager.SecurityProtocol(SecurityProtocol.Tls12);

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,034 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,199 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,080

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans