Introduction

Completed

Procedures are an important concept in programming. As a developer, when you start to program, you make an algorithm of code that you want to run. If you need to reuse the code later, you can meet this requirement in a Procedure.

In every Business Central object where you use existing triggers and Procedures is the possibility to create your own Procedures. In these Procedures, you can write your own logic and code.

In this module, you learn how to define a new procedure and discover the difference between local and global Procedures.

When you create a Procedure, you might want to pass on some parameters into this Procedure. In this module, you learn how to pass parameters and which types of parameters can be passed into a Procedure.