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 Mike Lewis 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. Vikas1701

    encodeURIComponent encoding lowercase letters to Uppercase

    Hi, I am facing a problem : encodeURIComponent("@#$abc")is giving output as %40%23%24Abc. after "$" letter is converted to uppercase. Please suggest solution on this. Thanks in advance, Vikas
  2. Vikas1701

    Rendition Type of Document

    Below is my code to create documents in Livelink. How do i add the VersionInfo while creating the document.? public void uploadDocuments(DocumentManagement dm){ try { File dir = new File("D:\\folder"); File[] files = dir.listFiles(); GregorianCalendar gregorianCalendar =...
  3. Vikas1701

    Rendition Type of Document

    Thank you for your appnair. I am trying to create a document in livelink programatically using webservices. I am using DocumentManagementService.createSimpleDocument/ CreateDocument, how to create a Attachment object of a file and How do i get the Metadata of a document required for creating...
  4. Vikas1701

    Rendition Type of Document

    Hi, Please help me on the below queries : 1. How to get the Rendition Type of a Document. 2. How Download the Document using using rendtion contents context. Thanks in advance, Vikas
  5. Vikas1701

    Working with Date properties using Search API in LiveLink

    Hi, How to search records with date properties using search service in Livelink. Can the format of date be changed while searching with date properties . For Ex : \"OTModifyDate \":12-08-2014 Thanks in advance, Vikas
  6. Vikas1701

    Session Expiry Check in Optext LiveLink

    Hi, Need inputs on the above Point. I have the authentication token for connecting to livelink taken from Authentication Service. How do i check the expiry of that token ? Thanks in advance. Regards, Vikas
  7. Vikas1701

    Session Expiry Check in Optext LiveLink

    Hi, How do i Check the Token which i have recieved from AuthenticationService is expired ? Regards, Vikas
  8. Vikas1701

    Sample JAVA for using REST Search API in Livelink

    Thanks appnair. I have few queries . please help me out. 1.How to differntiate Folder and Document shortcuts using Search service. 2.Getting the folder/Document path using search service. Regards, Vikas
  9. Vikas1701

    Fetching objects from livelink - object exporter

    Hi, I have few queries . please provide inputs. 1.How to differntiate Folder and Document shortcuts using Search service. 2. Getting the folder/Document path using search service. Regards, Vikas
  10. Vikas1701

    Sample JAVA for using REST Search API in Livelink

    Hi, I have added documents in livelink, also added versions for the existing documents, and am trying the get the documents using the search service but the documents are not retrieving. I tried Configuring Search index Verification. Setting it on all days for each Hour. Still No result...

Part and Inventory Search

Back
Top