====== Creating a CustomJobStep ====== You can always extend your eBiss system with your own jobsteps. Examples which guide you through creating your own jobsteps can be found below. You can also find these examples as a project solution in the eBiss StandardTemplates directory: .\StandardTemplates\PluginSample\eBiss.PluginSample Usually you are using Visual Studio to create your own plugins with the following settings: * **Target framework**: minimum **.NET Framework 4.5** or higher * **Project reference**: the **eBiss.Api** which can be found as a .dll within your ebiss directory ===== Examples ===== {{indexmenu>en:howtos:plugins:jobsteps|navbar}}