Base Components 2023.0.0
The most notable change in this release of the base components is the pruning of several DataElements, which have been deprecated and unused for a very long time. It may be prudent to migrate databases of applications. Though these changes should not have a technical impact, these old data structures will just be a clutter in the database if not removed.
If your application was initialized with an older version of NS Initializer, you may need to remove entries for the
IdCounter element from your initial data XML file. The sql-expanders will throw an error on expansion if you provide
entries for elements or fields that do not exist in the model.
Account component
From the account component, we removed the following DataElements:
ComponentHelpInfoMenuMenuItemPortalScreenScreenProfile
Previous account component model:


Current account component model:


Aside from these elements, the unused field DataAccess.target was also removed.
Utils component
From the utils component, we removed the following DataElements:
ExecutionIdCounterThumbnail
Previous utils component model:


Current utils component model:


The Executor TaskElement was also removed.
Workflow component
From the workflow component, we removed the following DataElements:
StateTimerTimeTask
Previous workflow component model:


Current workflow component model:


