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);

  • Jagathees Elango Profile Picture
    35 on at
    RE: How to encode the Url in C/AL !! BC 14.0

    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);

  • Jagathees Elango Profile Picture
    35 on at
    RE: How to encode the Url in C/AL !! BC 14.0

    ok

  • SaschaM Profile Picture
    20 on at
    RE: How to encode the Url in C/AL !! BC 14.0

    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
    RE: How to encode the Url in C/AL !! BC 14.0

    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
    RE: How to encode the Url in C/AL !! BC 14.0

    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?

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,884 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,760 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans