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)
API, SDK, REST and Web Services
Livelink Report - Workflow Tasks
Tracey_Palmer_(rimuser2_-_(deleted))
Hello,Looking for help to create a Livelink report that will list all of the accepted tasks for a user and allow them to click on the report entries to access that task.Is this do able with Livelink reports?I have a query that retireves the data and works as an Auto LiveLink report but not as a Livelink report.SELECT work_workid "ID",subwork_title "Workflow Name", subworktask_title "Task Name", to_char(subworktask_datedue_max, 'MM/DD/YYYY') "Due Date", work_ownerid_name "Submitter", wf_valstr "Priority" FROM todo a inner join wfattrdata on work_workid=wf_id AND wf_attrid=8 WHERE subworktask_performerid = 396815 ORDER BY "Due Date"Thanks
Find more posts tagged with
Comments
There are no comments yet