20231002 - Tests are bets
1:06:33
Жыл бұрын
Пікірлер
@navgurullc9588
@navgurullc9588 Ай бұрын
Great explanation, AJ. I have saved the email, so I can link to this easily when I need it.
@MohammadArif1187
@MohammadArif1187 2 ай бұрын
Hello I tried this solution but I am facing some issue when I export the schema it worked fine and schema got exported but when I try to export the data I am facing the below error. Could not create container, This request is not authorized to perform this operation.
@MyNameIsForegone
@MyNameIsForegone 2 ай бұрын
mmac deMarco song
@mrunalparte
@mrunalparte 3 ай бұрын
Can we add this in On premises
@mrunalparte
@mrunalparte 3 ай бұрын
Can I have the source code for AL Code Tracker page and Table etc.
@Shaileshyadav-gw6ik
@Shaileshyadav-gw6ik 6 ай бұрын
Thanks for the video
@Shaileshyadav-gw6ik
@Shaileshyadav-gw6ik 6 ай бұрын
Thank you for the content on Business Central. I recently started learning BC and your videos will be very helpful.
@Areopawebinars
@Areopawebinars 7 ай бұрын
Unfortunately the recording resolution was bigger than our screens with the consequence that these are not "full screen". Apology for that.
@samihnaien4840
@samihnaien4840 8 ай бұрын
i have a question. why you load data in power bi desktop and not in power bi in microsoft fabric?
@bertholland99
@bertholland99 8 ай бұрын
You can do indeed both. I was using PowerBI desktop in this example. But you can also do it in the web. That is up to you. But in both cases you can access the data and the semantic model.
@TheBrahmaBull18
@TheBrahmaBull18 8 ай бұрын
thank you for this video! very useful
@cbrill82
@cbrill82 9 ай бұрын
Very helpful, thanks. I quick question: Why do you use the "Sports Evaluation Setup" - table just to pass on a single value? Wouldn't it be easier (and also faster) to just add a second parameter in the "GetHandler"-procedure? Or is this meant to be a general setting for the system and not an option to be frequently changed?
@Areopawebinars
@Areopawebinars 9 ай бұрын
Tobias Fenster: I would say it's a general settiing
@go-live
@go-live 9 ай бұрын
Apologies for the jerkiness of this presentation. I made the cardinal mistake of not doing a full run through of a new tool. I didn't realize that Slido was covering up my Power point presentation and that got me all flustered.
@musiclistner-l6j
@musiclistner-l6j 9 ай бұрын
really like your sessions!
@go-live
@go-live 9 ай бұрын
Thank You.
@julienremaud7307
@julienremaud7307 10 ай бұрын
Thanks for your presentation! Loud and Clear, as said by Luc ;-) I hope I can start using Logic Apps soon :p
@musiclistner-l6j
@musiclistner-l6j 10 ай бұрын
Great content!
@Areopawebinars
@Areopawebinars Жыл бұрын
Would you want to follow Xavi: www.myowncommonsense.com/.
@O2hSolution-cd2el
@O2hSolution-cd2el Жыл бұрын
The great Idea to Access data of "Business Central 365". One Question That where can i get this source Code??
@PontyclunBosomPals
@PontyclunBosomPals Жыл бұрын
Unfortunately this is what Synapse has amounted to as a solution for the dynamics products. What was designed to be a better performing , easy to use architecture has significantly increased the complexity. Ultimately an ADF pipeline connecting to BC dataverse and pulling the data into an Azure serverless V-core SQL database (or DTU model) with stored procedures to carry out append ( for transactions) and merge ( for master tables) is a far easier to implement solution. Ultimately it will also result in a cheaper solution. A dedicated synapse instance represents a considerable increase on an Azure SQL V core model and a synapse serverless solution performs very poorly when querying CSV files. I would have expected an export to datalake solution to provide an incremental export based on change tracking ( as is the case for CE and finance) as opposed to schedule and export. I am also surprised that there is a need to create pipelines to carry out the merge process for the delta files ( I would export the export process to manage this for me). In short - this is a far more convoluted solution that brings significantly more complexity without any benefits in terms of reduced latency or costs. You now have additional resources ( azure data lake, synapse (including synapse studio) and mapping dataflows) combined with either a dedicated instance or a serverless database. All of these resources comes with their own cost, security , access and network considerations. In additional if this is being implemented for a customer - the customers will need the skills with all of these products in order to manage the solution going forward.
@Fajoekit
@Fajoekit Жыл бұрын
Can you tell me more on how to connect ADF to BC dataverse? I've got a customer who's BC partner is totally unwilling to install any form of Extensions. So we are only left with the BC Odata webservice or Rest API. We are experienced in ADF, but not in pulling in data from BC without an Extension providing a table list.
@klauskaan6320
@klauskaan6320 Жыл бұрын
I love this approach. Seperation of concerns is important. Thanks Peter!
@St.G-q7z
@St.G-q7z Жыл бұрын
Hi, has anyone managed to implement an incremental refresh for data being loaded from Business Central (SaaS)?
@Areopawebinars
@Areopawebinars Жыл бұрын
github.com/vjekob/al-test-doubles
@klauskaan6320
@klauskaan6320 Жыл бұрын
This might be the single most important webinar this year.
@alvinlau4572
@alvinlau4572 Жыл бұрын
Good presentation, thanks Krzysztof
@marcusnordlund8486
@marcusnordlund8486 Жыл бұрын
At 1:08:07 A more detailed answer on how he replaces the test is: In the installation codeunit in test integration app you create a test suite and add all "base tests" for each apps. Then you launch a "discover pattern" event that each app responds to with which tests that should be disabled and/or updated. When disabling a test you find the "Test Method Line" for that test and sets the field Run = false (=skip). Well - that's pretty much it. You can also test if there is a replacement procedure in place as well .
@ricardaskersulis3811
@ricardaskersulis3811 Жыл бұрын
Perfect presentation. Thank you, Stefano.
@temingmccormack1649
@temingmccormack1649 Жыл бұрын
Excellent presentation! Thanks very much for sharing it!
@naresh_bandari
@naresh_bandari Жыл бұрын
How can we add namespace with prefix on XML creation using XmlDocument, XMLElement and XmlNamespaceManager?
@gavinmcphilomey7619
@gavinmcphilomey7619 Жыл бұрын
Great info. How can we interact with Azure File Share via AL code? Stefano has a demo for the blob storage but not file share. I need to be able to access a locally mapped drive and move files around it. thanks
@demilianistefano9715
@demilianistefano9715 Жыл бұрын
For Azure File Share there’s not a built-in AL module today. Best way is to use Azure Functions (full code) or Azure Logic Apps (low code approach) for that. Azure Logic apps in particular has a File System connector that you can use with the Blob Storage connector to do exactly what you want. I’m live demoing that today at DynamicsMinds conference.
@MKAY1818
@MKAY1818 10 ай бұрын
@@demilianistefano9715 Excellent demo! Do you have a link to the File System connector demo, or more info?
@ddm1994
@ddm1994 Жыл бұрын
I am very interested in this topic. Thank your for uploading the video. For now i just skimmed the video. But what i saw is, that you have to code a lot for yourself. My feelings at the moment are that using the tool can possibly lead to distraction during programming, so that one no longer concentrates on the actual task. However, I can imagine that the co-pilot can help out with development in the future. For topics that are a little more complicated, you will probably be on your own at first. For example, when processing takes place in recursive functions for nested BOMs. FYI: I came here from your interesting article "Maximizing Business Central With ChatGPT".
@mckennahaleigh5637
@mckennahaleigh5637 Жыл бұрын
Love the videos! Get to know the secret - 'Promo sm' !!!
@Areopawebinars
@Areopawebinars 2 жыл бұрын
Note that the dates in January, February and March of the upcoming webinars should have had 2023 as year.
@JAlmaraz
@JAlmaraz 2 жыл бұрын
Agree with the final thoughts: patience. We need patience and .........lots of AL training. I have been using Co-pilot for half and a year to create my VSCode extensions in JavaScript and the feelings are widely different. With JavaScript is a real pair programming I developed so many features that I can not explain why I did so many things. Is a real and mad increase of productivity. The future is working in Hybrid teams of machines and humans. In JavaScript the future has come, but AL time will come later.
@koppolusujatha9363
@koppolusujatha9363 2 жыл бұрын
Data is not visible properly
@BijouBakson
@BijouBakson 2 жыл бұрын
Thank you.
@philipdelaharpe2674
@philipdelaharpe2674 2 жыл бұрын
Excellent tutorial. Thank you. Complete and clear with nothing missed and has answered alot of my questions and resolved the issue that had me searching for this information.
@khoivu8172
@khoivu8172 2 жыл бұрын
tks
@raghavsharma3211
@raghavsharma3211 2 жыл бұрын
I didn't knew Stefano himself will be teaching us. This is a treat honestly.
@wintonwang168
@wintonwang168 2 жыл бұрын
how can you update customer via dynamic 365 business central api using Oauth ?
@kennienybo
@kennienybo 2 жыл бұрын
Get the app here: aka .ms/bctelemetryreport (remove the space
@hugo_alves
@hugo_alves 2 жыл бұрын
10:40 He recommends to create Dataverse Integration with CRM First and only after that integrate DV to BC. In case you need data shared between BC and CRM you should create in this sequence.
@Areopawebinars
@Areopawebinars 2 жыл бұрын
A note from Freddy, yesterday on twitter: Somebody asked me yesterday whether you could add a custom code cop to AL-Go. There is a setting called CustomCodeCops, where you can specify a number of custom code cops you want to run on your code.
@sahilkharidia563
@sahilkharidia563 2 жыл бұрын
I see that workItemtracking is deprecated now ? Can this still be used ?
2 жыл бұрын
Hi and thx. A question for Waldo: I could see that in the web page, you recomend to use Single instance codeunits for subscribers, but I could see that you do not declare this codeunits as single insance in your code you showed. Why?
@waldo6347
@waldo6347 Жыл бұрын
Yeah - this is something that we didn't retro-fit .. yet ;-)
@divyasiriedula2850
@divyasiriedula2850 2 жыл бұрын
Is there a way to retrieve veracode scan results from api
@tobiasfenster2164
@tobiasfenster2164 2 жыл бұрын
I've never worked with Veracode, but if I understand the documentation correctly, the results should be available as artifact, which you can get through the API: docs.microsoft.com/en-us/rest/api/azure/devops/build/artifacts/get
@toddz9344
@toddz9344 2 жыл бұрын
😜 pr໐๓໐Ş๓
@matthiasra1806
@matthiasra1806 2 жыл бұрын
very interesting + great presentation 👍
@matthiasra1806
@matthiasra1806 2 жыл бұрын
Very interesting topic. Thanks for the presentation
@aexanderbutko166
@aexanderbutko166 2 жыл бұрын
Where i can find the fist videos of Areopa webinars?
@Areopawebinars
@Areopawebinars 2 жыл бұрын
In this channel. There have been 47 published so far.
@Areopawebinars
@Areopawebinars 2 жыл бұрын
Find the code examples on this repo: github.com/demiliani/ALFileManagement
@developd365
@developd365 2 жыл бұрын
Thank you for uploading this webinar, I was waiting this desperately. I couldn't join the whole webinar session.