Hey Greg.
I was just trying to grab the Livelink username which would allow me to pick up who was going to a page, then loading their data. Like a little hr portal area, loading the training plan details from a db. So literally the bit of oscript which was getting me was just to find out...
OK, thanks very much Greg. So is there any documentation about these objects somewhere - just a simple class browser or something - or am I left with:
1: try and guess how to do oscript by bangi
2: buy the sdk
3: just do it in .net instead, and stop banging my head against a wall :)
Thanks
Thanks Greg. Now I just have to find out what's in that object, not in my scripting documentation here. I see many people in answers talking about the Livelink Builder, which allows examing objects methods / properties etc I'm guessing...can't find this in my downloads from Opentext...
Thanks Appnair, sorry thought I'd submitted a reply to this. The code is indeed interesting. Having read through a few threads on here, is using LAPI often the way to go? My hope had been to do this search functionality just through oscript but is this not sensible?
Thanks again
Hi everyone, hope you're well.
Is there any way to get the logged in username using oscript? I have been reading through the docs and couldn't really figure it. There was some info in this old thread thread862-750694 but this refers to a login page I cannot find anywhere - I can find a...
Hi thanks for replying.
No, we don't pay support anymore, just own the license. So I can't register for the knowledgebase site. It's annoying, especially when the "documentation" mentions it but doesn't seem easy to make work.
Thanks
Jon
Hi there.
I'm trying to look at doing full text searches in Livelink. I've looked at the below code:
results = broker.simpleCMSSearch("Demo");
for (i = 0; i < results.length; i++)
{
write(results[i].cmsName, " (", results[i].score, "%)");
}
I cannot get this to work at all. I guess I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.