Тёмный

Interfaces & Enums in AL Language | Dynamics 365 Business Central 

GoDigit
Подписаться 3,4 тыс.
Просмотров 6 тыс.
50% 1

Explained the following concepts with a simple example:-
1. Interfaces
2. Enums

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

 

19 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@ant1d0te
@ant1d0te 2 года назад
28:04 you implemented simple case enumerating with calling procedures. This breaks whole interfaces idea. To use interfaces correctly you need to write the following code: trigger OnAction() var InterfaceVar: Interface InterfaceExam; begin InterfaceVar := Rec."Interface Values"; Message('%1',InterfaceVar.PrintMessage()); end; That's it. When other extension (or even existing one) adds values to the given enum, developer has just to add new codeunit handling PrintMessage and nothing is needed to change in the initial code.
@indranijayakody3381
@indranijayakody3381 Год назад
very good video. thank you very much!!
@sowmyasridhar77
@sowmyasridhar77 3 года назад
Nice video!! You have made it so easy!!
@KrishnaKumar-cz9un
@KrishnaKumar-cz9un Год назад
Very useful video sir ,Thank You👍
2 года назад
Sorry but it's wrong You are not using the interface. What you did, you could have done it without an interface. The way you did it, you can't create another intgerface to extend yours, and your code is uninextensible.
@GoDigit
@GoDigit 2 года назад
Thank you for your comment, I understand your point, but while creating this content my whole idea was to explain the concept of "What interface is"? in an easy way. And once the conceptual understanding is done, you can explore to any extent.
@mehuls1676
@mehuls1676 2 года назад
Thank you Sir, this is very good video. Also, can you please help posting something or sharing any link/content on Barcode from BC Extension.
@TheKhabu
@TheKhabu 2 года назад
Hi Kapil.. I am new to Dynamics and want to learn Dynamics from you how can I connect with you..
@GoDigit
@GoDigit 2 года назад
Hi. You can mail me @ planjourney22@gmail.com
Далее
GIANT Gummy Worm Pt.6 #shorts
00:46
Просмотров 14 млн
연준 (YEONJUN) ‘GGUM’ Official MV
02:44
Просмотров 3,2 млн
How to Use OData Feeds with Dynamics Business Central
43:37
Permission Sets & Security in Business Central
35:05
Profiles in Business Central
33:14
Просмотров 1,3 тыс.
Dynamics 365 Business Central - Automated testing
41:19