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
  • Microsoft Dynamics NAV and Data Encryption

    Stefano Demy
    Stefano Demy
    In a moment where topics like GDPR and privacy are so hot, encrypting sensitive informations in your NAV database is becoming always more a must to do (and one of the features that customers are asking nowadays). In these weeks I’ve see on forums many custom data encryption implementations on NAV, but starting from the 2015 version NAV as a built-in data encryption feature that can be used instead of “reinventing” all every time. In order to use the standard NAV data encryption feature, you... Read the full text.
    • 2018-1-30
    • Mirror post
    • gdpr
    • NAV
    • encryption
    • 845 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Microsoft Dynamics NAV and Data Encryption

    Stefano Demy
    Stefano Demy
    In a moment where topics like GDPR and privacy are so hot, encrypting sensitive informations in your NAV database is becoming always more a must to do (and one of the features that customers are asking nowadays). In these weeks I’ve see on forums many custom data encryption implementations on NAV, but starting from the 2015 version NAV as a built-in data encryption feature that can be used instead of “reinventing” all every time. In order to use the standard NAV data encryption feature, you... Read the full text.
    • 2018-1-30
    • Mirror post
    • gdpr
    • NAV
    • encryption
    • 1522 views
    • 1 comments
    • over 2 years ago
    • More
    • Cancel
  • NAV: DotNet types and Extensions V2

    Stefano Demy
    Stefano Demy
    I’m seeing in these days that many NAV partners are starting “tests” in order to move some of their Microsoft Dynamics NAV customizations to the new Extensions V2 architecture (with AL) and this is a great sign for the entire NAV ecosystem. However, problems are always present during a migration/rearchitecturing stage and the number 1 problem that I receive from partners is this: how can I move my implementations that uses DotNet types to the new Extensions V2 model? Many NAV addins and implementations... Read the full text.
    • 2018-1-29
    • Mirror post
    • Uncategorized
    • NAV
    • .NET
    • AL
    • Cloud
    • 765 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • NAV: DotNet types and Extensions V2

    Stefano Demy
    Stefano Demy
    I’m seeing in these days that many NAV partners are starting “tests” in order to move some of their Microsoft Dynamics NAV customizations to the new Extensions V2 architecture (with AL) and this is a great sign for the entire NAV ecosystem. However, problems are always present during a migration/rearchitecturing stage and the number 1 problem that I receive from partners is this: how can I move my implementations that uses DotNet types to the new Extensions V2 model? Many NAV addins and implementations... Read the full text.
    • 2018-1-29
    • Mirror post
    • Uncategorized
    • 1081 views
    • 0 comments
    • over 2 years ago
    • More
    • Cancel
  • Handling exceptions inside NAV when using Web Services integration

    Stefano Demy
    Stefano Demy
    In a forum post I’ve recently received a request on how to handle a scenario like the following: an external client application has to call a Microsoft Dynamics NAV object (codeunit) published as Web Service. The codeunit receives input data from the external application and then performs some operations on NAV (the business logic is managed by NAV itself). If something wrong happens on the NAV transaction (error), NAV must be able to log the incoming request and the error that the request has... Read the full text.
    • 2018-1-22
    • Mirror post
    • NAV
    • 1481 views
    • 0 comments
    • over 3 years ago
    • More
    • Cancel
  • Handling exceptions inside NAV when using Web Services integration

    Stefano Demy
    Stefano Demy
    In a forum post I’ve recently received a request on how to handle a scenario like the following: an external client application has to call a Microsoft Dynamics NAV object (codeunit) published as Web Service. The codeunit receives input data from the external application and then performs some operations on NAV (the business logic is managed by NAV itself). If something wrong happens on the NAV transaction (error), NAV must be able to log the incoming request and the error that the request has... Read the full text.
    • 2018-1-22
    • Mirror post
    • NAV
    • 743 views
    • 0 comments
    • over 3 years ago
    • More
    • Cancel
  • GDPR: is enough a software update?

    Stefano Demy
    Stefano Demy
    I’m reading many GDPR related posts and questions on forums in these days, especially regarding Microsoft Dynamics NAV and other ERPs. All are waiting for a software update to be compliant. Are you sure that a simple software update will help to become 100% compliant? I remember you the main requirements. Are these only software-related for you? You don’t need only a software update, you need more than this: you need a change of culture in your IT organization. Read the full text.
    • 2018-1-17
    • Mirror post
    • Uncategorized
    • gdpr
    • NAV
    • Microsoft Dynamics
    • ERP
    • 421 views
    • 0 comments
    • over 3 years ago
    • More
    • Cancel
  • GDPR: is enough a software update?

    Stefano Demy
    Stefano Demy
    I’m reading many GDPR related posts and questions on forums in these days, especially regarding Microsoft Dynamics NAV and other ERPs. All are waiting for a software update to be compliant. Are you sure that a simple software update will help to become 100% compliant? I remember you the main requirements. Are these only software-related for you? You don’t need only a software update, you need more than this: you need a change of culture in your IT organization. Read the full text.
    • 2018-1-17
    • Mirror post
    • Uncategorized
    • gdpr
    • NAV
    • Microsoft Dynamics
    • ERP
    • 847 views
    • 0 comments
    • over 3 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.