Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. huTorres

    search with ApplyQuery problems

    appnair, Some time ago I solved (with Opentext support) my issues with this search method. Thanks for your useful tips ;) Hugo
  2. huTorres

    search with ApplyQuery problems

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

    search with ApplyQuery problems

    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 =...
  4. huTorres

    search with ApplyQuery problems

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

    how to create a discussion topic

    I have solved this issue thanks to a previous post from: tyddynonn Thanks anyway; Hugo Torres
  6. huTorres

    how to create a discussion topic

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

Part and Inventory Search

Back
Top