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

    Opening a new window on a command click

    Hi, I have a custom node command for a custom node. On clicking it, it opens that document in the same browser window. But i want to open that document in a new browser window. How do i achieve this? I guess i should modify the functionmenu.js file. am i on the right track? how? thanks
  2. amnovice2

    Make a custom command, the default command

    Hi appnair, Sorry for the delayed reply. i was out of office for some days. Please send the modified browseview.html to "livelink91@yahoo.com" thanks in advance,
  3. amnovice2

    Make a custom command, the default command

    Hi appnair, Thanks for replying. As you have suggested, i already have created a webnodeaction object and a webnodecmd object. I have written the functionality for it and the command name appears in the functions menu as desired. The execution is also perfect. My question is how can i make this...
  4. amnovice2

    Make a custom command, the default command

    hello, I have a new node command for a custom node. Say the name of command is "Custom". What should i do to make it default action for that node type? In other words, this "Custom" command should be executed when the user clicks on the node. I tried achiving this by...
  5. amnovice2

    How to Start a WF programmatically?

    Hi, I have a custom node type. I have one workflow with web form attached to it. When this wf ends, an instance of the above custom node is created. One category(predefined) is applied to this node and values from the form are used to fill up values of the attributes of this category. There...
  6. amnovice2

    How to Start a WF programmatically?

    Hi Appnair, I actually want to initiate a workflow automatically using Oscript and not LAPI. When the user clicks on a custom node command, i want to initiate a predefined workflow whose id is say '1234'. But before initating the workflow, I want to fill the web form attached to this wokflow...
  7. amnovice2

    How to Start a WF programmatically?

    hi, I have a predefined map which has a form attached. i want to programmatically populate the form and initiate the workflow. I could load the map by using the WAPi functions. But how do i populate the form fields with my data before actually initiating the workflow? regards,
  8. amnovice2

    How to use NextURL

    Hi, NextURL is very commonly used in Livelink. What is it's significance? Can anyone please tell me how i can use it to pass parameters to another application which is in Java maybe. regards,
  9. amnovice2

    5 minutes Agents?

    hi, Where is the code for the "Consumer 5 minute agent" and/or "Consumenr event Processor" written? Can i make an orphan of that in my custom module and make it run some code at an interval of 5 minutes? regards,
  10. amnovice2

    Outline functionality

    hi, from where does the Compound Doc node get the Outline functionality? What will i have to orphan into my custom node type so that it will get that functionality? regards, amnovice2
  11. amnovice2

    hi, i have created a node tyoe w

    Hi Greg, I created a new weblingo file for my node. but i want to call another weblingo (which generates the Categories page) from this page. but i am not getting the correct parameters. can you please tell me how i should do this? another way i am trying is to get the values using oscript...
  12. amnovice2

    hi, i have created a node tyoe w

    hi, i have created a node tyoe which contains some documents. there is one category applied to this node. the applied category has 5 attributes. I want to display the contents of a node type ( the list of dcouments ) and the values of attributes for that node on one html page. How do i achieve...
  13. amnovice2

    How to apply a category to a node

    hi, when a workflow ends, i want to create a node and apply a specified category to it. Values for the atributes in that category will come from the web form attached to the workflow. So, in a generalcallback method, i am trying to create a node using DAPI NodeAlloc and NodeCreate functions...

Part and Inventory Search

Back
Top