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 John Tel 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 cdfly

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

Part and Inventory Search

Back
Top