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

    Unable to Correctly Use LAPI_DOCUMENTS.GetURLAddress(...)

    Great point; thanks! However, for extracting the URL following based on your recommendation, the call should be livelinkValue.toString("TargetURL");. Using "NAME" would return something else I am not looking for. By the way, the livelinkValue.toString("TargetURL"); statement now triggers an...
  2. Edirim

    Unable to Correctly Use LAPI_DOCUMENTS.GetURLAddress(...)

    What I am looking for is to acquire the URL of an object (referenced in my code by 'objectId') at a particular folder ('volumeId') in Livelink. LAPI does offer this facility as shown in my code above through the LAPI_DOCUMENTS.GetURLAddress(...) method. My issue is that I have a valid session...
  3. Edirim

    Unable to Correctly Use LAPI_DOCUMENTS.GetURLAddress(...)

    Hello, All! I am trying to acquire an URL from Livelink using the LAPI_DOCUMENTS.GetURLAddress(...) method in JAVA. I am using the return (status) to test if it's equal to '0' as it is. It seems the connection and session object are correct. However, the returning LLValue, which I am expecting...

Part and Inventory Search

Back
Top