Everytime I see a video of yours I learn something new. Please keep making them for mortals like us and keep thinking out loud on the videos so that we can also understand the thought process behind writing the code and functions.
@sanjeevpandita4 жыл бұрын
Do you have a github link for this ?
@Hougaard4 жыл бұрын
More to come!
@Hougaard4 жыл бұрын
github.com/hougaard/KZbin-Video-Sources
@ibrahiemrasoelbaks51244 жыл бұрын
Thank you Erik. Great explanation and nice video again.Keep up the great work!
@derhustlerderhustler25898 ай бұрын
It would be very nice if you could put the Link to the Website somewhere where the watchers of the video could access it very easy. Finding the right version is quite Difficult. What did you use as USER ID?
@Hougaard8 ай бұрын
Ohh.. some of the old videos doesn't have the github link: github.com/hougaard/KZbin-Video-Sources
@ich28384 жыл бұрын
It's so nice to learn those things from you. Could you make a video on how to read data from SOAP/Rest services?
@Hougaard4 жыл бұрын
Rest is on my list, soap is properly not... Only perhaps how to do Oauth based Soap into Business Central (from C#/dotnet)
@scottrideout81094 жыл бұрын
Great example and easy to follow. Any ideas how to add root element(s)?
@Hougaard4 жыл бұрын
Valid XML only have one root element, that's what the AVR structure (in the video) becomes when adding it to the XmlDocument.
@scottrideout81094 жыл бұрын
@@Hougaard Ah, bad coding on my part. Thanks for quick reply and great videos!
@florenciabordagorry47703 жыл бұрын
Hi Erik, thanks for your videos. I have a question: For what reasons might the connection fail? I followed the step-by-step instructions but I can't connect to the service. I get the error we typed: "Cannot Contact USPS, Connection Error!" (I've already registred in the page)
@Hougaard3 жыл бұрын
And httprequest are allowed on the extension? (Check configuration in extension management)
@tiko8a4 жыл бұрын
Hey Erik what about the Api querys? i dont get it we can use it for post, get, update and delete info to BC?
@Hougaard4 жыл бұрын
Yes, you can use pages (or api pages) with the OData protocol.
@razunk31664 жыл бұрын
Hey. Thanks for some great videos. Im a bit confused. I see on the USPS website, that Revision is a required XML field, but i dont see you use it, how do you make that work? Thanks.
@Hougaard4 жыл бұрын
Dunno... Never had any issues with that missing...
@ricardaskersulis38112 жыл бұрын
Hi, Erick. Is there any way to use HttpClient for uploading files into FTP server (BC on prem)? if no, what would be the way to do it? thanks in advance!
@Hougaard2 жыл бұрын
Not right now...
@vivekvemula16573 жыл бұрын
Thank you Eric for nice videos. Very informative. We have a problem. I am able to get customer data from api as Json object. But how do I load them into BC Customer table and render them to BC?
@Hougaard3 жыл бұрын
Look at the other http methods POST is Insert and PATCH is modify.
@alexjose71004 жыл бұрын
Thank you so much for such great content, I created an account in USPS and replicated the whole process as it is , but when i run the process i am getting the following error : 80040B1A Authorization failure. Perhaps username and/or password is incorrect. USPSCOM::DoAuth Now i dont know the reason why this error is coming even after double checking every step by matching yous. Is it because of password ?As i havn't mentioned the password (of my USPS account) anywhere apart from username which i have mentioned at the setup like shown in video. If its the password issue, please specify where in the code should i specify? Please Help! Thanks in Advance!
@Hougaard4 жыл бұрын
Your USPS USERID (not password) must be in the USERID attribute of the AVR tag.
@alexjose71004 жыл бұрын
Yes I checked ..my user ID is there in the AVR tag..Also i ran the DLL you mentioned on setup on my browser it's giving me the same error