globe with meridians Language: Deutsch · English

open book Direct links

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}
VariableMeaning
URLaddress of the Nuclos server
boMetaIdNuclet + BO name, separated by underscore
INTIDprimary key of the record
boAttrIdfield 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“.


Result list & columns.

Open →

  • Keine Stichwörter