Home
TeamSite
UITK
stimpy
In the UITK documentation 1.1.0 pages 50-51, there is an example of adding a custom column to the task list screen.
On page 51 there is a list of ID attributes and Property Attributes that are "exposed".
My question is, how do I "expose" more attributes. The attribute I would like to add is Workarea.
In Job details, workarea is exposed as id=area property=area.name.
I would like to add that column in the task list. Changing the UI_CUSTOM.xml only adds a workarea column, the values are blank.
Please help.
Find more posts tagged with
Comments
stimpy
Anyone?
For anyone who wants to know, the "workaround" is to add a custom variable (e.g. workarea) assiging iw_area in all workflows (wtf) and add the same variable to the ui_custom.xml file.
You basically "expose" an IW variable to the UI via custom variable.
It is a pain that UI does not expose all IW interfaces/objects available (in the SDK).
Is there a particular reason for this?
Stimp
Migrateduser
Try id=areavpath property=area.name as a workaround
Edited by eva on 05/27/04 11:57 AM (server time).