Focal Point
Update NEXTRUNTIME in Caster

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2551028331

January 13, 2005, 02:44 PM
jodye
Update NEXTRUNTIME in Caster
Hi

I am trying to modify the runtime of reports in caster programmatically. I have tried changing the value of STARTTIME in BOTSCHED. However, this does not seem to change the run time of the report. I think I need to update the value of the NEXTRUNTIME field. Is there an easy way to trigger this field to update? If I need to update it manually, how do I calculate the value that I should put in there?

Anybody have any experience with this or an idea?

Thanks in advance

Jodye
January 13, 2005, 07:40 PM
dhagen
Reverse engineer this:
Zulu Time

Otherwise, if this is WF 5.3.x then you shold be able to consume a report caster web service with a web focus report table request and use a compute to set the new time.
January 14, 2005, 09:34 PM
jodye
Thanks Dhagen. I realized after I posted that the value is in milliseconds. Actually I want to add 10 minutes so I will just update the value by 60000. In the end, I don't need to convert the value to a readable value.

Thanks