Notifications can contain URL links that directly open objects using the Unity Pop functionality. Links can be static or dynamically generated based on the object from which the notification is generated.
To provide a static link to a specific object, the following format should be followed:
onbase://wv/object/?classid=<insert the class's ID number here>&objectid=<insert the object's ID # here>
or
onbase://wv/object/?classid=<insert the class's ID number here>&attribute=<insert the attribute's ID number or name here>&value=<insert the attribute's value that was specified>
To provide a dynamic link to the object from which the notification is generated, the following format should be followed:
onbase://wv/object/?classid=<<classid>>&objectid=<<objectid>>
The <<objectID>> attribute forces WorkView to grab the objectID of the current object being created, modified, or deleted. It then attaches this value in the URL.
In order to use this functionality, your system must meet the requirements defined in Creating Objects Using a URL. This section also has addition information about using Unity Pop URLs. In addition to opening object, links can initiate object creation or display filter results.