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