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 Solution Update Management live event

    Stefano Demy
    Stefano Demy
    A quick post to announce that Microsoft will hold a live webinar on the Dynamics 365 YouTube channel to help you and your customers get the answers to questions you may have. The link is: https://aka.ms/D365ReleaseCadenceWebinar Dynamics 365 Release and Update Cadence Time:  August 9th, 9a Pac (GMT-7) In this session, we will discuss the latest about the latest optimizations announced to Dynamics 365 update policies: https://aka.ms/dynamics365updatesblog You will learn how your organization can benefit from the latest features and productivity fixes. We will discuss implications and…
    • 2018-7-31
    • Mirror post
    • Uncategorized
    • 470 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics 365 Business Central: Overview of October ’18 Release

    Stefano Demy
    Stefano Demy
    The NDA regarding some topics is officially finished today and Microsoft has published an official document that answers many questions related to the Fall release of Dynamics 365 Business Central. You can start reading from here . If you want to directly go to the cool part, this is the link . Obviously, this is a work in progress. You can help improving Dynamics 365 Business Central by discussing ideas, providing suggestions, and giving feedbacks by using the Business Central forum at  https://aka.ms/businesscentralfeedback .
    • 2018-7-23
    • Mirror post
    • Uncategorized
    • dynamics 365 business central
    • MSDyn365BC
    • D365BC
    • 515 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics 365 Business Central: object prefix for AppSource extensions Q&A

    Stefano Demy
    Stefano Demy
    Answers to a post-course question regarding object prefixes in extensions for AppSource: Object prefix must be registered with Microsoft (at least 3 digits) and must be unique (it’s globally reserved for you) It can be a prefix or a suffix (you can call an object XXXMyTable or MyTableXXX ) You have to use it for every objects in your extension This is case insensitive (you can call an object XXXMyTable or xxxMyTable ) You can use the prefix in any format you want ( XXX_MyTable , XXX-MyTable , XXX.MyTable , XXX MyTable etc. are all valid names) You can register more than one prefix…
    • 2018-7-21
    • Mirror post
    • Uncategorized
    • 609 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics 365 Business Central (on-premise): Extension for printing external documents

    Stefano Demy
    Stefano Demy
    A week ago I wrote a post for answering a question regarding how to print external documents from Microsoft Dynamics NAV . This code is C/AL based and it uses DotNet classes that interacts with the local operating system. How can this code be translated as Extension for Dynamics 365 Business Central? For the SaaS version of Dynamics 365 Business Central, this is actually not possible. We can’t use DotNet objects in the cloud. But what about the future on-premise version? This is currently in preview (so you don’t find this feature in your standard sandbox environment) but starting from build…
    • 2018-7-11
    • Mirror post
    • .NET
    • dynamics 365 business central
    • Visual Studio Code
    • MSDyn365BC
    • AL
    • 789 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics 365 Business Central: how to detect if your extension is running on a Sandbox

    Stefano Demy
    Stefano Demy
    During our Extension Development workshops for Dynamics 365 Business Central , some developers are start asking for scenarios where in my extension I need to detect if it’s running on a Sandbox environment or in a production one. From an extension, you can detect if it’s running on a Sandbox environment by using the Tenant Management codeunit (417). This codeunit provides a set of useful functions for retrieving informations about the Dynamics 365 Business Central tenant and platform. Here is a quick sample: In order to retrieve if your extension is running on a sandbox or on a production…
    • 2018-7-4
    • Mirror post
    • dynamics 365 business central
    • Visual Studio Code
    • MSDyn365BC
    • Extensions
    • AL
    • 860 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Dynamics NAV: printing external documents and merging PDF files

    Stefano Demy
    Stefano Demy
    These are old topics and someone has written on a solution for this in the past, but after some forum questions received today I think that a quick recap could be interesting. Question 1: how to print external documents directly from NAV There are scenarios where you need to print directly from NAV also external documents (like PDF, Word files or other things). For this task, in my personal library I use a solution based on DotNet variables and the  System.Diagnostics.Process class (that provides access to local and remote processes and enables you to start and stop local system processes…
    • 2018-7-2
    • Mirror post
    • NAV
    • C/AL
    • 667 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.