Nuclos Web Client direct links: deep link /webclient/#/view/{boMetaId}/{INTID} and search URL with operator and value. |
Language: Deutsch · English
Open Web Client records directly via stable deep links or address them by search.
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“.