Dynamics User Group
Dynamics User Group
  • Site
  • User
  • Site
  • Search
  • User
Dynamics 365 Business Central/NAV User Group
Dynamics 365 Business Central/NAV User Group
Stefano Demiliani's NAV Blog
  • Forums
  • Blogs
  • Resources
  • Wikis
  • Events
  • Leaderboards
  • Members
  • Mentions
  • Tags
  • More
  • Cancel
  • New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join (it's free)
Stefano Demiliani's NAV Blog

  • Home
  • Subscribe by email
  • More
  • Cancel
  • Posts RSS
  • Atom
  • More
  • Cancel
Monthly archive list
  • January 2021 (4)
  • December 2020 (4)
  • November 2020 (4)
  • October 2020 (5)
  • September 2020 (6)
  • August 2020 (3)
  • July 2020 (9)
  • June 2020 (10)
  • May 2020 (4)
  • April 2020 (7)
  • March 2020 (10)
  • February 2020 (6)
  • January 2020 (5)
  • December 2019 (6)
  • November 2019 (7)
  • October 2019 (8)
  • September 2019 (7)
  • August 2019 (7)
  • July 2019 (3)
  • June 2019 (3)
  • May 2019 (3)
  • April 2019 (5)
  • March 2019 (4)
  • February 2019 (4)
  • January 2019 (6)
  • December 2018 (6)
  • November 2018 (3)
  • October 2018 (8)
  • September 2018 (5)
  • August 2018 (8)
  • July 2018 (6)
  • June 2018 (3)
  • May 2018 (5)
  • April 2018 (18)
  • March 2018 (30)
  • February 2018 (19)
  • January 2018 (8)
  • November 2017 (2)
  • September 2017 (2)
  • August 2017 (1)
  • March 2017 (4)
  • July 2016 (2)
  • June 2016 (2)
  • November 2015 (3)
  • October 2015 (8)
  • September 2015 (6)
Related
Related Tags
  • .NET
  • AL
  • Azure
  • Azure Functions
  • Books
  • Cloud
  • D365BC
  • DevOps
  • Docker
  • dynamics 365 business central
  • ERP
  • Extensions
  • gdpr
  • Microsoft
  • Microsoft Dynamics
  • MSDyn365BC
  • MSDynNAV
  • MVP
  • NAV
  • Personal
  • Powershell
  • Sandbox
  • SQL
  • Uncategorized
  • Visual Studio Code
Blog post list
  • Tags
  • Subscribe by email
  • More
  • Cancel
  • Dynamics 365 Business Central APIs, Powershell, CSV and a bit of fancy notifications

    Stefano Demy
    Stefano Demy
    In one of my last development workshops for Microsoft Italy, when talking about Dynamics 365 Business Central APIs, I’ve done a small demo on how to retrieve data from APIs directly from a Powershell script and save those data in a CSV file. Due to a lack of time, I’ve not talked too much about that script but (attendees will remember that) it ended in the following way: This is a classical Windows 10 Toast notification, that automatically appears when something occours and it remains active in your notification’s area. Toast notifications  are a part of the new modern UI of Windows 10 which…
    • 2019-9-26
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • D365BC
    • JSON
    • Powershell
    • 522 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Dynamics 365 Business Central Wave 2: customizing the Base Application

    Stefano Demy
    Stefano Demy
    In a previous post I described how you can start building extensions for the upcoming Dynamics 365 Business Central Wave 2 release on top of the Microsoft’s System Application . Today I want to show you how you can directly customize the Microsoft’s Base Application (alias, the standard Microsoft codebase). This is a top request I receive every day on all the partners I met, but before starting this post, I want to put in evidence what I think (receiving this question so often is not a good sign): please avoid to do this as much as possible . From the Wave 2 release, Microsoft will permit you…
    • 2019-9-24
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • AL
    • D365BC
    • 893 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Creating an Azure SQL Database backup via Powershell

    Stefano Demy
    Stefano Demy
    I have several Azure SQL databases (mainly Microsoft Dynamics NAV databases) on different Azure subscriptions and often I need to download a backup for some of them. Yesterday I’ve decided to automate this process by using Powershell and the Azure REST APIs (in particular the Database – Export API ). I want to have a Powershell scripts that connect to an Azure SQL Database, creates a backup (.bacpac) and download it on an Azure Storage account (Blob container). I’ve to admit that I was thinking that this task was quite easy to do, but instead I’ve spent few hours on this. The tricky part…
    • 2019-9-20
    • Mirror post
    • SQL
    • NAV
    • dynamics 365 business central
    • MSDyn365BC
    • Microsoft Dynamics
    • 542 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Dynamics 365 BC Wave 2 Release: What happens now?

    Stefano Demy
    Stefano Demy
    Microsoft Dynamics 365 Business Central Wave 2 release date is just around the corner and there are many aspects of which you should be aware. I’ve written an article for my Simplanova ‘s friends that summarizes some important technical aspects to take care. You can read it at the following link: https://simplanova.com/blog/dynamics-365-bc-wave-2-release/ Just a quick summary here: AL only: the application is splitted into two main apps called Base Application and System Application . System Application is a modular extension and every module exposes a publicly accessible interface…
    • 2019-9-17
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • AL
    • D365BC
    • 642 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Dynamics 365 Business Central Wave 2: on-premise and direct SQL integrations

    Stefano Demy
    Stefano Demy
    Do you remember this post ? I wrote it long time ago to explain what happens on SQL Server when you create a new table or you customize an existing table with an AL extension: the new table is created by appending the extension’s ID to the table’s name and also the customization to a standard table creates a new table with the primary key of the original table plus the newly added fields and also with the extension’s ID in the name: dbo.[CompanyName$TableName$ExtensionID] What happens now in Dynamics 365 Business Central Wave 2 release? As you already know, all the standard business logic…
    • 2019-9-16
    • Mirror post
    • SQL
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • D365BC
    • 546 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Dynamics 365 Business Central Wave 2: building apps on top of System Application

    Stefano Demy
    Stefano Demy
    As you already knows from this official Microsoft post , with Dynamics 365 Business Central Wave 2 release Microsoft has splitted the application into two main modules: Base Application (that contains all the ERP business logic) and System Application (that contains all the system layer). Separation between business and system layers is a first step for a future goal to have an application always more modular.  There’s also an interesting aspect to consider: imagine that your solution creates a totally new module for Dynamics 365 Business Central, totally independent from the Base Application…
    • 2019-9-9
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • D365BC
    • 753 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Dynamics 365 Business Central on-premise: checking extension’s status via Powershell

    Stefano Demy
    Stefano Demy
    An interesting question pops out yesterday: with Dynamics 365 Business Central on-premise , how can I programmatically check if a particular extension is installed or not? The standard Powershell command (in the Microsoft.Dynamics.Nav.Apps.Management  module) that gets informations about an extension in a specified Business Central Server instance is the Get-NAVAppInfo cmdlet (more info about it here ). Here I’ve executed Get-NAVAppInfo on one of my Dynamics 365 Business Central on-premise instances in order to check the status of a particular app: $ServerInstance = "MyServerInstance" $AppName…
    • 2019-9-4
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • D365BC
    • Powershell
    • 614 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • DUG Home
    • Contact DUG
  • Dynamics 365 for Finance and Operations/AX User Group
    • Forums
    • Blogs
  • Dynamics 365 Business Central/NAV User Group
    • Forums
    • Blogs
    • Wikipedia
    • Events
  • About DUG
    • Announcements
    • Frequently asked questions about DUG
    • Membership service
    • Advertise on DUG
    • Become a DUG sponsor
    • Follow us on LinkedIn
    • Follow us on Facebook
    • Follow us on Twitter
  • More
  • Cancel
  • Microsoft Dynamics 365 User Groups

  • Dynamics 365 Business Central
  • Dynamics 365 Customer Engagement
  • Dynamics 365 for Finance and Operations
  • Power Platform
  • Microsoft Dynamics User Groups

  • Dynamics AX
  • Dynamics CRM
  • Dynamics NAV
  • About
  • Contact us
  • Frequently asked questions
  • Terms of use
  • Privacy policy
Copyright 1995-2021 Dynamics User Group, all rights reserved.