Great video… if it came out a few weeks ago it could have saved me some hours of research especially with your explanation of concepts on JSON and Http.
@LSe-j8dАй бұрын
Hi Erik, thank you for this video. I'm following your steps, but I'm getting an annoying "Sorry, the current permissions" error with the codeunit. I tried creating generated permissions, but nothing allows me past this point. (In an onprem dev environment) Is there something else I can try?
@HougaardАй бұрын
The word Permissions is sometimes used instead of license
@LSe-j8dАй бұрын
@@Hougaard Thank you! That was the problem. #alwayslearning
@robkaplan7275 Жыл бұрын
Erik, great content. I was able to create a connection and read products. however, when i try today from BC, I am getting a 403 forbidden error. But when I test in Postman, I'm able to run the get command and retrieve all products. Any ideas why BC would be giving me a 403 error now but last week, it did not? thanks
@Hougaard Жыл бұрын
Dunno...
@joergrau5689 Жыл бұрын
I see there is an app for Woo in AppSource (I’m not the publisher or associated with them). I just like to rather buy then build if possible. How many lines of code can you write in your life time? We should use the time to build new things. Good video though to encourage integration with other systems.
@Hougaard Жыл бұрын
In my case, I need data from a custom table in Woo (serial numbers issued per order), so the integration offered by AppSource apps wasn't sufficient. Anyway, as you have seen, I can write many lines of code in a very short time :)
@jakobsabinsky39942 жыл бұрын
Awesome Erik 👍
@ant1d0te2 жыл бұрын
Hi Erik, could you please tell what is Product Attributes and Product Attribute terms in WooCommerce? How can the be corresponded to BC in case of necessity to have some kind of sync?
@Hougaard2 жыл бұрын
Item attributes?
@ant1d0te2 жыл бұрын
@@Hougaard looks like, but how to interpret? attribute terms - as attribute names? and then attributes as values?
@ankurwani90982 жыл бұрын
HI Erik, Similarly Continue this video on next level for Post and Patch Request using web service in AL. Thanks 👍
@BreadPrince-fj6zf Жыл бұрын
Hi Erik, how about HTTP Basic Access Authentication to apply in code unit?
@Hougaard Жыл бұрын
What?
@BreadPrince-fj6zf Жыл бұрын
@@Hougaard For you situation, you apply the api key and api secret in URL. But my situation is cannot apply url because don't havet hat query. So any idea for this issue?