appnair, thanks for your time.
I understand what you say, but the exception (get(name)..) I get is throwed from the search.ApplyQuery, not from any of my code. The status code (status = this.search.ApplyQuery()) returned is 0. So it seams that the search goes ok, but the execption is trowed.
I...
appnair, thanks for your reply.
Currently I am doing the following (see code above) and I get the exception:
- get(name) not implemented for this datatype
LLValue vQueryResults = new LLValue();
LLValue objectInfo = new LLValue().setAssocNotSet();
LLValue createInfo =...
Hello.
I am trying to use the JAVA LAPI method ApplyQuery to search for an object in livelink.
I am doing:
LLValue selectList = (new LLValue()).setList();
selectList.add("ID");
status = this.search.ApplyQuery(topicId, selectList, "", LAPI_SEARCH.SORTBYNOTHING, "OTName" , 0, 1, "None"...
Hello, I am new in LAPI and I am writing an interface with LAPI/JAVA.
I am having problems creating a discussion topic.
I can create API_DOCUMENTS.DISCUSSIONSUBTYPE objects under a specific folder, but when I try to add a topic to this discussion object I get an error, Status Message: Container...
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.