Comments for Jack Mallender https://jackmallender.com Thoughts & Considerations around Dynamics NAV & Business Central Tue, 13 Apr 2021 14:45:25 +0000 hourly 1 http://wordpress.com/ Comment on Searching the Business Central Base App with Regular Expressions by Preben Rasmussen https://jackmallender.com/2020/03/24/searching-the-business-central-base-app/comment-page-1/#comment-602 Tue, 13 Apr 2021 14:45:25 +0000 http://jackmallender.com/?p=113#comment-602 My Twitter account is <a href="https://twitter.com/preras_dk" rel="nofollow ugc">https://twitter.com/preras_dk</a>, but I’m not using it for anything. ]]> In reply to Natalie Karolak.

Hi Natalie. You can use the tip as you like 🙂
My Twitter account is https://twitter.com/preras_dk, but I’m not using it for anything.

Like

]]>
Comment on Interacting with REST APIs using JSON from within Business Central: Part 1 – An Introduction to the HTTPClient data type by Jack Mallender https://jackmallender.com/2019/03/04/interacting-with-rest-apis-using-json-from-within-business-central-part-1-an-introduction-to-the-httpclient-data-type/comment-page-1/#comment-600 Mon, 12 Apr 2021 11:04:13 +0000 http://jackmallender.com/?p=102#comment-600 In reply to ozkanoksuz.

Yes – I have a half written post getting into this – but I’d recommend using the BC json object data type and building the payload that way.

Like

]]>
Comment on Interacting with REST APIs using JSON from within Business Central: Part 1 – An Introduction to the HTTPClient data type by ozkanoksuz https://jackmallender.com/2019/03/04/interacting-with-rest-apis-using-json-from-within-business-central-part-1-an-introduction-to-the-httpclient-data-type/comment-page-1/#comment-499 Mon, 18 Jan 2021 13:06:21 +0000 http://jackmallender.com/?p=102#comment-499 can explain please the Payload? I have problem with payload. My example is like so
PayLoad := ‘application/json,{includes : { \”product\”: [\”id\”, \”name\”]}}’;
but server returning erorr: “{“errors”:[{“code”:”0″,”status”:”400″,”title”:”Bad Request”,”detail”:”The JSON payload is malformed.”

RequestContent.WriteFrom(PayLoad);
RequestContent.GetHeaders(contentHeaders);
contentHeaders.Remove(‘Content-Type’);
contentHeaders.Add(‘Content-Type’, ‘application/json’);
RequestMessage.Content := RequestContent;

RequestMessage.SetRequestUri(RequestURL);

RequestMessage.Method := ‘POST’;
Client.DefaultRequestHeaders.Add(‘User-Agent’, ‘Dynamics 365’);
client.Send(RequestMessage, ResponseMessage);

Like

]]>
Comment on Searching the Business Central Base App with Regular Expressions by Natalie Karolak https://jackmallender.com/2020/03/24/searching-the-business-central-base-app/comment-page-1/#comment-466 Thu, 17 Dec 2020 07:29:35 +0000 http://jackmallender.com/?p=113#comment-466 In reply to Preben Rasmussen.

Awesome, thank you!
BTW is that you? https://twitter.com/preborama
I’d like to twitter about your tip.

Like

]]>
Comment on Common issues with migrating Business Central data to the cloud by jbl uae https://jackmallender.com/2018/11/28/common-issues-with-migrating-business-central-data-to-the-cloud/comment-page-1/#comment-444 Mon, 07 Dec 2020 05:07:00 +0000 http://jackmallender.com/?p=87#comment-444 This article is well written and very informative. I really like this site because it offers loads of information to its followers.

Like

]]>
Comment on Powershell Secret Santa, sent via Android SMS by ICYMI: PowerShell Week of 27-November-2020 & 04-December-2020 – 247 TECH https://jackmallender.com/2020/11/25/powershell-secret-santa-sent-via-android-sms/comment-page-1/#comment-434 Fri, 04 Dec 2020 20:37:36 +0000 http://jackmallender.com/?p=159#comment-434 […] Powershell Secret Santa, sent via Android SMS […]

Like

]]>
Comment on Powershell Secret Santa, sent via Android SMS by ICYMI: PowerShell Week of 27-November-2020 & 04-December-2020 | PowerShell.org https://jackmallender.com/2020/11/25/powershell-secret-santa-sent-via-android-sms/comment-page-1/#comment-433 Fri, 04 Dec 2020 19:10:22 +0000 http://jackmallender.com/?p=159#comment-433 […] Powershell Secret Santa, sent via Android SMS […]

Like

]]>
Comment on Searching the Business Central Base App with Regular Expressions by Preben Rasmussen https://jackmallender.com/2020/03/24/searching-the-business-central-base-app/comment-page-1/#comment-341 Wed, 14 Oct 2020 20:38:55 +0000 http://jackmallender.com/?p=113#comment-341 Try these…

Search for tooltip without trailing dot:
ToolTip = ‘.+(\w\W\W)$

Search for some (wrong) casing terms as remnants of txt2al or mistyping:
(IF)|(THEN)|(BEGIN)|(END)|(ELSE)|(FOR\s)|(\sDO\s)|(FORMAT)|(REPEAT)|(UNTIL)|(FINDSET)|(FINDFIRST)|(FINDSET)|(FIND)|(EXIT)|(WHILE)|(INSERT)|(MODIFY)|(DELETE)|(RENAME)|(VAR)|(OF)|(Exit)|(\sArray\s)|(\slist\s)|(\sTemporary)

Like

]]>
Comment on Interacting with REST APIs using JSON from within Business Central: Part 1 – An Introduction to the HTTPClient data type by Charan https://jackmallender.com/2019/03/04/interacting-with-rest-apis-using-json-from-within-business-central-part-1-an-introduction-to-the-httpclient-data-type/comment-page-1/#comment-292 Tue, 28 Jul 2020 09:20:15 +0000 http://jackmallender.com/?p=102#comment-292 nice one jack, helped me out

Like

]]>
Comment on Interacting with REST APIs using JSON from within Business Central: Part 1 – An Introduction to the HTTPClient data type by API call using httpclient-GET | My Business Central Diary https://jackmallender.com/2019/03/04/interacting-with-rest-apis-using-json-from-within-business-central-part-1-an-introduction-to-the-httpclient-data-type/comment-page-1/#comment-224 Fri, 08 May 2020 05:58:59 +0000 http://jackmallender.com/?p=102#comment-224 […] Interacting with REST APIs using JSON from within Business Central: Part 1 – An Introduction t… […]

Like

]]>