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 TouchToneTommy 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: cdfly
  • Order by date
  1. cdfly

    Current workflow step

    Will do, thanks again for the help
  2. cdfly

    Current workflow step

    Thanks appnair, those are great instructions. For our requirments we need to be able to show which task a running workflow is on, I'm not sure if grabbing the first subworktask_taskid where the date done is null will work or not, if the tasks always run sequentially maybe that would be the way...
  3. cdfly

    Current workflow step

    Hello, I'm developing a report that shows the workflow name and the current step it's on, does any one know how to determine what step a workflow is on in the database? Thanks
  4. cdfly

    Using dropdown list for parameter

    Hello, I have a report that needs to use the month in a filter. I have a dropdown list that has the month name as the label and the integer equivalent as the value. I tried creating a filter Month([my db date filed]) = Parameter:Month_Name but it gives an error “The arguments to the following...
  5. cdfly

    Count > X Parameter

    Hello, I have a report that needs to display records that have counts > the number a user specifies. Is there way to create a parameter that prompts the user, I'm not seeing that option in the Report Builder. Thanks
  6. cdfly

    Verify Notification Agent is running

    I appreciate it appnair, I'll try both your methods Thanks
  7. cdfly

    Verify Notification Agent is running

    Great thanks, Is the entry point the FiveMinuteAgent.Execute function in the LLAgent mod? Thanks
  8. cdfly

    Verify Notification Agent is running

    It looks like there was an error with one of the custom modules that have been installed, the errors been corrected. The agents are running now and I can see the notifications are now being pushed from the LLEventQueue table but the email notifications are still not being received. When I look...
  9. cdfly

    Verify Notification Agent is running

    Great, thanks appnair I see the logs now
  10. cdfly

    Verify Notification Agent is running

    Hello, Is there a way to verify that the Consumer Agent is running for notifications? Our notifications have quit working, all the notifications seem to be sitting in the LLEventQueue table but they never get moved out by Agent 9000. Thanks
  11. cdfly

    Extended data with CreateObjectEx

    It appears that our documentation is old. These aren’t custom nodes so I will look at the updateObjectInfo again. Thanks for all the help
  12. cdfly

    Extended data with CreateObjectEx

    From the documentation it looks like the CreateObjectEx is the method that takes care of the extendedData, the UpdateObjectInfo doesn't appear to Thanks
  13. cdfly

    Extended data with CreateObjectEx

    Mmmm still doesn't seem to work, probably something I'm doing wrong LLValue extData = new LLValue().setAssoc(); LLValue createInfo = (new LLValue()).setAssocNotSet(); objectInfo = new LLValue().setAssoc(); versionInfo = new LLValue().setAssoc(); //Add data to extended data assoc extData...
  14. cdfly

    Extended data with CreateObjectEx

    Hello, When creating a node using the CreateObjectEx method should I be able to specify the extendedData also? I’m using the code below, the node is created successfully but the extendedData is always null LLValue extData = new LLValue().setAssoc(); LLValue createInfo = (new...
  15. cdfly

    Returning node id when adding documents with LAPI

    Hello, I'm using Java and LAPI to upload documents with the LAPI_DOCUMENTS.AddDocument method. After the document is added I need to perform some other custom operations in the database. Does LAPI have a method to return the node or node id of the document that was just added, if not do you...
  16. cdfly

    Like clause in Livelink Reports

    Thanks appnair, The double percents %% worked
  17. cdfly

    Like clause in Livelink Reports

    hello, I am creating a Livelink report that I need to use a LIKE clause in WHERE subwork_title LIKE '%SOME TITLE%'This is failing when I try and run the report with a message that says there's an unclosed quotation mark. The sql is is fine because I've tested it in Query Analyzer. Do the % signs...
  18. cdfly

    Audit user name

    Thanks ggriffit I will take a look at the link. Most of the code is done so we probably won't be able to use a different solution, it wasn't until testing that we found the incorrect user was in the audit
  19. cdfly

    Audit user name

    No problem, I'll try and get it working inside the module. I Appreciate all the help

Part and Inventory Search

Back
Top