Summary
In this module, you learned how to create a codeunit and how to access its functions.
A codeunit is an object that groups functions that you can call from within other objects. As a result, you can reuse functions instead of repeating code.
Subtypes help you indicate that the codeunit is used in an install or upgrade process. They can also indicate whether it's used in a unit test.