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 and direct printing

    Stefano Demy
    Stefano Demy
    This seems to be one of the hottest “problems” when using Dynamics 365 Business Central SaaS: actually you cannot directly print a document on a printer, but you need to open the PDF file and then print from the browser. This could be ok for documents or for other not so repetitive tasks, but it could be a problem on scenarios like warehouse or production and so on, where you need to send to a printer a big amount of documents. Unfortunately there’s no an “out of the box” solution for that and Microsoft at the moment has no plans for implementing that feature quite soon. So, possible solutions…
    • 2019-1-29
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • AL
    • D365BC
    • 950 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Dynamics 365 Business Central tenant upgrade: extensions disappeared in Sandbox environment

    Stefano Demy
    Stefano Demy
    I saw different tickets and questions related to the title’s topic in the last weeks and I think there’s the need for a clarification. I wrote a post some months ago by explaining the Dynamics 365 Business Central SaaS tenant upgrade process that Microsoft has in place (you can find it here ) but there are some strange behaviours that start appear to partners and that must be explained. As you already know for sure, With Dynamics 365 Business Central SaaS customers and partners have now also the possibility to create a sandbox environment by copying also the production data and it’s quite natural…
    • 2019-1-24
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • Sandbox
    • D365BC
    • 664 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics 365 Business Central: April 2019 release wave features

    Stefano Demy
    Stefano Demy
    Microsoft has revealed to the general public the new Dynamics 365 Business Central features planned to be released in the April 2019 wave (from April through September 2019). Here a quick summary of what to attend (so be prepared ): Web experience improvements : New shortcuts Work date settings Company indicator Totals for lists Improved search Advanced personalization experience Page inspector: an “advanced zoom feature”  Depending on the page you are inspecting, some or all of the following is displayed: The page or page part name and identifier. The underlying table…
    • 2019-1-21
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • D365BC
    • 706 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics 365 Business Central: Object IDs things to know

    Stefano Demy
    Stefano Demy
    I think that today everyone of you knows that with Dynamics 365 Business Central we have the following rules for Object IDs: 50.000-99.999: per tenant/customer customizations (no AppSource). 1.000.000-60.000.000: RSP range for partners that have an ISV solution for on premise / D365BC. When used in Business Central these extensions are obtained as apps from  appsource.microsoft.com . 70.000.000-74.999.999: This range is only available for extension development and only in Business Central. These extensions are obtained as apps from  appsource.microsoft.com. There is however a rule…
    • 2019-1-15
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • D365BC
    • 686 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics 365 Business Central: Storing sensitive data for your extension? Use the Isolated Storage!

    Stefano Demy
    Stefano Demy
    This is a quick post to signal a “worst practice” I’ve see today in a partner’s extension. This extension needs to save some private data and the partner has decided to use the Service Password table for that scope. The Service Password table is a particular table (ID 1261, present also in NAV) with the following structure: This table was born in the NAV era for implementing the Service Data Encapsulation pattern . This table stores a key/value pair, where the key is a GUID and the Value is BLOB that contains the encrypted value of the key passed. Why this is not a best practice in my…
    • 2019-1-7
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Extensions
    • AL
    • D365BC
    • 506 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • “Business Central in a box”: a UI for managing your Dynamics 365 Business Central/Dynamics NAV containers

    Stefano Demy
    Stefano Demy
    Do you know what Portainer  is? In simple words, it’s a simple management solution for Docker and it consists of a web UI that allows you to easily manage your Docker containers, images, networks and volumes. All is based on a single container that can run on any Docker engine (Linux or Windows). Have you ever thinked on having something similar for Dynamics 365 Business Central? Something like a simple user interface to create your locally hosted Dynamics 365 Business Central container-based sandboxes? If your answer is yes (I’m one of you) there’s something in the air… Business Central in…
    • 2019-1-3
    • Mirror post
    • Containers
    • NAV
    • Docker
    • dynamics 365 business central
    • MSDyn365BC
    • 788 views
    • 0 comments
    • over 2 years 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.