* Cantinho Satkeys

Refresh History
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31
  • j.s.: ghyt74 a todos  4tj97u<z
    18 de Outubro de 2024, 09:33

Autor Tópico: Mb500: Dynamics 365: Finance And Operations Apps Developer  (Lida 3 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115675
  • Karma: +0/-0
Mb500: Dynamics 365: Finance And Operations Apps Developer
« em: 28 de Outubro de 2024, 13:07 »
Mb500: Dynamics 365: Finance And Operations Apps Developer


Published 10/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.98 GB | Duration: 4h 3m
MB500|MB700, Finance and Operations Development, X++ Programming, FnO Extension, Prepare for your certification MB-500


What you'll learn
Master Dynamics 365 Finance and Operations Development Step-by-Step
Learn to interpret FDDs and apply solutions to extend Dynamics 365 FnO
Master X++ Fundamentals by Hands-on samples from real example
Build and Extend Finance and Operations app
Learn to work with FnO DataModels
Learn to work with FnO Forms and User Interfaces
Requirements
Access to a computer with a reliable internet connection
Passion for learning Dynamics 365 FnO development
Commitment to completing assignments, exercises, and project work throughout the course
No programming experience is needed
Description
D365 Finance and Operations DevelopmentThis unique course is designed to equip you with the essential skills and knowledge needed to excel in Microsoft Dynamics 365 Finance and Operations (FnO) development. Whether you're starting from scratch or looking to enhance your existing expertise, this course provides a structured pathway to mastering FnO customization and integration.We begin by laying the groundwork with an introduction to the fundamentals of FnO architecture and setting up your development environment. You'll learn how to install a Local Virtual Machine (VM) and ensure you're ready to start coding effectively.Next, we dive into the core concepts of FnO Development, including the interpretation of Functional Design Documents (FDDs) and translating requirements into actionable solutions. You'll also gain hands-on experience working with data models, creating tables, and establishing relationships within Dynamics 365.A significant focus of the course is on X++, the primary programming language used in Dynamics 365 FnO. You'll explore everything from basic syntax to advanced techniques, including classes, CRUD operations, and inheritance, empowering you to implement custom business logic and optimize performance.You'll also learn to create and design user interfaces by building new forms from scratch and applying design patterns to enhance user experience. Furthermore, we'll cover how to extend existing D365 functionalities, giving you the tools to customize applications to meet specific business needs.By the end of this course, you will have gained a deep understanding of Dynamics 365 FnO development, equipped with the skills to design, customize, and integrate FnO solutions effectively. Whether you're a beginner entering the field or an experienced developer seeking to expand your capabilities, this course will accelerate your journey toward becoming a proficient Dynamics 365 FnO developer.Additional good news is that all Source codes being taught in this course are also attached to the course! Join me and embark on your journey to learn Dynamics 365 FnO development today!
Overview
Section 1: Introduction
Lecture 1 Welcome
Lecture 2 Why this course?
Lecture 3 Career path and opportunities in D365 FnO development
Lecture 4 About Me
Lecture 5 Couse Outline
Section 2: Setting Up Development Environment
Lecture 6 Create Microsoft Account
Lecture 7 Install a Local Virtual Machine
Lecture 8 Prepare sandbox environment for development
Section 3: Basic Fundamentals
Lecture 9 FnO Development Application Suite and Conceptual Architecture
Lecture 10 Start Decoding a Functional Design Document
Section 4: Working with Data Model in D365 FnO
Lecture 11 Models and Deployable Packages
Lecture 12 Create a new Model
Lecture 13 What are Tables and Extended Data Types
Lecture 14 Create Tables and EDTs
Lecture 15 Create Enums in Tables
Lecture 16 What is Table Browser
Lecture 17 Create Unique Index
Lecture 18 Create Table Relationships
Section 5: Customizing User Interfaces
Lecture 19 Create a new Form and Present it in a Sub Menu
Lecture 20 Add Employee ID to the Custom Table
Lecture 21 Create Label Files and Resources
Section 6: Working with X++ Programming
Lecture 22 Basics
Lecture 23 Show Case Implementation of Classes in X++
Lecture 24 CRUD Statements in SQL Server
Lecture 25 Show Case use of X++ to run SQL Statements
Lecture 26 Show Case Implementation of Inheritance in X++
Lecture 27 Show Case Implementation of Abstract Classes in X++
Lecture 28 Show Case Implementation of Chain of Command in X++
Section 7: Extend FnO Apps
Lecture 29 What is FnO Extension?
Lecture 30 Add a new field to Customer Table
Lecture 31 Add a new field to Customer Form
Lecture 32 Modify a Control Method on Customer Form
Lecture 33 Modify Customer Save Event by Adding Additional Logic
Section 8: Conclusion
Lecture 34 Summary
FnO Functional Consultants seeking deeper insights on the technical world,Beginners aspiring to become FnO developers.,Intermediate developers aiming to enhance their expertise.,Learners who are seeking to pass MB-500 Certification Exam
Screenshots


Say "Thank You"

rapidgator.net:
Citar
https://rapidgator.net/file/63d5141c6e6440b1e22f7feee07732e8/gaveb.Mb500.Dynamics.365.Finance.And.Operations.Apps.Developer.part1.rar.html
https://rapidgator.net/file/c771909a82ddbcd14003820e7f0cda51/gaveb.Mb500.Dynamics.365.Finance.And.Operations.Apps.Developer.part2.rar.html
https://rapidgator.net/file/8064d96a00c111a4d9ba16404a52b122/gaveb.Mb500.Dynamics.365.Finance.And.Operations.Apps.Developer.part3.rar.html

ddownload.com:
Citar
https://ddownload.com/cmxft1nyby2l/gaveb.Mb500.Dynamics.365.Finance.And.Operations.Apps.Developer.part1.rar
https://ddownload.com/3xapihb2vz87/gaveb.Mb500.Dynamics.365.Finance.And.Operations.Apps.Developer.part2.rar
https://ddownload.com/snfj0qh4w2i0/gaveb.Mb500.Dynamics.365.Finance.And.Operations.Apps.Developer.part3.rar