Hi All,
With every Business Central release, Microsoft introduces new AL functions that make development easier and help write cleaner code. Here are a few useful ones that every AL developer should know.
1. Continue()
The Continue() statement lets you skip the current iteration in a loop and continue with the next record.
Example: