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: again about obsoleting fields

    Stefano Demy
    Stefano Demy
    More than an year ago I’ve written this post explaining how to handle breaking schema changes on a production Dynamics 365 Business Central SaaS tenant . I think that every Dynamics 365 Business Central developer now knows that in a production environment you cannot remove objects or fields (breaking schema in the database) but all schema changes must always be additive. Despite this, I see lots of developers that does what I try to describe in this quick post. As first step, they create a version 1.0.0.0. of an extension that defines a new table object with some fields: Then, on…
    • 2019-12-31
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • AL
    • D365BC
    • 620 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • "Mastering Dynamics 365 Business Central" is out!

    Stefano Demy
    Stefano Demy
    Just in time for Christmas, I’m very happy and proud to announce that the book “ Mastering Dynamics 365 Business Central ” is finally out and available on Packt website and on Amazon in all the two formats (eBook and printed copy). This was a very huge work (my biggest writing work ever), we’ve spent a lot of time on writing this book for the Dynamics 365 Business Central community and I hope it will be helpful for everyone of you. The book has about 770 pages full of technical contents grouped into the following 18 chapters: Chapter 1: Microsoft Dynamics 365 Business Central technical…
    • 2019-12-23
    • Mirror post
    • Books
    • Microsoft
    • NAV
    • DevOps
    • Docker
    • 503 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Planned activities for Dynamics 365 Business Central Partners in 2020: quick preview

    Stefano Demy
    Stefano Demy
    I’ve received (and I’m receiving too) a lot of emails and messages on social networks from many of you asking for news about the future activites that Microsoft Italy has planned for Microsoft Dynamics 365 Business Central partners during 2020, so I hope that a quick public post can help you on planning your future I cannot go too much in details for now (Microsoft Italy has a great staff that manages these things directly), but there are a lot of things that are waiting for you in this upcoming 2020. Here’s a quick list: We’ll continue the development training for partners. The Dynamics…
    • 2019-12-20
    • Mirror post
    • Microsoft
    • dynamics 365 business central
    • MSDyn365BC
    • Training
    • Microsoft Dynamics
    • 507 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • LinkedObjects on Dynamics 365 Business Central: be careful now!

    Stefano Demy
    Stefano Demy
    One of the common (and basic) way to create integrations between systems in Microsoft Dynamics NAV in the past was to directly work at the SQL Server level and create tables linked to SQL objects by using the table’s LinkedObject property. With Microsoft Dynamics NAV, you can create a SQL Server view , then create a table with the same name as the view and set the LinkedObject property to true . Magically, this table is “linked” to the view and you can see the view’s data from Microsoft Dynamics NAV. If this code works, why not using it also with Dynamics 365 Business Central on-premise? A…
    • 2019-12-17
    • Mirror post
    • SQL
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • AL
    • 622 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Webhooks with Dynamics 365 Business Central

    Stefano Demy
    Stefano Demy
    When integrating external applications with Dynamics 365 Business Central, one of the classical way is to use APIs (standard or custom APIs) and then call the relative endpoints from the external application. As said in the past , exposing entities by using standard or custom API pages is the recommended way for doing integrations with Dynamics 365 Business Central. By using APIs, the schema of your integration is the following: Here, an external application calls a Dynamics 365 Business Central API endpoint by using simple HTTP methods and then it receives a JSON response from the ERP.…
    • 2019-12-10
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • AL
    • API
    • 735 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Dynamics 365 Business Central Sandbox and performance testing

    Stefano Demy
    Stefano Demy
    During the last technical workshops done for Microsoft in Finland and Norway, I’ve discovered that many partners are doing (together with the customer) a lot of load testing and performance testing for their solutions and for the standard application in the online sandbox environment. Testing applications in the sandbox environment before moving them to the production environment is a good thing and in my opinion is something that should always be done: as a partner, you install your apps in an online sandbox, your customer validates the customizations and the features and then, when approved…
    • 2019-12-6
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Sandbox
    • D365BC
    • Cloud
    • 564 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.