Dynamics User Group
Dynamics User Group
  • User
  • Site
  • Search
  • User
Dynamics 365 Business Central/NAV User Group
Dynamics 365 Business Central/NAV User Group

Robberse

  • Forums
  • Blogs
  • Resources
  • Wikis
  • Events
  • Leaderboards
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join (it's free)
Robberse
Blog about Business Central/NAV by Richard Robberse

  • Home
  • Subscribe by email
  • More
  • Cancel
  • Posts RSS
  • Atom
  • More
  • Cancel
Monthly archive list
  • January 2019 (3)
  • December 2018 (1)
  • November 2018 (5)
  • October 2018 (3)
  • July 2018 (3)
  • June 2018 (4)
  • April 2018 (6)
  • February 2018 (8)
  • January 2018 (7)
  • December 2017 (4)
  • September 2017 (4)
  • July 2017 (4)
  • June 2017 (4)
  • May 2017 (8)
  • April 2017 (8)
  • January 2017 (4)
  • December 2016 (8)
  • November 2016 (12)
  • May 2016 (4)
Related
Related Tags
  • AL
  • Automated Testing
  • Business Central
  • C/SIDE
  • Data upgrade
  • Development
  • Docker
  • Document Approval
  • dynamics 365 business central
  • Dynamics NAV
  • Dynamics365
  • Extensions2.0
  • GIT
  • MS Connect Suggestions
  • msconnect
  • MSDyn365BC
  • MSDynNAV
  • NAV
  • NAV2017
  • nav2018
  • NAVBaaS
  • notifications
  • Powershell
  • Tips & Tricks
  • Uncategorized
Blog post list
  • Tags
  • Subscribe by email
  • More
  • Cancel
  • NAVBaaS Git for VS Code: request a new feature!

    Richard Robberse
    Richard Robberse
    It has been 7 months since I released my VS Code extension called NAVBaaS Git, a free extension that seamlessly integrates your C/SIDE development with Git and Docker. (you can read all about it here ) With 544 unique installations and almost 1400 downloads, it’s safe to conclude that quite a number of people are or have been using the extension, big thanks for that! In those 7 months, some small features were added and a few bugs were fixed, but nothing big and now it feels like it’s the right...
    • 2019-1-20
    • Mirror post
    • VS Code
    • Docker
    • dynamics 365 business central
    • MSDyn365BC
    • nav2018
    • 115 views
    • 0 comments
    • 27 days ago
    • More
    • Cancel
  • Business Central Telemetry Part 2: Sending Telemetry to Azure Log Analytics

    Richard Robberse
    Richard Robberse
    In my previous blog post , we looked at how to authenticate and call the Business Central Admin Center Telemetry API, we ended up with a response message that we could not deserialize into a C# class. Luckily some guys from Microsoft stumbled upon my blog post and asked for feedback, which resulted in a backlog item on their side to provide key-value pairs in the response. Thanks guys and keep reading my blog posts Today we’ll look at how to transform the response into a class that we can then use...
    • 2019-1-15
    • Mirror post
    • loganalytics
    • dynamics 365 business central
    • MSDyn365BC
    • MSDynNAV
    • BusinessCentral
    • 112 views
    • 0 comments
    • 1 month ago
    • More
    • Cancel
  • Business Central Telemetry Part 1: Consuming the API

    Richard Robberse
    Richard Robberse
    With Business Central you get something called Business Central Admin Center , the place where tenant admins and delegated admins (the partner associated with the tenant) perform admin tasks like manage environments, set upgrade windows and view telemetry. Everything you can do through the admin center can also be done through the APIs, today we’ll have a look at how to consume the telemetry API from a simple C# console application and create the foundation for the next blog post where we will go...
    • 2019-1-6
    • Mirror post
    • loganalytics
    • dynamics 365 business central
    • Telemetry
    • MSDyn365BC
    • MSDynNAV
    • 118 views
    • 0 comments
    • 1 month ago
    • More
    • Cancel
  • The performance impact of events

    Richard Robberse
    Richard Robberse
    For the people that missed out on the session called ‘Performance: Business Central reloaded for the Cloud’ at the #navtechdays this year, it’s extremely important to catch-up with the topics discussed as this was the most informative session at the event. One key takeaway of the session is about that magic thing that solves all our problems when going from C/AL to AL, that’s right, we’re talking about events! Oh, and by the way, the recording of that session can be found here . I knew...
    • 2018-12-12
    • Mirror post
    • Tips & Tricks
    • dynamics 365 business central
    • MSDyn365BC
    • Events
    • AL
    • 187 views
    • 0 comments
    • 2 months ago
    • More
    • Cancel
  • Using upgrade tags to facilitate continuous upgrade

    Richard Robberse
    Richard Robberse
    What do you do when you need to kill some time in a hotel before the NAV TechDays break loose? That’s right, write a blog post! This one has been on my list for quite some time now but there were always more interesting things to blog about, but now it’s time to finally take care of the Upgrade Tags. Somewhere in the development of Business Central the table Upgrade Tag and codeunit Upgrade Tag Mgt. appeared, but what are they meant for? Let’s find out With NAV2015 we got upgrade codeunits...
    • 2018-11-21
    • Mirror post
    • Dynamics NAV
    • Tips & Tricks
    • dynamics 365 business central
    • MSDyn365BC
    • MSDynNAV
    • 248 views
    • 0 comments
    • 2 months ago
    • More
    • Cancel
  • Business Central Embed Apps 101

    Richard Robberse
    Richard Robberse
    There are three types of apps you can choose to either extend or build on top of Business Central, add-on apps, connect apps and embed apps, the latter is probably somewhat unknown to you but that’s about to change! The three types of apps: Connect apps   are built on top of the Business Central APIs, connect apps are able to leverage from the standard APIs as well as from custom APIs added by either an add-on app or an embed app. Add-on apps extend and/or add functionality to Business Central...
    • 2018-11-19
    • Mirror post
    • dynamics 365 business central
    • MSDyn365BC
    • Business Central
    • 151 views
    • 0 comments
    • 2 months ago
    • More
    • Cancel
  • Build as a Service for Dynamics 365 BC & NAV now released!

    Richard Robberse
    Richard Robberse
    We’re in an era where we are expected to deliver software more often and to deliver it faster, in other words, we’re expected to be agile. In order to be agile, we need continuous integration, continuous integration is a practice where members of a team integrate their work several times a day into a shared mainline. Each integration should be verified by a build (including tests) to detect integration errors as quickly as possible. This is just a brief explanation of continuous integration as...
    • 2018-11-7
    • Mirror post
    • Azure DevOps
    • Build as a Service
    • Dynamics NAV
    • dynamics 365 business central
    • Continuous Integration
    • 201 views
    • 0 comments
    • 3 months ago
    • More
    • Cancel
  • Say hi to my new blog!

    Richard Robberse
    Richard Robberse
    Last few months I haven’t been blogging a lot due to the fact that I was really busy with starting up my own company, building a website and developing a build service for Dynamics 365 & NAV (announcement will follow in the next few days) The next natural step is to move my blog to my company...
    • 2018-11-4
    • Mirror post
    • Uncategorized
    • 38 views
    • 0 comments
    • 3 months ago
    • More
    • Cancel
  • Say hi to my new blog!

    Richard Robberse
    Richard Robberse
    Last few months I haven’t been blogging a lot due to the fact that I was really busy with starting up my own company, building a website and developing a build service for Dynamics 365 & NAV (announcement will follow in the next few days) The next natural step is to move my blog to my company...
    • 2018-11-4
    • Mirror post
    • Uncategorized
    • 168 views
    • 0 comments
    • 3 months ago
    • More
    • Cancel
  • The impact of Microsoft moving the base application to AL

    Richard Robberse
    Richard Robberse
    Last week at directions Microsoft did a demo where they’ve shown the full solution running as an extension with only the system objects left in C/SIDE, that’s great, right? In this blog, I’ll share my thoughts on the subject and make you aware of the impact it has. Over the last few...
    • 2018-10-8
    • Mirror post
    • Dynamics NAV
    • Development
    • dynamics 365 business central
    • Business Central
    • AL
    • 27 views
    • 0 comments
    • 4 months ago
    • More
    • Cancel
>
  • DUG Home
    • Contact DUG
  • Dynamics 365 for Finance and Operations/AX User Group
    • Forums
    • Blogs
    • Events
    • Documentation, videos and downloads
    • AX Partners Group
  • Dynamics 365 Business Central/NAV User Group
    • Forums
    • Blogs
    • Wikipedia
    • Events
    • Books
    • NAV partners group
    • NAV freelancers group
  • Dynamics 365 Sales/CRM User Group
    • General Discussion Forum
    • Blogs
  • Dynamics GP User Group
    • GP Discussion Forum
    • Blogs
  • Microsoft Dynamics 365 User Group
    • Forums
    • Blogs
    • Documentation, videos and downloads
  • About DUG
    • Announcements
    • Frequently asked questions about DUG
    • Suggestions to 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 User Group
  • Dynamics 365 for Finance and Operations User Group
  • Dynamics 365 Business Central User Group
  • Dynamics 365 for Sales User Group
  • Microsoft Dynamics User Groups

  • Dynamics AX User Group
  • Dynamics NAV User Group
  • Dynamics GP User Group
  • Dynamics CRM User Group
  • About DUG
  • Contact Us
  • Frequently asked questions
  • Terms of use
  • Privacy Policy
Copyright 1995-2019 Dynamics User Group, all rights reserved.