Cargando…

Mastering Microsoft Dynamics 365 Business Central : discover extension development best practices, build advanced ERP integrations, and use DevOps tools /

Mastering Microsoft Dynamics 365 Business Central is a comprehensive solution which will help you in managing end-to-end business requirements with its features to connect to your financials, sales, service, and operations to streamline business processes. This book will help you in advancing with d...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Demiliani, Stefano (Autor), Tacconi, Duilio (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2019.
Temas:
Acceso en línea:Texto completo
Texto completo
Tabla de Contenidos:
  • Cover
  • Title Page
  • Copyright and Credits
  • About Packt
  • Contributors
  • Table of Contents
  • Preface
  • Section 1: Dynamics 365 Business Central
  • Platform Overview and the Basics of Modern Development
  • Chapter 1: Microsoft Dynamics 365 Business Central Overview
  • Understanding the customer perspective
  • Understanding the partner's perspective
  • An example of Dynamics 365 Business Central Admin Center portal
  • Environments
  • Notification recipients
  • Telemetry
  • Reported production outages
  • How it works behind the scenes
  • Under the skin of Dynamics 365 Business Central
  • Regional control planes
  • Regional data planes
  • Data-tier
  • Understanding the future perspective
  • Proactive scenarios (Microsoft listens)
  • New event requests
  • Reactive scenarios (Microsoft acts)
  • Summary
  • Chapter 2: Mastering a Modern Development Environment
  • Mastering Visual Studio Code
  • Code editor
  • Status bar
  • View bar
  • Sidebar
  • EXPLORER (Ctrl + Shift + E)
  • SEARCH (Ctrl + Shift + F)
  • SOURCE CONTROL (Ctrl + Shift + G)
  • DEBUG (Ctrl + Shift + D)
  • EXTENSIONS (Ctrl + Shift + X)
  • Manage
  • Command Palette
  • Panels area
  • PROBLEMS
  • OUTPUT
  • DEBUG CONSOLE
  • TERMINAL
  • Visual Studio Code
  • the editing features
  • Comment lines
  • Delimiter matching
  • Text selection
  • Code block folding
  • Multiple cursors (or multi-cursor)
  • Mini-map
  • Breadcrumbs
  • IntelliSense
  • Word completion
  • The Go To Definition
  • Find All References
  • Peek Definition
  • Renaming symbols
  • Understanding the AL Language extension
  • AL Language
  • launch.json
  • app.json
  • System and base application
  • Platform
  • Runtime
  • Understanding symbols
  • Inside symbols
  • Understanding AL Language extension configuration
  • Mastering AL Language code snippets
  • Summary
  • Chapter 3: Online and Container-Based Sandboxes
  • Creating online sandboxes
  • Online sandboxes-pros and cons
  • Introducing Docker
  • Some base mechanisms when using Docker
  • Environment variables
  • Volumes
  • Networks and ports
  • Scenarios where Docker is especially useful for Dynamics 365 Business Central sandboxes
  • Locally available environments using pure Docker commands
  • Your first container
  • Pulling new image versions
  • Connecting to an existing SQL Server
  • Handling your running containers with Docker cmdlets
  • Creating locally available environments using navcontainerhelper
  • Installing navcontainerhelper and keeping it updated
  • Your first container
  • Pulling new image versions
  • Using more environment parameters, a volume, and port mapping
  • Connecting to an existing SQL Server
  • Handling your running containers with NavContainerHelper
  • Centrally available on-premise environments
  • Containers hosted on Azure VMs
  • Choosing the right image
  • Modifying scripts inside standard images
  • Creating your own images
  • Summary
  • Section 2: Developing Extensions for Dynamics 365 Business Central
  • Chapter 4: Extension Development Fundamentals