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", topic);
I get an exception back, with no desc..
Can anyone help on how to use this 'ApplyQuery' in JAVA? Any examples?
Thanks in advance.
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", topic);
I get an exception back, with no desc..
Can anyone help on how to use this 'ApplyQuery' in JAVA? Any examples?
Thanks in advance.