Language: Deutsch · English
Open Web Client records directly via stable deep links or address them by search.
REFERENZ LOW-CODE / DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
The Web Client uses a uniform URL to display a record:
{URL}/webclient/#/view/{boMetaId}/{INTID}
This lets you send a business object directly as a link. If the INTID is unknown, build the link via a search call:
{URL}/webclient/#/view/{boMetaId}/search/{boAttrId}{Operator}{Value}
| Variable | Meaning |
|---|---|
URL | address of the Nuclos server |
boMetaId | Nuclet + BO name, separated by underscore |
INTID | primary key of the record |
boAttrId | field name of the attribute |
{Operator} | %3D = equals, %3D*Value* = like (%3D is „=“, %3F is „_“) |
{Value} | search term (single quotes allowed) |
Example:
{URL}/webclient/#/view/{boMetaId}/search/nummer%3D'%3FV0%3F00058'*
finds records whose nummer attribute is e.g. „AV0x00056yyy“.