AL Object ID Ninja

Zero-configuration, dead-simple, lightning fast, no-collision object ID assignment for multi-user repositories

From the blog

NAV TechDays 2018 Demos: User Profile Picture

One of the more effective, and probably completely unexpected, demos at Waldo's and mine NAV TechDays 2018 session was the user profile picture demo. I say "completely unexpected" is that it shows something that you normally don't expect from control add-ins. When hearing "control add-in", most developers (but also most Microsoft people) have in mind a visual control that visualizes some data from NAV/BC and possibly allows you to interact with (C/)AL through that piece of UI. However, there are many other things possible, like having a completely non-visual "controls" that tap into the functionality of the web client and extend its functionality beyond what it was originally designed to do. One of these is the user profile picture. If you didn't attend (or watch) the session, this is what the demo is about: it makes use of the user silhouette icon in the upper-right corner (that actually doesn't represent anything, just sits there) and allows you to take your selfie and then uses that selfie as your profile picture that's showing there instead. Pretty neat and cool.. How did I do it?

Extending the HTML trick: using actual images

Eric Sevareid famously said that the chief cause of problems is solutions. The same applies to the HTML trick I blogged about yesterday. As soon as you solve the problem of using HTML directly in your control add-ins, another problem arises: what do you do with actual images your control add-in includes? This post explains how to solve that problem, and how to make it possible for your control add-in to both use HTML for defining UI and use relative control add-in paths to images. Let's dig in.

NAV TechDays 2018 Demos: Customer Star Rating

I usually post my NAV TechDays demo stuff for you to use and abuse, and this year won't be an exception. There are three changes, to previous years, specially the last year. First, you won't need to wait until New Year's Eve for me to post my stuff. Second, I'll blog each of the demos individually, because of the third reason. Third, I don't want to merely dump my code here with a big fat disclaimer; no – I'll dump it with a big fat disclaimer and some explanations about what the code does and why. So, here we go, the first demo (actually the second, because I already posted that Muppet Theme): Customer Star Rating control add-in.