Тёмный
No video :(

How to access telemetry data from AL code in Business Central 

Erik Hougaard
Подписаться 10 тыс.
Просмотров 2 тыс.
50% 1

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@DmitryKatson
@DmitryKatson Год назад
Just to add to this. The last "rows" array is actually not standard array of jsonObjects, but it's an array of JsonValues. So to get appInsights values we need to know exact order of columns and then associate values to columns. So in Erik example that should look like var columnJV: JsonValue; valueTxt: text; row.Get(0, T); //eventId columnJV := T.AsValue(); valueTxt := columnJV.AsText() row.Get(1, T); //companyName columnJV := T.AsValue(); valueTxt := columnJV.AsText() row.Get(2, T); //message columnJV := T.AsValue(); valueTxt := columnJV.AsText()
@chriswatson2407
@chriswatson2407 Год назад
Best CONTENT on yt...
@ant1d0te
@ant1d0te Год назад
27:52 you forgot about Request Content assignment, yes, I was almost yelling :D
@Hougaard
@Hougaard Год назад
Gotta keep you on your toes :)
@JosepPages7
@JosepPages7 Год назад
Great video and very useful to understand how to call web services and get results. In the Microsoft official documentation they should put links to this video, I'm sure many AL developers would appreciate it. Thank you Erik!
@Hougaard
@Hougaard Год назад
Stay tuned, it's web-service-week on the channel, much more to come ;)
@DmitryKatson
@DmitryKatson Год назад
That’s something that I planed to do tomorrow:) Thanks, Erik!
@arthrvdv
@arthrvdv Год назад
Word of the day: JsonGymnastics 😂
@umarnaeem6128
@umarnaeem6128 Год назад
Awesome ! Erik can you do a lecture on something like triggers precedence :)
@Hougaard
@Hougaard Год назад
These's already a video on that, go find it :)
@umarnaeem6128
@umarnaeem6128 Год назад
​@@Hougaard I have searched in your videos library with TRIGGERS as a keyword, but did not find a single video with Triggers in the title, i wonder where that video is :/
@Hougaard
@Hougaard Год назад
Something with validate perhaps
@umarnaeem6128
@umarnaeem6128 Год назад
@@Hougaard Got it, Thanks
Далее
Getting started with Telemetry in Business Central
24:00
Query Object in Dynamics 365 Business Central | Part 1
26:04
What's coming in Business Central 2024 wave 2, aka BC25
40:45
I'm bringing back menus in Business Central
20:05
Просмотров 2,5 тыс.