Features/Custom code

From TempusServa wiki
Revision as of 10:41, 10 November 2024 by Kpe (talk | contribs) (Created page with "== Usage == In some cases there will be a need for specialized functionality. Using codeunits you use all of the existing nocode features, and just do the special features in custom code. The platform will handle WHEN to execute the code, while you make the code do WHAT you want. Note that custom extensions are loaded dynamically, so the platform can still be updated independntly of your custom code. == Many extension points == Your custom code can be plugged into...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

In some cases there will be a need for specialized functionality.

Using codeunits you use all of the existing nocode features, and just do the special features in custom code.

The platform will handle WHEN to execute the code, while you make the code do WHAT you want.

Note that custom extensions are loaded dynamically, so the platform can still be updated independntly of your custom code.

Many extension points

Your custom code can be plugged into various ponts

Pages

Event handlers

Status actions

Scheduled code

Custom security

API