Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Workflows using ListManagedStatus??

Status
Not open for further replies.

eferrier

Programmer
Jul 20, 2004
2
CA
Has anybody successfully gotten a list of Workflows using the ListManagedStatus function? The documentation is poor to say the least. There is absolutely nothing in the OpenText site except for someone asking how to use this function and no replies. The documentation says about one of the parameters:

"view: the name of a custom view defining the columns of data to return; before specifying a view, the Livelink standard database schema must first be modified to include the view; the view name must be specified exactly as it exists in the database "

The Livelink standard database schema must be modified? That is not a very helpful instruction. Where? What part? how? I have tried by sending a Null string for this parameter, but my returned value is always undefined.

If anybody could shed some insight into this it would be amazing, because I've been chasing my tail for a while now and am getting quite dizzy.
 
From my experience if you do not have an already defined view you will probably use the view webactivework which is a standard view.Define webactivework and you can then specify the Listmanagedstatus with its parameters.
Clue-If you want to do something like
select * from webactivework where mangaerid=225311
you specify that in your code like
<columnname =value>,you don't specify 'WHERE'.LLAPI parser will do that for you.Also if you have builder you can look at the prototype and that should give you a clue.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top