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
Using Milestones, tasklists in LAPI
Louis_Routhier
I'm trying to build an application that would wrap around the actual Livelink's task system. I already finished building my objects around Task objects and I was going to start working on the Milestones when I realised there doesn't seem to be anything implemented to retrieve the real information given by this object (the percentage done for instance).So here is my question:1- Am I missing something?2- If not, what is the best way to implement this?What I tried up to now is to create a new API to retrieve the information. I used the $Task.TaskListUtils.MilestoneInfo( prgCtx, node ) function which returns really too many values for what is needed and takes too much time (the point of the API being to be as fast as possible).What I'm looking at now is to define some SQL queries to retrieve the data but I'm wondering if it is a great idea since we have no warranty on the schema itself between versions and since we are too often pushed to upgrade to be able to solve bugs, I think this could lead to a lot of job for each release :SWhat is your answers/opinions on the subject? Thanks!
Find more posts tagged with
Comments
There are no comments yet