Nuclet development Nuclet – tutorial for developing nuclets. |
Language: Deutsch · English
Tutorial for developing Nuclets – part of the Nuclet development Nuclet documentation (step-by-step tutorial for developing your own Nuclets).
On this page |
This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above). |
This tutorial is aimed at Nuclet developers and Integrators and describes how to structure a Nuclet so that it integrates cleanly into third-party applications.
Roles: The Nuclet developers builds the block; the Integrator adopts it into a concrete application. |
Define the interfaces to other Nuclets – i.e. the integration points through which your Nuclet works with external business objects.
A Nuclet should generally bring its own user groups with suitable permissions. The integrator cannot know which attributes must no longer be editable from which status (e.g. a delivery note item after the stock posting). Prepared user and attribute groups significantly reduce the integration effort.
You can find ready-made examples and rule code in the Nuclet Wiki. For the technical foundation, see the Low-Code & Development section. |