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

  • Users: zyoung1002
  • Order by date
  1. zyoung1002

    How can I modify the task lists via oscript?

    It seems like that the 'NodeSetAssignees' just simply insert(Of course with some validations) two values(node,userid) into the 'Assignees' table... // Public method // // Assign a list of users to a node, overwriting any // current assignment // // Parameters: // // node The node. //...
  2. zyoung1002

    Change case category via oscript

    Thanks, I have already fixed that.
  3. zyoung1002

    How can I modify the task lists via oscript?

    Thanks ggriffit, I worked as a web developer before and new to livelink oscript.
  4. zyoung1002

    How can I modify the task lists via oscript?

    Thank you appnair, I am just new to oscript and I just find few materials over internet...
  5. zyoung1002

    How can I modify the task lists via oscript?

    Thanks ggriffit, What I want to do is to fill the 'assigned to' field in the task lists using the data from the workflow form. Suppose I am the user and I created a case, in the case, I have several tasks(I already got a task lists in the case template) to do, and I want to assign these tasks...
  6. zyoung1002

    How can I modify the task lists via oscript?

    Hi, I got a requirement that I have to change the task list in a case automatically using oscript, and the main problem is the 'assigned to' function, which means I have to assign this task to someone in the livelink system automatically, does anyone has a solution or some sample codes for...
  7. zyoung1002

    Change case category via oscript

    I used this to set the value f.fData[1].Values[1].(attrID).Values[1] = value But how can I handle that if the type is date?
  8. zyoung1002

    Change case category via oscript

    Thanks for all your reply, you guys are really nice.
  9. zyoung1002

    Change case category via oscript

    Thanks, appnair. I just want to know if I can change the category value of a case via oscript, because I saw a lot of solutions are based on LAPI using java or C#, so I wonder if it has to be done using LAPI, how can I trigger the script code(java or C#)via livelink workflow.
  10. zyoung1002

    Change case category via oscript

    Hi, I got a problem that I have to change the category value dynamically for a case(the same idea as document), can I do that via Oscript(because I have to trigger the event script in workflow)? I just found that most of the solutions are based on LAPI, and can I trigger java script in...

Part and Inventory Search

Back
Top