Ok, I've read the KB article on URL LInks... my quesiton is for an external task in a workflow is it possible to get the
refid, so that we can use links to other things than the standard simple links that are made available...
The KB says:
# To the serious problem. Urls that start with /iw-cc/command are not supported, never. These are internal urls that behave in a very specific way for our uis. They will very likely not work the way you want them to. There are two alternatives:
# Use the supported urls! We have a bunch of them, one in fact is called /viewlocked, which does pretty much what is desired in this case. So we can modify the link definition to:
< link id="custom.ccpro.filesys_heading.custommenu1"
label="list_locked.label"
resourceBundle="com.interwoven.ui.teamsite.filesys"
description="list_locked.description"
URL="/viewlocked"
target="_blank"
icon="/teamsite/images/command_icons/list_locks.gif" />
# Use refids. We already have a ui item that lists locked files, so feel free to use it. In this case, _iw.ccpro.list_locked.link does exactly what is desired. So we can modify the link definition to:
<link id="custom.ccpro.filesys_heading.custommenu1"
refid="_iw.ccpro.list_locked.link" icon="/teamsite/images/command_icons/list_locks.gif" />
So we would have this in our GUI items, but is there a way to translate the link from the RefID in external tasks?
David R Musser
Eye Street Software
540-542-5257
dmusser@eyestreet.com Win2k, TS 6.5 SP1, OD 6.01