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

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

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,990

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,576 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,028 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans