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 strongm 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: *

  • Users: Mahi447
  • Content: Threads
  • Order by date
  1. Mahi447

    LAI Setobject method

    Hi All, We created new group in livelink and want to update this new group to all the folders. For this we are using LAPI setObject method and provided all required parameters but the issue is after running the LAPI call, its setting the new group to the folders but removing some permissions...
  2. Mahi447

    Delete group using LAPI

    Hi All, We want to delete all the groups linked to the OBJECT ID using LAPI call. I was unable to find the right method in LAPI . Can someone point me which method do i need to use for this.
  3. Mahi447

    Attribute search

    Hi, I have attribute which has date and time stamps as a value. How can i do a LAPI search for attributes with Date and time, below query condition didnt work. (\"attr_test_1\" : \"20190325 115959\") opentext didnt mentioned how to search with time stamps
  4. Mahi447

    how to retrieve deleted objectID using LAPI api

    How to retrieve all the objectID deleted from LiveLink using LAPI API in java
  5. Mahi447

    How to use rankBy expression in app

    How to use rankBy expression in applyquery?? i want to sort or rankby OTName for result set. (search.ApplyQuery(brokerID, selectList, where, search.SORTBYRANKINGEXPRESSION, ?, 0, 1000000, LLList) == 0)
  6. Mahi447

    How can i retrieve only records fr

    How can i retrieve only records from start to end index in SearchQuery , Example i am doing search against the date range which give me 10k records but if i give start index 501 and end index as 600 in my result set i should see only 100 records not all 600 records. How this can be achieve...
  7. Mahi447

    Retrieve Category ID and Category Name

    Hi is there any method in LAPI api in java to retrieve the category ID and category name based on ObjectID.
  8. Mahi447

    Hi All, We are writing a simple

    Hi All, We are writing a simple java program to connect livelink API and get all the ObjecID details (Parent Folder, child folder, sub-child folder...till the doc) I need to extract data from livelink using java LAPI program. Is there any function available in livelink API which can fetch...

Part and Inventory Search

Back
Top