Url Navigation
Posted
by russ.bishop
on Oracle Blogs
See other posts from Oracle Blogs
or by russ.bishop
Published on Tue, 11 Jan 2011 16:02:15 -0600
Indexed on
2011/01/11
22:56 UTC
Read the original article
Hit count: 522
One of the new features is URL-based navigation which is useful for creating intranet links or auto-generating email links (such as from workflow systems, etc).
For IIS 6 and earlier, the format is as follows:
http://machine/drm-client/Logon.aspx?
app=<appname>&action=go&ver=<version name>&hier=<hier name>&node=<node name>
Just replace the fields with their appropriate values (URL-encoded of course).
<node name> is optional. If provided it will open the hierarchy and expand directly to the target node. Otherwise the hierarchy is opened to the top node.
Note that if the specified version is not loaded it will be loaded automatically.
© Oracle Blogs or respective owner