An update to ‘Searching the Business Central Base App’

As a result of my previous post, two interesting things happened. Firstly, several people pointed out the excellent 'Ctrl+P' command in VS Code, which left me feeling quite the chump for having spent time crafting my regex: I mean, seriously, look at that - Almost everything I was trying to achieve, right within the product, …

Continue reading An update to ‘Searching the Business Central Base App’

Searching the Business Central Base App with Regular Expressions

If you're anything like me, when you're developing solutions in AL you often want to refer to the base BC app and see how something works.This almost always starts with navigating to a specific, known object and then using a series of 'Go to Definition' and 'Find All References' commands, with liberal use of the …

Continue reading Searching the Business Central Base App with Regular Expressions