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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DilipN

  1. DilipN

    Does Livelink has API's to execute sql Qeuries

    Thank You very much for your response. I am doing a workflow related application. where different authors/initiators initiate a workflow and assign a approver and attach a document to this workflow. This application is integrated with Plumtree portal. In this application there is a...
  2. DilipN

    Does Livelink has API's to execute sql Qeuries

    Hi , I have a requirement where i have to query the Livelink database and display the results. Are there any Apis which allows to execute the "SELECT" query and return the results, or I will have to use the JDBC calls for this. I checked the ApplyQuery functions but that is used only for...
  3. DilipN

    How to find all Groups and Parent Groups of a user.

    Thank You very much for your response. I will modify queries to support SQL Server , but i got an idea now, thank you once again.
  4. DilipN

    How to find all Groups and Parent Groups of a user.

    Dear All , How do i find the hirarchys of a groups of a user. say for example "Dilip" user blongs to Group "authUsers" but "authUsers" group is again a subset of someother groups, So how do i find all these hirarchys From below Example i need to get all the groups information...
  5. DilipN

    Work Flow status description

    Thank you very much , It was really helpful Thank you once again Dilip
  6. DilipN

    Work Flow status description

    Hi , Where can i find the description of all the status codes in Livelink. for example in "wsubworktask" table i see different types of status codes where do i find the description for these status codes. Thank you in advance. Dilip
  7. DilipN

    Dynamically assigning comments, user and attributes

    Thank you very much for your response. I will try this. Earlier I did try the half part of what you have mentioned i.e if (row.isList()) { row.setString( 0, comments ); } I will try the else part & see if that works. I was using Livelink 9.1 & i recently upgraded it to 9.2. I hope it...
  8. DilipN

    OScript Example to Approve/Reject a Task.

    Dear Friends, Can someone please give me a sample oscript to approve/reject a task. Thank You in advance. Dilip
  9. DilipN

    Change user permissions on a document.

    Thank You very much for the reply. I did try to change permissions of a document from the root folder but it still doesn't change the permissions. I even tried the java code that you sent. I have a feeling that there is something wrong in my livelink.because I sent the code to one of my friends...
  10. DilipN

    Change user permissions on a document.

    While performing these LAPI Transaction, Yes I am using Admin Users credentials and session. Thank You , Dilip Nimse.
  11. DilipN

    Change user permissions on a document.

    Sorry I forgot to add one more thing in my previous message even scripts NodeRightUpdate & NodeRightAdd have the same type of logic in it.
  12. DilipN

    Change user permissions on a document.

    Thank you very much for your response and time. I am really thankfull that you are responding everyones queries. What i want to do is revoke everybodys permission and just assing it to 2 people, creator and the Approver. and once the approver approves the document then i need to publish it to...
  13. DilipN

    Change user permissions on a document.

    Dear Friends , I would like to assign specific permissions on a document to specific users using JAVA API's. I have a document "mytest.doc" i want to make this document invisible from all the users except 2 other users. I tried to revoke all the permissions there are no errors thrown...
  14. DilipN

    Dynamically assigning comments, user and attributes

    Dear Friends , I have a very simple 2 step workflow (initiate and approve)Using Java API's I initiate this workflow and now i would like to dynamically assign the approver also i would like to add some comments which will be passed to next step. i have attached my code with this message. i...
  15. DilipN

    Dynamic Assignment of Users to Workflow

    Satish , Were you able to resolve this issue. I want to do the same thing, I just want to reassign the approver as you mentioned in your post. I have a very simple workflow where user initiates a workflow and then the Approver either rejects or approves it. I would like to change the...

Part and Inventory Search

Back
Top