Skip to content

Commit

Permalink
Try to test it out in FastProd instead
Browse files Browse the repository at this point in the history
  • Loading branch information
DenLilleMand committed Aug 21, 2024
1 parent 15186a1 commit 3b0677b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ codeunit 1482 "Edit in Excel Impl."
NodeList: DotNet XmlNodeList;
NameSpaceManager: DotNet XmlNamespaceManager;
begin
MetadataUrl := 'https://api.businesscentral.dynamics-tie.com/v2.0/Production/ODataV4/$metadata';
MetadataUrl := 'https://api.businesscentral.dynamics.com/v2.0/Production/ODataV4/$metadata';
HttpRequestMessage := CreateMetadataWebRequest(MetadataUrl);
if HttpClient.Send(HttpRequestMessage, HttpResponseMessage) then begin
if HttpResponseMessage.IsSuccessStatusCode then begin
Expand Down

0 comments on commit 3b0677b

Please sign in to comment.