- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
D365 F&O: Custom Business Event & Azure Logic App Alert | Part 6
Learn to send real-time alerts from D365 with Business Events. Connect D365 to Azure Logic Apps to send instant notifications.
──────────────
👤 About the Creator
──────────────
I'm a Microsoft Certified D365 Technical Consultant with 3+ years of hands-on experience in the Dynamics (AX/D365) ecosystem. I created this end-to-end project series to share a practical, hands-on approach to modern D365 development.
🔗 Connect on LinkedIn → https://linkedin.com/in/kuldeepkumarcs
🎥 Full D365 Developer Playlist → youtube.com/playlist?list=PL9nf_TBRIGmNchHC2nQuf7nYmLCyMZRgW
───────────
🕒 Timestamps
───────────
0:00 → Intro & Business Problem: The "Silent" Credit Hold
1:00 → Solution: Proactive Alerts with Business Events
1:31 → Part 1: X++ Development
1:35 → Creating the Contract Class
1:51 → Creating the Business Event Class
2:02 → Creating the Event Handler (Trigger)
3:30 → Code Review: The buildContract Method
3:50 → Code Review: The Event Handler (DataEventHandler)
4:31 → Part 2: Local VM Setup & Registration
4:31 → Building the Project
4:46 → Registering in the Business Events Catalog
5:22 → Part 3: Deploying Code to a Cloud Environment
5:47 → Creating a Software Deployable Package
6:59 → Uploading the Package to the LCS Asset Library
7:37 → Applying the Update to the Cloud Environment
8:30 → Verifying the Deployment in the Cloud Sandbox
9:00 → Part 4: Creating the Azure Logic App
9:30 → Configuring the "When a Business Event occurs" Trigger
10:25 → Configuring the "Send an email (V2)" Action
11:05 → Using Dynamic Content in the Email Body
11:42 → Part 5: End-to-End Test
11:42 → Triggering the Event in F&O
12:24 → Verifying the Email Notification
13:00 → Recap
──────────────
💡 What You'll Learn
──────────────
✓ Build the 3 X++ classes for a custom Business Event (Contract, Event, Event Handler).
✓ Use a Data Event Handler to trigger the event when a record is updated.
✓ How to create a Deployable Package and apply it to a cloud environment using LCS.
✓ Configure an Azure Logic App with the D365 "When a Business Event occurs" trigger.
✓ Send a real-time Outlook email notification using dynamic content from the event.
──────────────────────────
🚀 About This D365 Development Series
──────────────────────────
This series goes beyond basic tutorials to show you how real-world Dynamics 365 (D365FO) projects are built from start to finish. We'll build a complete, end-to-end "Automated Customer Tiering System" for a fictional client, Bluestone Industrial Components (BIC).
You'll see every step of a production-ready solution, from setup to deployment, covering:
➤ Core X++ Development: Extending tables and forms (CustTable), creating Enums, and implementing custom business logic using Chain of Command (CoC).
➤ Automation: Building robust, automated batch jobs with the SysOperation Framework.
➤ APIs & Integration: Creating Data Entities to build secure OData REST APIs and for Data Management Framework (DMF) exports.
➤ Event-Driven Architecture: Firing real-time alerts from D365 to Azure Logic Apps using Business Events.
➤ Business Intelligence: Connecting D365 to Power BI to build an interactive sales dashboard.
➤ DevOps & ALM: Setting up a complete CI/CD pipeline in Azure DevOps, managing source control (TFVC), and automating builds.
────────────────
💻 Tools & Technologies
────────────────
🔹Dynamics 365 Finance & Operations (D365FO)
🔹X++
🔹Visual Studio 2019
🔹Lifecycle Services (LCS)
🔹Azure DevOps (ADO)
🔹SQL Server Management Studio (SSMS)
🔹Power BI Desktop
🔹Azure Logic Apps
───────────────────
💬 Feedback & Future Topics
───────────────────
This series covers the core components of a practical, end-to-end D365 project. I know there are many more topics we could dive into, from advanced debugging to complex form patterns.
I welcome your feedback and ideas! If there's a specific D365 topic you'd like to see covered in a future video, please share your suggestions in the comments section below.
#Dynamics365, #D365Integration, #BusinessEvents, #AzureLogicApps
Видео D365 F&O: Custom Business Event & Azure Logic App Alert | Part 6 канала ERP Digest
──────────────
👤 About the Creator
──────────────
I'm a Microsoft Certified D365 Technical Consultant with 3+ years of hands-on experience in the Dynamics (AX/D365) ecosystem. I created this end-to-end project series to share a practical, hands-on approach to modern D365 development.
🔗 Connect on LinkedIn → https://linkedin.com/in/kuldeepkumarcs
🎥 Full D365 Developer Playlist → youtube.com/playlist?list=PL9nf_TBRIGmNchHC2nQuf7nYmLCyMZRgW
───────────
🕒 Timestamps
───────────
0:00 → Intro & Business Problem: The "Silent" Credit Hold
1:00 → Solution: Proactive Alerts with Business Events
1:31 → Part 1: X++ Development
1:35 → Creating the Contract Class
1:51 → Creating the Business Event Class
2:02 → Creating the Event Handler (Trigger)
3:30 → Code Review: The buildContract Method
3:50 → Code Review: The Event Handler (DataEventHandler)
4:31 → Part 2: Local VM Setup & Registration
4:31 → Building the Project
4:46 → Registering in the Business Events Catalog
5:22 → Part 3: Deploying Code to a Cloud Environment
5:47 → Creating a Software Deployable Package
6:59 → Uploading the Package to the LCS Asset Library
7:37 → Applying the Update to the Cloud Environment
8:30 → Verifying the Deployment in the Cloud Sandbox
9:00 → Part 4: Creating the Azure Logic App
9:30 → Configuring the "When a Business Event occurs" Trigger
10:25 → Configuring the "Send an email (V2)" Action
11:05 → Using Dynamic Content in the Email Body
11:42 → Part 5: End-to-End Test
11:42 → Triggering the Event in F&O
12:24 → Verifying the Email Notification
13:00 → Recap
──────────────
💡 What You'll Learn
──────────────
✓ Build the 3 X++ classes for a custom Business Event (Contract, Event, Event Handler).
✓ Use a Data Event Handler to trigger the event when a record is updated.
✓ How to create a Deployable Package and apply it to a cloud environment using LCS.
✓ Configure an Azure Logic App with the D365 "When a Business Event occurs" trigger.
✓ Send a real-time Outlook email notification using dynamic content from the event.
──────────────────────────
🚀 About This D365 Development Series
──────────────────────────
This series goes beyond basic tutorials to show you how real-world Dynamics 365 (D365FO) projects are built from start to finish. We'll build a complete, end-to-end "Automated Customer Tiering System" for a fictional client, Bluestone Industrial Components (BIC).
You'll see every step of a production-ready solution, from setup to deployment, covering:
➤ Core X++ Development: Extending tables and forms (CustTable), creating Enums, and implementing custom business logic using Chain of Command (CoC).
➤ Automation: Building robust, automated batch jobs with the SysOperation Framework.
➤ APIs & Integration: Creating Data Entities to build secure OData REST APIs and for Data Management Framework (DMF) exports.
➤ Event-Driven Architecture: Firing real-time alerts from D365 to Azure Logic Apps using Business Events.
➤ Business Intelligence: Connecting D365 to Power BI to build an interactive sales dashboard.
➤ DevOps & ALM: Setting up a complete CI/CD pipeline in Azure DevOps, managing source control (TFVC), and automating builds.
────────────────
💻 Tools & Technologies
────────────────
🔹Dynamics 365 Finance & Operations (D365FO)
🔹X++
🔹Visual Studio 2019
🔹Lifecycle Services (LCS)
🔹Azure DevOps (ADO)
🔹SQL Server Management Studio (SSMS)
🔹Power BI Desktop
🔹Azure Logic Apps
───────────────────
💬 Feedback & Future Topics
───────────────────
This series covers the core components of a practical, end-to-end D365 project. I know there are many more topics we could dive into, from advanced debugging to complex form patterns.
I welcome your feedback and ideas! If there's a specific D365 topic you'd like to see covered in a future video, please share your suggestions in the comments section below.
#Dynamics365, #D365Integration, #BusinessEvents, #AzureLogicApps
Видео D365 F&O: Custom Business Event & Azure Logic App Alert | Part 6 канала ERP Digest
Dynamics 365 D365 F&O Dynamics 365 Development X++ D365 Tutorial D365 Developer D365 Project X++ Tutorial Microsoft Dynamics 365 D365 Business Events Azure Logic Apps D365 Alerts DataEventHandler BusinessEventsContract D365 cloud deployment LCS deployable package X++ event handler how to create a business event in D365 D365 business events tutorial connect D365 to Logic Apps D365 real-time alerts deploy code to D365 cloud D365 LCS package deployment
Комментарии отсутствуют
Информация о видео
8 ноября 2025 г. 17:30:06
00:12:57
Другие видео канала







