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 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.