Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
CSIDE and OScript
Access Custom Data on Assignment List
Benjamin_White_(bupauser2_-_(deleted))
I'm trying to add a column to the assigment list view tasksview.html file.I've stored the info I need in both the WWORK and WSUBWORK tables in the relevant USERDATA columns.But I cannot for the life of me figure out how to get at the data I want. The OScript docs are a disaster and I've wasted most of a day poking functions that are invalid or getting back a different data type from the one specified in the docs.This is all 9.2There must be an easy way of getting access to the data. Its not included in the nodeRec that is being displayed.
Find more posts tagged with
Comments
Ed_Kriege
The data returned to the tasksview.html file is derived from the WAPI call WAPI.GetWorkList. This call takes the name of the db view to be used for the select statement. The standard product uses the veiw 'Todo'. The column that you are trying to access is not returned by that view. In order to get that column, you must add a new db view that selects the desired column and then override any method that calls$WFMain.WAPIPkg.GetTodoListin both the WFMain and WebWork ospaces.jeff lang