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...
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
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...
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
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...
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
From the documentation it looks like the CreateObjectEx is the method that takes care of the extendedData, the UpdateObjectInfo doesn't appear to
Thanks
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.