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...
Answered

How to Encode the URL in C/AL !!

(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)
  • Suggested answer
    YUN ZHU Profile Picture
    99,055 Super User 2026 Season 1 on at

    Hi, hope the following helps.

    https://forum.mibuso.com/discussion/45344/xmlport-and-webservice-performance-amp-encoding-problems

       

    Thanks.
    ZHU

  • Suggested answer
    HoangNam Profile Picture
    322 on at

    You can use standard Codeunit: 

           TypeHelper: Codeunit "Type Helper";
    Example:  
         
          ConvertedTxt := TypeHelper.UrlEncode(CIPhertxt);
  • Jagathees Elango Profile Picture
    35 on at

    Thank you Yun for the Reply and answer.

  • Verified answer
    Jagathees Elango Profile Picture
    35 on at

    Thank you Nam  for the reply and answer.

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,926 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,158 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 533 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans