Language: Deutsch · English
Show data relationships as a read-only sub-form list – via a data source with INTID and INTID_T_UD_GENERICOBJECT.
HOW-TO APPLICATION DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Dynamic business objects are used to view data relationships. Example: an order is assigned to a customer – on the customer you want to see the orders as a list. A dynamic BO produces that list.
Menu: Configuration → Data sources → Dynamic business objects
The data source requires two mandatory columns (unchangeable, must be part of the query):
All further columns appear in the sub-form; the alias becomes the column header.
Data source of a dynamic business object.
The dynamic BO is available in the layout like a normal BO; its name always starts with dyn_. Like normal BOs it must be added to the status model for permissions.
Dynamic BO in the layout.
Read-only
A dynamic BO is read-only – editing data is not possible. Use the context menu „show details“ to jump into the record.
Tips
For timestamps the alias must end in _as_timestamp (otherwise Nuclos truncates the time). Images (e.g. traffic lights) are not detected automatically – the metadata (t_md_dynamicentity.clbmetaxml or the .meta export) must be adjusted manually (<javatype>org.nuclos.common.NuclosImage</javatype>).